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