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