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

12 lines
359 B
Python

# eliteBonusInterdictorsArmorResist1
#
# Used by:
# Ship: Heretic
type = "passive"
def handler(fit, ship, context):
for damageType in ("Em", "Thermal", "Explosive", "Kinetic"):
fit.ship.boostItemAttr("armor%sDamageResonance" % damageType,
ship.getModifiedItemAttr("eliteBonusInterdictors1"), skill="Interdictors")