Files
pyfa/eos/effects/shipshieldexplosiveresistancerookie.py
2014-11-06 02:17:29 +03:00

11 lines
275 B
Python

# shipShieldExplosiveResistanceRookie
#
# Used by:
# Ship: Broadsword
# Ship: Ibis
# Ship: Onyx
# Ship: Taipan
type = "passive"
def handler(fit, ship, context):
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("rookieShieldResistBonus"))