Files
pyfa/eos/effects/subsystembonusminmatardefensivearmorresistance.py
blitzmann 020cc9e295 Revert "Clean up unused effects"
This reverts commit 842be9535b.
2018-05-20 00:22:14 -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("subsystemBonusMinmatarDefensive"),
skill="Minmatar Defensive Systems")