Files
pyfa/eos/effects/shipshieldexplosiveresistancecf2.py
2014-05-31 22:13:59 +04:00

9 lines
321 B
Python
Executable File

# 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)