Files
pyfa/eos/effects/shipbonusneutcapneedrolebonus2.py
2018-11-02 15:52:58 +03:00

17 lines
391 B
Python

# shipBonusNeutCapNeedRoleBonus2
#
# Used by:
# Ship: Damavik
# Ship: Drekavac
# Ship: Hydra
# Ship: Kikimora
# 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"))