Files
jgl_sunlit_patch/config/extra_gauges-common.toml
2026-07-31 10:34:32 +09:00

20 lines
734 B
TOML

#Defines the max amount of times a logic gauge can update itself in a single tick
#Range: > 0
logicGaugeMaxChain = 15
#Defines the max amount of times an int gauge can update itself in a single tick
#Range: > 0
intGaugeMaxChain = 15
#Defines the max amount of times a comparator gauge can update itself in a single tick
#Range: > 0
comparatorGaugeMaxChain = 15
#Defines the max amount of times a counter gauge can update itself in a single tick
#Range: > 0
counterGaugeMaxChain = 15
#Defines the max amount of times a string gauge can update itself in a single tick
#Range: > 0
stringGaugeMaxChain = 15
#Defines the max length of a string collected by a string gauge. Increase at your own risk
#Range: > 0
stringGaugeMaxLength = 256