Files
pyfa/eos/effects/shipbonusremoterepcapneedrolebonus2.py
2018-05-08 14:58:25 +03:00

13 lines
345 B
Python

# shipBonusRemoteRepCapNeedRoleBonus2
#
# Used by:
# Ship: Damavik
# Ship: Leshak
# Ship: Vedmak
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"),
"capacitorNeed", ship.getModifiedItemAttr("shipBonusRole2"))