Files
pyfa/eos/effects/shiparmorrepairinggf2.py
2014-03-15 17:33:45 +04:00

8 lines
353 B
Python
Executable File

# Used by:
# Ships named like: Incursus (2 of 2)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"),
"armorDamageAmount", ship.getModifiedItemAttr("shipBonusGF2") * level)