11 lines
262 B
Python
11 lines
262 B
Python
# shipArmorKineticResistanceAC2
|
|
#
|
|
# Used by:
|
|
# Ship: Maller
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("armorKineticDamageResonance", ship.getModifiedItemAttr("shipBonusAC2"),
|
|
skill="Amarr Cruiser")
|