Files
pyfa/eos/effects/shipshieldexplosiveresistancecc2.py
2015-01-14 21:04:12 -05:00

9 lines
304 B
Python

# shipShieldExplosiveResistanceCC2
#
# Used by:
# Variations of ship: Moa (3 of 4)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Cruiser").level
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCC2") * level)