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

6 lines
229 B
Python

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