From 6f0f3f68fc31a91131414f668c34b562edb766c8 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 18 Nov 2021 02:05:53 +0100 Subject: chore: creature_addon --- docs/creature_addon.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/docs/creature_addon.md b/docs/creature_addon.md index 071944c..846f7b4 100644 --- a/docs/creature_addon.md +++ b/docs/creature_addon.md @@ -97,17 +97,12 @@ AnimKit ID fromĀ AnimKit.db2 that is applied on creature when spawned. This field controls the visibility distance for creatures: -Normal = 0, 100.0f // default visible distance, 100 yards on continents - -Tiny = 1, 25.0f - -Small = 2, 50.0f - -Large = 3, 200.0f - -Gigantic = 4, 400.0f - -Infinite = 5, SIZE_OF_GRIDS // max distance for visible objects) +- Normal = 0, 100.0f // default visible distance, 100 yards on continents +- Tiny = 1, 25.0f +- Small = 2, 50.0f +- Large = 3, 200.0f +- Gigantic = 4, 400.0f +- Infinite = 5, SIZE_OF_GRIDS // max distance for visible objects) ### auras -- cgit