Files
pyfa/eos/effects/structurerigpdbcapacitorneed.py
2016-08-24 20:41:38 -04:00

6 lines
319 B
Python

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