9 lines
340 B
Python
9 lines
340 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",
|
|
"capacitorNeed", src.getModifiedItemAttr("structureRigEwarCapUseBonus"),
|
|
stackingPenalties=True)
|