Files
pyfa/eos/effects/shipbonusneutcapneedrolebonus2.py
blitzmann 7a18224800 pep8
2018-05-30 19:34:14 -04:00

13 lines
328 B
Python

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