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

8 lines
303 B
Python

# Used by:
# Ships from group: Black Ops (4 of 4)
type = "passive"
def handler(fit, ship, context):
if fit.extraAttributes["cloaked"]:
level = fit.character.getSkill("Black Ops").level
fit.ship.multiplyItemAttr("maxVelocity", ship.getModifiedItemAttr("eliteBonusBlackOps2") * level)