Files
pyfa/eos/effects/orecapitalshipshieldtransferfalloff.py
2016-12-04 23:10:09 -05:00

9 lines
354 B
Python

# Not used by any item
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Shield Emission Systems"),
"falloffEffectiveness", src.getModifiedItemAttr("shipBonusORECapital3"),
skill="Capital Industrial Ships")