9 lines
349 B
Python
9 lines
349 B
Python
# subsystemBonusMinmatarPropulsionMaxVelocity
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Propulsion - Chassis Optimization
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
level = fit.character.getSkill("Minmatar Propulsion Systems").level
|
|
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("subsystemBonusMinmatarPropulsion") * level)
|