7 lines
325 B
Python
Executable File
7 lines
325 B
Python
Executable File
# Used by:
|
|
# Modules from group: Drone Navigation Computer (6 of 6)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"), "maxVelocity",
|
|
module.getModifiedItemAttr("speedBoostFactor"), stackingPenalties = True)
|