summaryrefslogtreecommitdiff
path: root/docs/creature_template.md
diff options
context:
space:
mode:
authorneifion-00000000 <91289495+neifion-00000000@users.noreply.github.com>2021-10-16 13:38:00 -0500
committerGitHub <noreply@github.com>2021-10-16 20:38:00 +0200
commit6bf1445d9abd3dc411390dedfb7316d1a66ffb2d (patch)
tree5ac32af7c4d8de4a091576cecc6d2f6bcf67d049 /docs/creature_template.md
parent7bfe09076de8312a1484a0c6c5104d726fd8e885 (diff)
downloadwiki-6bf1445d9abd3dc411390dedfb7316d1a66ffb2d.tar.gz
wiki-6bf1445d9abd3dc411390dedfb7316d1a66ffb2d.tar.bz2
wiki-6bf1445d9abd3dc411390dedfb7316d1a66ffb2d.zip
Update creature_template.md (#636)
made more accurate
Diffstat (limited to 'docs/creature_template.md')
-rw-r--r--docs/creature_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md
index 2b761c4..0f89381 100644
--- a/docs/creature_template.md
+++ b/docs/creature_template.md
@@ -696,7 +696,7 @@ These flags control certain creature specific attributes. Flags can be added tog
| 8192 | CREATURE_FLAG_EXTRA_IGNORE_COMBAT | 0x00002000 | |
| 16384 | CREATURE_FLAG_EXTRA_WORLDEVENT | 0x00004000 | custom flag for world events (left room for merging) |
| 32768 | CREATURE_FLAG_EXTRA_GUARD | 0x00008000 | creature is a guard (Will ignore feign death and vanish) |
-| 65536 | CREATURE_FLAG_EXTRA_UNUSED_17 | 0x00010000 | (CREATURE_FLAG_EXTRA_UNUSED_17 Not Implemented) |
+| 65536 | CCREATURE_FLAG_EXTRA_IGNORE_FEIGN_DEATH | 0x00010000 | creature ignores feign death |
| 131072 | CREATURE_FLAG_EXTRA_NO_CRIT | 0x00020000 | creature does not do critical strikes |
| 262144 | CREATURE_FLAG_EXTRA_NO_SKILL_GAINS | 0x00040000 | creature won't increase weapon skills |
| 524288 | CREATURE_FLAG_EXTRA_OBEYS_TAUNT_DIMINISHING_RETURNS | 0x00080000 | creature taunt is subject to diminishing returns |