12 lines
421 B
Python
12 lines
421 B
Python
# shipArmorRepairing1GBC2
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Myrmidon (2 of 2)
|
|
# Ship: Astarte
|
|
# Ship: Brutix
|
|
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)
|