10 lines
255 B
Python
10 lines
255 B
Python
# eliteBonusBlackOpsWarpVelocity1
|
|
#
|
|
# Used by:
|
|
# Ship: Marshal
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.boostItemAttr("warpSpeedMultiplier", src.getModifiedItemAttr("eliteBonusBlackOps1"), stackingPenalties=True, skill="Black Ops")
|