Files
pyfa/eos/effects/elitebonusblackopscloakvelocity2.py

9 lines
293 B
Python

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