Files
pyfa/eos/effects/subsystembonusgallentedefensivearmorresistance.py
2017-06-25 00:18:06 -04:00

10 lines
368 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
for type in ("Em", "Explosive", "Kinetic", "Thermal"):
fit.ship.boostItemAttr("armor{0}DamageResonance".format(type),
module.getModifiedItemAttr("subsystemBonusGallenteDefensive"),
skill="Gallente Defensive Systems")