Files
pyfa/eos/effects/effect2465.py
2019-03-16 14:08:20 -04:00

13 lines
349 B
Python

# shipBonusArmorResistAB
#
# Used by:
# Ship: Abaddon
# Ship: Nestor
type = "passive"
def handler(fit, ship, context):
for type in ("Em", "Explosive", "Kinetic", "Thermal"):
fit.ship.boostItemAttr("armor{0}DamageResonance".format(type), ship.getModifiedItemAttr("shipBonusAB"),
skill="Amarr Battleship")