Files
pyfa/eos/effects/shipshieldexplosiveresistancecf2.py
2014-08-11 21:06:09 +00:00

10 lines
338 B
Python

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