Files
pyfa/eos/effects/shiparmorrepairing1gbc2.py
2014-05-31 22:13:59 +04:00

11 lines
426 B
Python
Executable File

# Used by:
# Variations of ship: Myrmidon (2 of 2)
# Ship: Astarte
# Ship: Brutix
# Ship: Brutix Serpentis Edition
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battlecruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"),
"armorDamageAmount", ship.getModifiedItemAttr("shipBonusGBC2") * level)