10 lines
309 B
Python
10 lines
309 B
Python
# Not used by any item
|
|
type = "active", "projected"
|
|
|
|
|
|
def handler(fit, module, context, *args, **kwargs):
|
|
if "projected" not in context:
|
|
return
|
|
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"),
|
|
stackingPenalties=True, *args, **kwargs)
|