Files
pyfa/eos/effects/shipbonusneutcapneedrolebonus2.py
2018-08-21 20:47:56 -04:00

15 lines
357 B
Python

# shipBonusNeutCapNeedRoleBonus2
#
# Used by:
# Ship: Damavik
# Ship: Hydra
# Ship: Leshak
# Ship: Tiamat
# Ship: Vedmak
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer", "capacitorNeed",
src.getModifiedItemAttr("shipBonusRole2"))