Files
pyfa/eos/effects/orecapitalshipshieldtransferfalloff.py
2015-12-07 20:10:44 -05:00

8 lines
328 B
Python

# oreCapitalShipShieldTransferFalloff
#
# Used by:
# Ship: Rorqual
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")