Files
pyfa/eos/effects/shipbonusremotearmorrepairamountgc2.py

12 lines
376 B
Python

# shipBonusRemoteArmorRepairAmountGC2
#
# Used by:
# Ship: Exequror
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"),
"armorDamageAmount", src.getModifiedItemAttr("shipBonusGC2"),
skill="Gallente Cruiser")