diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-11-18 02:05:53 +0100 |
|---|---|---|
| committer | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-11-18 02:05:53 +0100 |
| commit | 6f0f3f68fc31a91131414f668c34b562edb766c8 (patch) | |
| tree | 5f64b190a5e2462de5686a9b48590584a7c8a981 /docs | |
| parent | a16bc60f47d17fec9df4ea86784882fd61f06653 (diff) | |
| download | wiki-6f0f3f68fc31a91131414f668c34b562edb766c8.tar.gz wiki-6f0f3f68fc31a91131414f668c34b562edb766c8.tar.bz2 wiki-6f0f3f68fc31a91131414f668c34b562edb766c8.zip | |
chore: creature_addon
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/creature_addon.md | 17 |
1 files 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 |
