8 lines
306 B
Python
8 lines
306 B
Python
# subsystemBonusMinmatarPropulsionMaxVelocity
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Propulsion - Chassis Optimization
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("subsystemBonusMinmatarPropulsion"), skill="Minmatar Propulsion Systems")
|