12 lines
415 B
Python
12 lines
415 B
Python
# missileLauncherSpeedMultiplier
|
|
#
|
|
# Used by:
|
|
# Modules from group: Ballistic Control system (22 of 22)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Missile Launcher Operation"),
|
|
"speed", module.getModifiedItemAttr("speedMultiplier"),
|
|
stackingPenalties=True)
|