Files
pyfa/eos/effects/effect6955.py
2019-03-16 14:08:20 -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"))