Files
pyfa/eos/effects/shipshieldexplosiveresistancecf2.py
2014-07-30 21:23:27 -04:00

9 lines
321 B
Python

# Used by:
# Ships named like: Merlin (3 of 3)
# Variations of ship: Merlin (3 of 4)
# Ship: Cambion
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Frigate").level
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCF") * level)