10 lines
236 B
Python
10 lines
236 B
Python
# implantVelocityBonus2
|
|
#
|
|
# Used by:
|
|
# Implant: Republic Special Ops Field Enhancer - Gamma
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.ship.boostItemAttr("maxVelocity", implant.getModifiedItemAttr("velocityBonus2"))
|