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

9 lines
315 B
Python
Executable File

# 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("shieldKineticDamageResonance", ship.getModifiedItemAttr("shipBonus2CB") * level)