From 867f5e91165ceedb4adc93ec7b556ce8421c6bbd Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 11 Apr 2020 12:13:42 +0200 Subject: fix wander_distance (#204) * Update creature.md * update some more files :) --- docs/creature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/creature.md') diff --git a/docs/creature.md b/docs/creature.md index 30c89c0..2344f38 100644 --- a/docs/creature.md +++ b/docs/creature.md @@ -149,7 +149,7 @@ Contains individual creature spawn data for each individual spawn of each indivi

 

-

spawndist

+

wander_distance

float

signed

 

@@ -337,7 +337,7 @@ The orientation of the creatures spawn point. (North = 0.0; South = pi (3.14159) The respawn time, in seconds, of the creature. -### spawndist +### wander_distance The maximum distance that the creature may spawn from its spawn point. Also controls how far away the creature can walk from its spawn point if its [MovementType](#creature-MovementType) = 1. -- cgit