10 lines
232 B
Python
10 lines
232 B
Python
# shipBonusEMArmorResistanceAD2
|
|
#
|
|
# Used by:
|
|
# Ship: Pontifex
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.boostItemAttr("armorEmDamageResonance", src.getModifiedItemAttr("shipBonusAD2"), skill="Amarr Destroyer")
|