10 lines
225 B
Python
10 lines
225 B
Python
# shipArmorEmResistanceAC2
|
|
#
|
|
# Used by:
|
|
# Ship: Maller
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("armorEmDamageResonance", ship.getModifiedItemAttr("shipBonusAC2"), skill="Amarr Cruiser")
|