Files
pyfa/eos/effects/subsystemremoteshieldboostfalloffbonus.py
blitzmann d19486ce15 cleanup
2017-07-11 02:30:26 -04:00

12 lines
451 B
Python

# subsystemRemoteShieldBoostFalloffBonus
#
# Used by:
# Subsystem: Loki Offensive - Support Processor
# Subsystem: Tengu Offensive - Support Processor
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ("Remote Shield Booster", "Ancillary Remote Shield Booster"),
"falloffEffectiveness", src.getModifiedItemAttr("remoteShieldBoosterFalloffBonus"))