Files
pyfa/eos/effects/shipshieldexplosiveresistancecf2.py
2014-01-22 23:51:42 +04:00

10 lines
289 B
Python
Executable File

# Used by:
# Ship: Cambion
# Ship: Harpy
# Ship: Merlin
# Ship: Worm
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Frigate").level
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCF") * level)