Multiplier
Updated 5/23/26 by unrared.
The multiplier is NOT a mode, but a player variable called multiplier.
Activation
During Green Flag
- Lap made.
- 15s
lap_to_laptimer in./modes/green_flag/config/timers.yamlbegins. - Another lap made (before timer expires).
multiplierset to2from./modes/pit/config/variable_player.yamlonlogicblock_seq_lap_complete.
During Multiball(s)
- Multiball begins.
tag_swerveswitches incrementswerve_counterin./modes/green_flag/config/counters.yaml.- 5
tag_swerveswitches hit. multiplierset to2from./modes/green_flag/config/variable_player.yamlonlogicblock_swerve_counter_complete.
The multiplier will reset back to 1 after 30s per the multiplier timer in ./modes/pit/config/timers.yaml.
Application
- Inserts are lit per
handle_multiplierin./modes/pit/code/pit.py. - Most/all switch hit scoring is multiplied per
./modes/green_flag/config/variable_player.yaml. - The
grooveline_counterin./modes/green_flag/config/counters.yaml/is incremented once more per themultiplier_lapevent. - The
lap_countplayer variable is incremented once more per themultiplier_lapevent in./modes/green_flag/config/variable_player.yaml.