Files
pyfa/eos/effects/structurerigpdbcapacitorneed.py
2016-12-04 23:10:09 -05:00

9 lines
338 B
Python

# Not used by any item
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)