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

6 lines
221 B
Python

# Used by:
# Ship: Sin
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Black Ops").level
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("eliteBonusBlackOps1") * level)