8 lines
303 B
Python
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)
|