8 lines
288 B
Python
8 lines
288 B
Python
# eliteBonusGunshipArmorEmResistance1
|
|
#
|
|
# Used by:
|
|
# Ship: Vengeance
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Assault Frigates").level
|
|
fit.ship.boostItemAttr("armorEmDamageResonance", ship.getModifiedItemAttr("eliteBonusGunship1") * level) |