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

8 lines
298 B
Python

# shipShieldTransferFalloffMC2
#
# Used by:
# Ship: Scimitar
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"), "falloffEffectiveness", src.getModifiedItemAttr("shipBonusMC2"), skill="Minmatar Cruiser")