value tweaks
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[idle]
|
[idle]
|
||||||
# Standard deviation of wander spread in chunks.
|
# 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.
|
# Probability (0.0-1.0) that arriving at a target triggers a loiter pause.
|
||||||
loiter_chance = 0.6
|
loiter_chance = 0.6
|
||||||
# Loiter duration range in FixedUpdate ticks (~60 TPS).
|
# Loiter duration range in FixedUpdate ticks (~60 TPS).
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[idle]
|
[idle]
|
||||||
sigma_chunks = 0.75
|
sigma_chunks = 1.0
|
||||||
loiter_chance = 0.7
|
loiter_chance = 0.7
|
||||||
loiter_min_ticks = 90
|
loiter_min_ticks = 90
|
||||||
loiter_max_ticks = 300
|
loiter_max_ticks = 300
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[idle]
|
[idle]
|
||||||
sigma_chunks = 0.5
|
sigma_chunks = 1.0
|
||||||
loiter_chance = 0.3
|
loiter_chance = 0.3
|
||||||
loiter_min_ticks = 20
|
loiter_min_ticks = 20
|
||||||
loiter_max_ticks = 80
|
loiter_max_ticks = 80
|
||||||
|
|||||||
Reference in New Issue
Block a user