diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-03-21 15:32:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 15:32:39 +0100 |
| commit | 0f16b4a19598ef6835285201addd8136caa023b8 (patch) | |
| tree | 5a4f4fcc2b21c8acd91aed1f810f0dd45b7d815a /docs/creature_template.md | |
| parent | e8a656a7055eae106ca54a7e12c2ae694d134c71 (diff) | |
| download | wiki-0f16b4a19598ef6835285201addd8136caa023b8.tar.gz wiki-0f16b4a19598ef6835285201addd8136caa023b8.tar.bz2 wiki-0f16b4a19598ef6835285201addd8136caa023b8.zip | |
chore(c_t): Add c_t_r & c_t_s (#392)
* chore(c_t): Add c_t_r & c_t_s
* fix table
* Update creature_template_resistance.md
* Update creature_template_resistance.md
* Update creature_template_spell.md
Diffstat (limited to 'docs/creature_template.md')
| -rw-r--r-- | docs/creature_template.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md index e48a861..6e1a49a 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -50,20 +50,6 @@ This table contains the description of creatures. Each spawned creature is an in | [lootid](#lootid) | mediumint(8) unsigned | NO | | 0 | | | | [pickpocketloot](#pickpocketloot) | mediumint(8) unsigned | NO | | 0 | | | | [skinloot](#skinloot) | mediumint(8) unsigned | NO | | 0 | | | -| [resistance1](#resistancex) | smallint(6) | NO | | 0 | | | -| [resistance2](#resistancex) | smallint(6) | NO | | 0 | | | -| [resistance3](#resistancex) | smallint(6) | NO | | 0 | | | -| [resistance4](#resistancex) | smallint(6) | NO | | 0 | | | -| [resistance5](#resistancex) | smallint(6) | NO | | 0 | | | -| [resistance6](#resistancex) | smallint(6) | NO | | 0 | | | -| [spell1](#spellx) | mediumint(8) unsigned | NO | | 0 | | | -| [spell2](#spellx) | mediumint(8) unsigned | NO | | 0 | | | -| [spell3](#spellx) | mediumint(8) unsigned | NO | | 0 | | | -| [spell4](#spellx) | mediumint(8) unsigned | NO | | 0 | | | -| [spell5](#spellx) | mediumint(8) unsigned | NO | | 0 | | | -| [spell6](#spellx) | mediumint(8) unsigned | NO | | 0 | | | -| [spell7](#spellx) | mediumint(8) unsigned | NO | | 0 | | | -| [spell8](#spellx) | mediumint(8) unsigned | NO | | 0 | | | | [PetSpellDataId](#petspelldataid) | mediumint(8) unsigned | NO | | 0 | | | | [VehicleId](#vehicleid) | mediumint(8) unsigned | NO | | 0 | | | | [mingold](#mingold) | mediumint(8) unsigned | NO | | 0 | | | @@ -511,22 +497,6 @@ The ID of the pickpocketing loot template that this creature should use to gener The ID of the skinning loot template that this creature should use to generate skinning loots. See [skinning_loot_template.entry](http://www.azerothcore.org/wiki/loot_template#loot_template-Entry) -**resistancex** - -| resistancex | school | -|-------------|--------| -| 1 | Holy | -| 2 | Fire | -| 3 | Nature | -| 4 | Frost | -| 5 | Shadow | -| 6 | Arcane | - -#### spellx - -Spell ID that can be used for Mind Control of this creature. -For vehicle creatures: spell on action bar with position X. - #### PetSpellDataId ID, found in CreatureSpellData.dbc, that displays what spells the pet has in the client. |
