5 lines
227 B
Python
5 lines
227 B
Python
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("maxVelocity", 1/module.getModifiedItemAttr("modeVelocityPostDiv"),
|
|
stackingPenalties = True, penaltyGroup="postDiv")
|