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

30 lines
989 B
TOML

["Perfect Plushies Common Config"]
["Perfect Plushies Common Config"."Wandering Plushie Trader Config"]
#How long to wait to try and spawn after server starts
#Range: 0 ~ 10000
trader-default-tick-delay = 10000
#Ticks between attempting to spawn
#Range: 0 ~ 1000000
trader-default-spawn-delay = 1000000
#Starting chance to attempt to spawn
#Range: 0 ~ 100
trader-default-spawn-chance = 0
#Minimum Chance to attempt to spawn
#Range: 0 ~ 100
trader-min-spawn-chance = 0
#Maximum Chance to attempt to spawn
#Range: 0 ~ 100
trader-max-spawn-chance = 0
#Amount to change the Attempt Chance on Attempt Failure
#Range: -100 ~ 100
trader-spawn-chance-increase = 0
#Actual spawn chance when attempt succeeds
#Range: 1 ~ 100
trader-spawn-one-in-x-chance = 1
#On spawn Failure, how many times to re-attempt spawning(basically if it tries spawning where it can't spawn, try again somewhere else)
#Range: 0 ~ 100
trader-number-of-spawn-attempts = 0