Files
dorf/assets/entities/dorf.toml
T
2026-03-22 12:06:33 +00:00

11 lines
345 B
TOML

[idle]
# Standard deviation of wander spread in chunks.
sigma_chunks = 0.5
# Probability (0.0-1.0) that arriving at a target triggers a loiter pause.
loiter_chance = 0.6
# Loiter duration range in FixedUpdate ticks (~60 TPS).
loiter_min_ticks = 60
loiter_max_ticks = 240
# Probability each of the two flip opportunities fires.
flip_chance = 0.5