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

11 lines
358 B
Python

# shieldTransporterFalloffBonus
#
# Used by:
# Variations of ship: Bantam (2 of 2)
# Variations of ship: Burst (2 of 2)
# Ship: Osprey
# Ship: Scythe
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Shield Booster", "falloffEffectiveness", src.getModifiedItemAttr("falloffBonus"))