6 lines
248 B
Python
Executable File
6 lines
248 B
Python
Executable File
# 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) |