Files
pyfa/eos/effects/effect5839.py
2019-03-16 14:08:20 -04:00

12 lines
382 B
Python

# eliteBargeShieldResistance1
#
# Used by:
# Ships from group: Exhumer (3 of 3)
type = "passive"
def handler(fit, ship, context):
for damageType in ("em", "thermal", "explosive", "kinetic"):
fit.ship.boostItemAttr("shield{}DamageResonance".format(damageType.capitalize()),
ship.getModifiedItemAttr("eliteBonusBarge1"), skill="Exhumers")