Files
pyfa/eos/effects/shipbonusremotearmorrepaircapneedaf.py
2015-12-07 20:10:44 -05:00

10 lines
344 B
Python

# shipBonusRemoteArmorRepairCapNeedAF
#
# Used by:
# Ship: Deacon
# Ship: Inquisitor
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Armor Repairer",
"capacitorNeed", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")