diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/creature_template.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md index cd8bc65..e99f902 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -25,6 +25,7 @@ This table contains the description of creatures. Each spawned creature is an in | [npcflag](#npcflag) | INT UNSIGNED | NO | | 0 | | | | [speed_walk](#speed_walk) | FLOAT | NO | | 1 | | Result of 2.5/2.5, most common value | | [speed_run](#speed_run) | FLOAT | NO | | 1.14286 | | Result of 8.0/7.0, most common value | +| [detection_range](#detection_range) | FLOAT | NO | | 20 | | | | [scale](#scale) | FLOAT | NO | | 1 | | | | [rank](#rank) | TINYINT UNSIGNED | NO | | 0 | | | | [dmgschool](#dmgschool) | TINYINT | NO | | 0 | | | @@ -211,6 +212,10 @@ Controls how fast the creature can walk. For vehicles: increases fly speed. Controls how fast the creature can run. For vehicles: increases ground movement speed. +#### detection_range + +Controls the range at which creatures detect and see players. + #### scale If non-zero, this field defines the size of how the model of the creature appears ingame. If zero, it will use default model size taken from the DBC. |
