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

9 lines
310 B
Python

# Used by:
# Ships named like: Rokh (3 of 3)
# Ship: Rattlesnake
# Ship: Scorpion Navy Issue
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level
fit.ship.boostItemAttr("shieldEmDamageResonance", ship.getModifiedItemAttr("shipBonus2CB") * level)