Files
pyfa/eos/effects/capneedbonuseffecthybrids.py
2014-07-30 21:23:27 -04:00

6 lines
303 B
Python

# Used by:
# Modules named like: Hybrid Discharge Elutriation (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Hybrid Weapon",
"capacitorNeed", module.getModifiedItemAttr("capNeedBonus"))