Files
pyfa/eos/effects/effect3403.py
2019-03-16 14:08:20 -04:00

11 lines
295 B
Python

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