Files
pyfa/eos/effects/shipbonusarmorrepamountgc2.py
2013-08-23 01:27:52 +04:00

8 lines
330 B
Python

# Used by:
# Ship: Deimos
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"),
"armorDamageAmount", ship.getModifiedItemAttr("shipBonusGC2") * level)