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

10 lines
349 B
Python

# shipBonusRemoteArmorRepairAmount2AF
#
# 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",
"armorDamageAmount", ship.getModifiedItemAttr("shipBonus2AF"), skill="Amarr Frigate")