Files
pyfa/eos/effects/shiparmorexresistanceaf1.py

11 lines
325 B
Python

# shipArmorEXResistanceAF1
#
# Used by:
# Ships named like: Punisher (3 of 3)
# Ship: Astero
# Ship: Malice
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Frigate").level
fit.ship.boostItemAttr("armorExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusAF") * level)