value tweaks

This commit is contained in:
2026-03-22 12:06:33 +00:00
parent 26a861e1a5
commit 360ffc7526
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[idle]
# Standard deviation of wander spread in chunks.
sigma_chunks = 1.0
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).
+1 -1
View File
@@ -1,5 +1,5 @@
[idle]
sigma_chunks = 0.75
sigma_chunks = 1.0
loiter_chance = 0.7
loiter_min_ticks = 90
loiter_max_ticks = 300
+1 -1
View File
@@ -1,5 +1,5 @@
[idle]
sigma_chunks = 0.5
sigma_chunks = 1.0
loiter_chance = 0.3
loiter_min_ticks = 20
loiter_max_ticks = 80