13 lines
611 B
Python
13 lines
611 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Energy Neutralizer",
|
|
"maxRange", src.getModifiedItemAttr("structureRigEwarOptimalBonus"),
|
|
stackingPenalties=True)
|
|
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Energy Neutralizer",
|
|
"falloffEffectiveness", src.getModifiedItemAttr("structureRigEwarFalloffBonus"),
|
|
stackingPenalties=True)
|