12 lines
451 B
Python
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"))
|