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

17 lines
802 B
Python

# shipBonusDreadnoughtC2ShieldResists
#
# Used by:
# Variations of ship: Phoenix (2 of 2)
type = "passive"
def handler(fit, src, context):
fit.ship.boostItemAttr("shieldThermalDamageResonance", src.getModifiedItemAttr("shipBonusDreadnoughtC2"),
skill="Caldari Dreadnought")
fit.ship.boostItemAttr("shieldKineticDamageResonance", src.getModifiedItemAttr("shipBonusDreadnoughtC2"),
skill="Caldari Dreadnought")
fit.ship.boostItemAttr("shieldEmDamageResonance", src.getModifiedItemAttr("shipBonusDreadnoughtC2"),
skill="Caldari Dreadnought")
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", src.getModifiedItemAttr("shipBonusDreadnoughtC2"),
skill="Caldari Dreadnought")