Files
pyfa/eos/effects/structurerigpdbcapacitorneed.py
2016-07-05 23:26:24 -04:00

6 lines
322 B
Python

type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Structure Area Denial Module",
"capacitorNeed", src.getModifiedItemAttr("structureRigPDCapUseBonus"),
stackingPenalties=True)