Files
pyfa/eos/effects/shiparmorrepairinggf2.py
2014-01-22 23:51:42 +04:00

8 lines
337 B
Python
Executable File

# Used by:
# Ship: Incursus
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)