Files
pyfa/eos/effects/effect6369.py
2019-03-16 14:08:20 -04:00

11 lines
334 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")