Files
pyfa/eos/effects/effect5108.py
2019-03-16 14:08:20 -04:00

12 lines
398 B
Python

# shipBonusRemoteArmorRepairAmountGF2
#
# Used by:
# Variations of ship: Navitas (2 of 2)
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"),
"armorDamageAmount", src.getModifiedItemAttr("shipBonusGF2"),
skill="Gallente Frigate")