Files
pyfa/eos/effects/shipshieldemresistance1cbc2.py
2013-10-08 00:35:18 +04:00

9 lines
301 B
Python

# Used by:
# Variations of ship: Ferox (2 of 2)
# Ship: Drake
# Ship: Nighthawk
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level
fit.ship.boostItemAttr("shieldEmDamageResonance", ship.getModifiedItemAttr("shipBonusCBC2") * level)