11 lines
275 B
Python
11 lines
275 B
Python
# eliteBonusGunshipArmorEmResistance1
|
|
#
|
|
# Used by:
|
|
# Ship: Vengeance
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("armorEmDamageResonance", ship.getModifiedItemAttr("eliteBonusGunship1"),
|
|
skill="Assault Frigates")
|