Files
pyfa/eos/effects/skillstructureengineeringsystemscapneedbonus.py
2016-07-03 20:03:00 -04:00

6 lines
350 B
Python

type = "passive", "structure"
def handler(fit, src, context):
groups = ("Structure Energy Neutralizer", "Structure Area Denial Module")
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups,
"capacitorNeed", src.getModifiedItemAttr("capNeedBonus"), skill="Structure Engineering Systems")