In terms of game engine capabilities, the table below is called the "SPELL TABLE".
Legend[]
- Name - Entry name that is shown to players
- Type - explains what exactly this entry means for the game
- Internal name - this is unique name ID used by the game engine (usable with cheats).
- ID - unique internal numeric id of the entry in this table
Spell table description[]
For the engine spell is an entry that changes hero or creature value on the Combat map. So this relates to - Hero and Creature stats, abilities, spells and specializations.
Here are all the types what they do:
- Spell - Same thing as what you expect, you need it to have the in-game spell in the Spellbook, this ID is also used to check for what happens when player cast a spell. Game also uses it to search for for certain auxiliary effects. For example ID 21 and 22 are both "Curse of the Damned" spell. 21 is what you need to have the spell in the Spellbook and to cast the spell itself, but 22 is what the game calls after 21 cast. This is the effect the creatures on the battlefield act when they take damage. Similar take can be seen with Armageddon (10) and Armageddon hit effect (37). The first is the spell effect that is cast, the second the the spell effect act by the creatures taking damage.
- Perk to Spell - This is common for perks that have aura effects on units. For example Archery - all shooters benefit from 20% bonus damage, so when the hero picks it up he gets assigned the ID from the Skill table but the creatures get assigned the SPELL ID effect from the spell table. You can look on this like aura effect.
- Skill to Spell - Same as "Perk To Spell" but for skills - Hero picks Advanced Leadership from the Skill table, creature gets Advanced Leadership aura from the spell table.
- Hero Specialization to Spell - Works exactly like "Perk to Spell" but converts entries from hero specialization to actionable abilities in Spell table. For example: SPELL_SPEC_MATRON_SALVO - 126 is the Spell ID the hero have at the start of the combat if he has specialization MATRON_SALVO from the Hero Specialization table, so the engine knows he has that capability, SPELL_SKILL_MATRON_SALVO 95 is the aura the Dungeon T6s get assigned.
- Town Specialization to Spell - Same as 4. but for Town specializations. When combat starts the game checks if it is held in town, what is that town specialization from Town Specialization table and then translates it to combat effect from Spell Table.
- Building Effect to Spell - Same as 5. but for town buildings that have effect in town siege.
- Ability to Spell - Regards entries from Creature Abilities table that have effect in Combat. Just as spells some abilities may have 2 effects. For example: SPELL_ABILITY_BATTLE_DIVE - relates to Gryphn Battle Dive ability cast and SPELL_ABILITY_BATTLE_DIVE_FINISH which is responsible for the landing effect.
- Artifact to Spell - Responsible for converting Artifact sets to actual combat sets.
Name | Type | Inernal name | ID |
---|---|---|---|
No Spell | Spell | SPELL_NONE | 0 |
Eldritch Arrow | Spell | SPELL_MAGIC_ARROW | 1 |
Fist of Wrath | Spell | SPELL_MAGIC_FIST | 2 |
Lightning bolt | Spell | SPELL_LIGHTNING_BOLT | 3 |
Ice Bolt | Spell | SPELL_ICE_BOLT | 4 |
Fireball | Spell | SPELL_FIREBALL | 5 |
Frost Ring | Spell | SPELL_FROST_RING | 6 |
Chain Lightning | Spell | SPELL_CHAIN_LIGHTNING | 7 |
Meteor Shower | Spell | SPELL_METEOR_SHOWER | 8 |
Implosion | Spell | SPELL_IMPLOSION | 9 |
Armageddon | Spell | SPELL_ARMAGEDDON | 10 |
Weakness | Spell | SPELL_CURSE | 11 |
Slow | Spell | SPELL_SLOW | 12 |
Vulnerability | Spell | SPELL_DISRUPTING_RAY | 13 |
Plague | Spell | SPELL_PLAGUE | 14 |
Suffering | Spell | SPELL_WEAKNESS | 15 |
Weakening Strike | Perk to Spell | SPELL_ABILITY_WEAKNING_STRIKE | 16 |
Confusion | Spell | SPELL_FORGETFULNESS | 17 |
Frenzy | Spell | SPELL_BERSERK | 18 |
Blindness | Spell | SPELL_BLIND | 19 |
Hypnotize | Spell | SPELL_HYPNOTIZE | 20 |
Curse of the Damned | Spell | SPELL_UNHOLY_WORD | 21 |
Curse of the Damned | Spell | SPELL_UNHOLY_WORD_HIT_EFFECT | 22 |
Divine Strength | Spell | SPELL_BLESS | 23 |
Haste | Spell | SPELL_HASTE | 24 |
Endurance | Spell | SPELL_STONESKIN | 25 |
Cleansing | Spell | SPELL_DISPEL | 26 |
Cleansing (failed effect) | Spell | SPELL_DISPEL_FAIL | 27 |
Righteous Might | Spell | SPELL_BLOODLUST | 28 |
Deflect Missile | Spell | SPELL_DEFLECT_ARROWS | 29 |
Deflect Missile (when unit hit) | Spell | SPELL_DEFLECT_ARROWS_HIT_EFFECT | 30 |
Magical Immunity | Spell | SPELL_ANTI_MAGIC | 31 |
Teleportation | Spell | SPELL_TELEPORT | 32 |
Teleportation (move finish) | Spell | SPELL_TELEPORT_FINISH_EFFECT | 33 |
Arcane Armor | Spell | SPELL_CELESTIAL_SHIELD | 34 |
Word of Light | Spell | SPELL_HOLY_WORD | 35 |
Word of Light (units hit) | Spell | SPELL_HOLY_WORD_HIT_EFFECT | 36 |
Armageddon (units hit) | Spell | SPELL_ARMAGEDDON_HIT_EFFECT | 37 |
Fire trap | Spell | SPELL_LAND_MINE | 38 |
Wasp Swarm | Spell | SPELL_WASP_SWARM | 39 |
Phantom Forces | Spell | SPELL_PHANTOM | 40 |
Eearthquake | Spell | SPELL_EARTHQUAKE | 41 |
Raise Dead | Spell | SPELL_ANIMATE_DEAD | 42 |
Summon Elementals | Spell | SPELL_SUMMON_ELEMENTALS | 43 |
Air Elemental (summon effect) | Spell | SPELL_EFFECT_SUMMON_ELEMENTALS_AIR | 44 |
Earth Elemental (summon effect) | Spell | SPELL_EFFECT_SUMMON_ELEMENTALS_EARTH | 45 |
Fire Elemental (summon effect) | Spell | SPELL_EFFECT_SUMMON_ELEMENTALS_FIRE | 46 |
Water Elemental (summon effect) | Spell | SPELL_EFFECT_SUMMON_ELEMENTALS_WATER | 47 |
Ressurection | Spell | SPELL_RESURRECT | 48 |
Vessel of Shalassa | Spell | SPELL_SUMMON_BOAT | 49 |
Instant Travel | Spell | SPELL_DIMENSION_DOOR | 50 |
Town Portal | Spell | SPELL_TOWN_PORTAL | 51 |
Encourage | Perk to Spell | SPELL_ENCOURAGE | 52 |
Retaliation Strike | Perk to Spell | SPELL_HOLY_CHARGE | 53 |
Benediction | Perk to Spell | SPELL_PRAYER | 54 |
Mark of the Damned (creature hit effect?) | Perk to Spell | SPELL_DEMONIC_STRIKE_CAST | 55 |
Mark of the Damned | Perk to Spell | SPELL_DEMONIC_STRIKE | 56 |
Consume Corpse | Perk to Spell | SPELL_CONSUME_CORPSE | 57 |
Mark of the Necromancer | Perk to Spell | SPELL_SPIRIT_LINK | 58 |
Banshee Howl | Perk to Spell | SPELL_DEATH_SCREAM |
59 |
Deadeye Shot | Perk to Spell | SPELL_SNIPE_DEAD | 60 |
Rain of Arrows | Perk to Spell | SPELL_MULTISHOT | 61 |
Imbue Arrow | Perk to Spell | SPELL_IMBUE_ARROW | 62 |
Mark of the Wizard | Perk to Spell | SPELL_ABILITY_MAGIC_BOND | 63 |
Consume Artifact | Perk to Spell | SPELL_ABILITY_MELT_ARTIFACT | 64 |
Counterspell | Perk to Spell | SPELL_ABILITY_COUNTERSPELL | 65 |
Banish | Perk to Spell | SPELL_ABILITY_UNSUMMON | 66 |
Dark Ritual | Perk to Spell | SPELL_ABILITY_DARK_RITUAL | 67 |
Basic Offense | Skill to Spell | SPELL_SKILL_OFFENCE1 | 68 |
Advanced Offense | Skill to Spell | SPELL_SKILL_OFFENCE2 | 69 |
Expert Offense | Skill to Spell | SPELL_SKILL_OFFENCE3 | 70 |
Archery | Perk to Spell | SPELL_SKILL_ARCHERY | 71 |
Battle Frenzy | Perk to Spell | SPELL_SKILL_FRENZY | 72 |
Basic Defense | Skill to Spell | SPELL_SKILL_DEFENCE1 | 73 |
Advanced Defense | Skill to Spell | SPELL_SKILL_DEFENCE2 | 74 |
Expert Defense | Skill to Spell | SPELL_SKILL_DEFENCE3 | 75 |
Protection | Perk to Spell | SPELL_SKILL_PROTECTION | 76 |
Evasion | Perk to Spell | SPELL_SKILL_EVASION | 77 |
Vitality | Perk to Spell | SPELL_SKILL_TOUGHNESS | 78 |
Basic Luck | Skill to Spell | SPELL_SKILL_LUCK1 | 79 |
Advanced Luck | Skill to Spell | SPELL_SKILL_LUCK2 | 80 |
Expert Luck | Skill to Spell | SPELL_SKILL_LUCK3 | 81 |
Magic Resistance | Perk to Spell | SPELL_SKILL_RESISTANCE | 82 |
Soldier's Luck | Perk to Spell | SPELL_SKILL_LUCKY_STRIKE | 83 |
Basic Leadership | Skill to Spell | SPELL_SKILL_LEADERSHIP1 | 84 |
Advanced Leadership | Skill to Spell | SPELL_SKILL_LEADERSHIP2 | 85 |
Expert Leadership | Skill to Spell | SPELL_SKILL_LEADERSHIP3 | 86 |
Basic War Machines | Skill to Spell | SPELL_SKILL_WAR_MACHINES1 | 87 |
Advanced War Machines | Skill to Spell | SPELL_SKILL_WAR_MACHINES2 | 88 |
Expert War Machines | Skill to Spell | SPELL_SKILL_WAR_MACHINES3 | 89 |
First Aid Tent | Perk to Spell | SPELL_SKILL_FIRST_AID | 90 |
Ballista | Perk to Spell | SPELL_SKILL_BALLISTA | 91 |
Catapult | Perk to Spell | SPELL_SKILL_CATAPULT | 92 |
Hellfire | Perk to Spell | SPELL_SKILL_DEMONIC_FIRE | 93 |
Storm of Arrows (creature effect) | Hero Specialization to Spell | SPELL_SKILL_ELVEN_VOLLEY | 94 |
Coven Mistress unit effect (creature effect) | Hero Specialization to Spell | SPELL_SKILL_MATRON_SALVO | 95 |
Fiery Wrath | Perk to Spell | SPELL_SKILL_ANCIENT_SMITHY | 96 |
Fire Resistance | Perk to Spell | SPELL_SKILL_FIRE_PROTECTION | 97 |
Cavalery Commander | Hero Specialization to Spell | SPELL_SPEC_JOUSTER | 98 |
Beloved of the People | Hero Specialization to Spell | SPELL_SPEC_PEASANTS | 99 |
Archer Commander | Hero Specialization to Spell | SPELL_SPEC_ARCHERS | 100 |
Infantry Commander | Hero Specialization to Spell | SPELL_SPEC_FOOTMEN | 101 |
Griffin Trainer | Hero Specialization to Spell | SPELL_SPEC_GRIFFINS | 102 |
Siege Engineer | Hero Specialization to Spell | SPELL_SPEC_ARTILLERYMAN | 103 |
Aura of Swiftness | Hero Specialization to Spell | SPELL_SPEC_FURIOUS | 104 |
Iron Maiden | Hero Specialization to Spell | SPELL_SPEC_BOMBARDIER | 105 |
Spellbreaker | Hero Specialization to Spell | SPELL_SPEC_IMPREGNABLE | 106 |
Chosen of Chaos | Hero Specialization to Spell | SPELL_SPEC_FLAGBEARER_OF_DARKNESS | 107 |
Hound Master | Hero Specialization to Spell | SPELL_SPEC_HOUNDS | 108 |
Temptress | Hero Specialization to Spell | SPELL_SPEC_SUCCUBUSES | 109 |
Blade Master | Hero Specialization to Spell | SPELL_SPEC_BLADE_MASTER | 110 |
Master of the Hunt | Hero Specialization to Spell | SPELL_SPEC_ELVES | 111 |
Unicorn Maiden | Hero Specialization to Spell | SPELL_SPEC_UNICORNS | 112 |
Elven Fury | Hero Specialization to Spell | SPELL_SPEC_ELVEN_FURY | 113 |
Sword of Sylvana | Hero Specialization to Spell | SPELL_SPEC_FOREST_GUARDIAN | 114 |
Zombie Lord | Hero Specialization to Spell | SPELL_SPEC_ZOMBIES | 115 |
Vampire Princess | Hero Specialization to Spell | SPELL_SPEC_VAMPIRES | 116 |
Embalmer | Hero Specialization to Spell | SPELL_SPEC_EMPIRIC | 117 |
Souldrinker | Hero Specialization to Spell | SPELL_SPEC_SOULHUNTER | 118 |
Master of Elements | Hero Specialization to Spell | SPELL_SPEC_MASTER_OF_ELEMENTS | 119 |
Gremlin Master | Hero Specialization to Spell | SPELL_SPEC_GREMLINS | 120 |
Golem Crafter | Hero Specialization to Spell | SPELL_SPEC_GOLEMS | 121 |
Mentor | Hero Specialization to Spell | SPELL_SPEC_MAGES | 122 |
Intimidate | Hero Specialization to Spell | SPELL_SPEC_PRUDENT | 123 |
Shadow Dancer | Hero Specialization to Spell | SPELL_SPEC_EVASIVE | 124 |
Lizard Breeder | Hero Specialization to Spell | SPELL_SPEC_RIDERS | 125 |
Coven Mistress | Hero Specialization to Spell | SPELL_SPEC_MATRON_SALVO | 126 |
Black Hand | Hero Specialization to Spell | SPELL_SPEC_SAVAGE | 127 |
Blood Mistress | Hero Specialization to Spell | SPELL_SPEC_WITCHES | 128 |
Slave Driver | Hero Specialization to Spell | SPELL_SPEC_MINOTAURS | 129 |
During castle siege ally Attack +1 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_P1 | 130 |
During castle siege enemy Attack -1 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_M1 | 131 |
During castle siege ally Defense +1 | Town
Specialization to Spell |
SPELL_TOWN_DEFENCE_P1 | 132 |
During castle siege enemy Defense -1 | Town
Specialization to Spell |
SPELL_TOWN_DEFENCE_M1 | 133 |
During castle siege ally Attack and Defense +1 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_DEFENCE_P1 | 134 |
During castle siege enemy Attack and Defense -1 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_DEFENCE_M1 | 135 |
During castle siege ally Attack +2 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_P2 | 136 |
During castle siege enemy Attack -2 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_M2 | 137 |
During castle siege ally Defense +2 | Town
Specialization to Spell |
SPELL_TOWN_DEFENCE_P2 | 138 |
During castle siege enemy enemy Defense -2 | Town
Specialization to Spell |
SPELL_TOWN_DEFENCE_M2 | 139 |
During castle siege ally Attack and Defense +2 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_DEFENCE_P2 | 140 |
During castle siege enemy Attack and Defense -2 | Town
Specialization to Spell |
SPELL_TOWN_OFFENCE_DEFENCE_M2 | 141 |
During castle siege ally Luck +1 | Town
Specialization to Spell |
SPELL_TOWN_LUCK_P1 | 142 |
During castle siege enemy Luck -1 | Town
Specialization to Spell |
SPELL_TOWN_LUCK_M1 | 143 |
During castle siege ally Morale +1 | Town
Specialization to Spell |
SPELL_TOWN_MORALE_P1 | 144 |
During castle siege enemy Morale -1 | Town
Specialization to Spell |
SPELL_TOWN_MORALE_M1 | 145 |
Town
Specialization to Spell |
SPELL_TOWN_ELVEN_CAPITAL | 146 | |
Town walls, towers and gate have 50 more health. | Town
Specialization to Spell |
SPELL_TOWN_WALLS | 147 |
Town defense towers do 25% more damage. | Town
Specialization to Spell |
SPELL_TOWN_TOWERS | 148 |
Shrine of the Netherworld - Reduces enemy moral by 2 during castle siege | Building Effect to Spell | SPELL_TOWN_UNHOLY_TEMPLE | 149 |
Mother of Darkness - Increases weekly creature growth by 50%, provides additional 5000 gold per day, boosts Spellpower for defending heroes by +10 | Building Effect to Spell | SPELL_TOWN_DARK_GUARDIAN | 150 |
Sparkling Fountain - Provides +2 luck bonus for defending army. | Building Effect to Spell | SPELL_TOWN_SPARKLING_FOUNTAIN | 151 |
Lord of Torments - increases weekly creature growth by 50%, provides an additional 5000 gold per day, boosts Spellpower of defending heroes by +10. | Building Effect to Spell | SPELL_TOWN_DIETY_OF_FIRE | 152 |
Infernal Loom - The Infernal Loom increases number of gated creatures by 10%. Enemy heroes sieging this town get -2 to luck. | Building Effect to Spell | SPELL_TOWN_INFERNAL_LOOM | 153 |
Battle Dive | Ability to Spell | SPELL_ABILITY_BATTLE_DIVE | 154 |
Battle Dive, landing effect | Ability to Spell | SPELL_ABILITY_BATTLE_DIVE_FINISH | 155 |
Lay Hands | Ability to Spell | SPELL_ABILITY_LAY_HANDS | 156 |
Resurrect Allies | Ability to Spell | SPELL_ABILITY_RESURRECT_ALLIES | 157 |
Scatter Shot | Ability to Spell | SPELL_ABILITY_SCATTER_SHOT | 158 |
Creature Gating | Ability to Spell | SPELL_ABILITY_GATING | 159 |
Fear Attack | Ability to Spell | SPELL_ABILITY_FEAR | 160 |
Summon Pit Lords | Ability to Spell | SPELL_ABILITY_SUMMON_BALOR | 161 |
Explosion | Ability to Spell | SPELL_ABILITY_EXPLOSION | 162 |
Explosion, damaged units effect | Ability to Spell | SPELL_ABILITY_EXPLOSION_EFFECT | 163 |
Chain Shot | Ability to Spell | SPELL_ABILITY_CHAIN_SHOT_END_EFFECT | 164 |
Mana Destroyer | Ability to Spell | SPELL_ABILITY_MANA_DESTROY | 165 |
Mana Stealer | Ability to Spell | SPELL_ABILITY_MANA_STEAL | 166 |
Life Drain | Ability to Spell | SPELL_ABILITY_LIFE_DRAIN | 167 |
Mana Drain | Ability to Spell | SPELL_ABILITY_MANA_DRAIN | 168 |
Death Cloud | Ability to Spell | SPELL_ABILITY_DEATH_CLOUD | 169 |
Harm Touch | Ability to Spell | SPELL_ABILITY_HARM_TOUCH | 170 |
Mana Feed | Ability to Spell | SPELL_ABILITY_MANA_FEED | 171 |
Entangling Roots | Ability to Spell | SPELL_ABILITY_ENTANGLING_ROOTS | 172 |
Repair | Ability to Spell | SPELL_ABILITY_REPAIR | 173 |
Random Blessing - enemy spell cast | Ability to Spell | SPELL_ABILITY_RANDOM_CAST_DARK | 174 |
Random Blessing - ally spell cast | Ability to Spell | SPELL_ABILITY_RANDOM_CAST_DARK_LIGHT | 175 |
Dash | Ability to Spell | SPELL_ABILITY_DASH | 176 |
Dash (additional effect?) | Ability to Spell | SPELL_ABILITY_DASH_EFFECT | 177 |
Remote Control | SPELL_REMOTE_CONTROL | 178 | |
SPELL_EFFECT_ARMOR_CRUSHING | 179 | ||
Poisonous Attack | Ability to Spell | SPELL_ABILITY_POISONOUS_ATTACK | 180 |
Lizard Bite
(neighbour hit) |
Ability to Spell | SPELL_LIZARD_BITE_HIT | 181 |
Regeneration | Ability to Spell | SPELL_EFFECT_REGENRATION | 182 |
Rebirth | Ability to Spell | SPELL_EFFECT_REBIRTH | 183 |
Ability to Spell | SPELL_ABILITY_FROST_BREATH | 184 | |
Bad Luck for Creatures | Skill to Spell | SPELL_EFFECT_BAD_LUCK | 185 |
Good Luck for Creatures | Skill to Spell | SPELL_EFFECT_GOOD_LUCK | 186 |
Bad Morale for Creatures | Skill to Spell | SPELL_EFFECT_BAD_MORALE | 187 |
Good Morale for Creatures | Skill to Spell | SPELL_EFFECT_GOOD_MORALE | 188 |
First Aid effect on creature | Skill to Spell | SPELL_EFFECT_FIRST_AID_TENT_HEAL | 189 |
Creature Effect | SPELL_EFFECT_CLERIC_HIT | 190 | |
Hit Type 1 | Hit to Spell | SPELL_EFFECT_COMBAT_HIT_00 | 191 |
Hit Type 2 | Hit to Spell | SPELL_EFFECT_COMBAT_HIT_01 | 192 |
Hit Type 3 | Hit to Spell | SPELL_EFFECT_COMBAT_HIT_02 | 193 |
War Machine hit action? | Hit to Spell | SPELL_EFFECT_WAR_MACHINE_HIT | 194 |
First Aid Heal on unit effect? | Hit to Spell | SPELL_EFFECT_FIRST_AID_HIT | 195 |
Fire hit | Hit to Spell | SPELL_EFFECT_FIRE_HIT | 196 |
Bash hit | Hit to Spell | SPELL_EFFECT_BASH_HIT | 197 |
Hit to Spell | SPELL_EFFECT_SUN_FIRE | 198 | |
Soil Burn (creature hit effect) | Hit to Spell | SPELL_EFFECT_SOIL_BURN | 199 |
Avatar of Death | Ability to Spell | SPELL_ABILITY_AVATAR_OF_DEATH | 200 |
Frost hit | Hit to Spell | SPELL_EFFECT_FROZEN | 201 |
Taking fire damage effect | Creature Hit Effect | SPELL_EFFECT_FIRE_DAMAGE | 202 |
Seduce
(Creature effect) |
Ability to Spell | SPELL_EFFECT_SEDUCE_CASTED | 203 |
Demon Hunter | Hero Specialization to Spell | SPELL_SPEC_DEMON_HUNTER | 204 |
Fire Shield | Ability to Spell | SPELL_EFFECT_FIRE_SHIELD | 205 |
Death's Embrace set debuff | Artifact to Spell | SPELL_ARTFSET_NECROMANCERS_DEBUFF | 206 |
Chilling Bones | Perk to Spell | SPELL_SKILL_CHILLING_BONES | 207 |
SPELL_DEBUG_TELEPORT | 208 | ||
Enraged | Creature Effect | SPELL_ABILITY_ENRAGED | 209 |
Mass Weakness | Spell | SPELL_MASS_CURSE | 210 |
Mass Vulnerability | Spell | SPELL_MASS_DISRUPTING_RAY | 211 |
Mass Slow | Spell | SPELL_MASS_SLOW | 212 |
Mass Confusion | Spell | SPELL_MASS_FORGETFULNESS | 213 |
Mass Decay | Spell | SPELL_MASS_PLAGUE | 214 |
Mass Suffering | Spell | SPELL_MASS_WEAKNESS | 215 |
Mass Divine Strength | Spell | SPELL_MASS_BLESS | 216 |
Mass Cleansing | Spell | SPELL_MASS_DISPEL | 217 |
Mass Endurance | Spell | SPELL_MASS_STONESKIN | 218 |
Mass Deflect Missile | Spell | SPELL_MASS_DEFLECT_ARROWS | 219 |
Mass Righteous Might | Spell | SPELL_MASS_BLOODLUST | 220 |
Mass Haste | Spell | SPELL_MASS_HASTE | 221 |
Call Lighting | Ability to Spell | SPELL_ABILITY_CALL_LIGHTNING | 222 |
Empowered Eldritch Arrow | Spell | SPELL_EMPOWERED_MAGIC_ARROW | 223 |
Empowered Fist of Wrath | Spell | SPELL_EMPOWERED_MAGIC_FIST | 224 |
Empowered Lightning Bolt | Spell | SPELL_EMPOWERED_LIGHTNING_BOLT | 225 |
Empowered Ice Bolt | Spell | SPELL_EMPOWERED_ICE_BOLT | 226 |
Empowered Fireball | Spell | SPELL_EMPOWERED_FIREBALL | 227 |
Empowered Circle of Winter | Spell | SPELL_EMPOWERED_FROST_RING | 228 |
Empowered Chain Lightning | Spell | SPELL_EMPOWERED_CHAIN_LIGHTNING | 229 |
Empowered Meteor Shower | Spell | SPELL_EMPOWERED_METEOR_SHOWER | 230 |
Empowered Implosion | Spell | SPELL_EMPOWERED_IMPLOSION | 231 |
Empowered Armageddon | Spell | SPELL_EMPOWERED_ARMAGEDDON | 232 |
Empowered Stone Spikes | Spell | SPELL_EMPOWERED_STONE_SPIKES | 233 |
Summon Creatures | Spell | SPELL_SUMMON_CREATURES | 234 |
Conjure Phoenix | Spell | SPELL_CONJURE_PHOENIX | 235 |
Firewall | Spell | SPELL_FIREWALL | 236 |
Stone Spikes | Spell | SPELL_STONE_SPIKES | 237 |
Uber Chain Lightning | Spell | SPELL_UBER_CHAIN_LIGHTNING | 238 |
Boss Firewall | Spell | SPELL_BOSS_FIREWALL | 239 |
Time Shift | Hero specialization to Spell | SPELL_TIME_SHIFT | 240 |
Guardian Angel | Perk to Spell | SPELL_EFFECT_GUARDIAN_ANGEL | 241 |
SPELL_GHOST_DISPELL | 242 | ||
SPELL_GHOST_GUARD | 243 | ||
Crippling Wound | Ability to Spell | SPELL_EFFECT_WOUND | 244 |
Berserker Rage | Ability to Spell | SPELL_ABILITY_BERSERKER_RAGE | 245 |
Mark of Fire | Ability to Spell | SPELL_EFFECT_MARK_OF_FIRE | 246 |
Storm Strike | Ability to Spell | SPELL_ABILITY_STORMBOLT | 247 |
Magma Shield | Ability to Spell | SPELL_EFFECT_MAGMA_SHIELD | 248 |
Rune of Charge | Spell | SPELL_RUNE_OF_CHARGE | 249 |
Rune of Berserking | Spell | SPELL_RUNE_OF_BERSERKING | 250 |
Rune of Magic Control | Spell | SPELL_RUNE_OF_MAGIC_CONTROL | 251 |
Rune of Exorcism | Spell | SPELL_RUNE_OF_EXORCISM | 252 |
Rune of Elemental Immunity | Spell | SPELL_RUNE_OF_ELEMENTAL_IMMUNITY | 253 |
Rune of Thunderclap | Spell | SPELL_RUNE_OF_STUNNING | 254 |
Rune of Battle Rage | Spell | SPELL_RUNE_OF_BATTLERAGE | 255 |
Rune of Etherealness | Spell | SPELL_RUNE_OF_ETHEREALNESS | 256 |
Rune of Resurrection | Spell | SPELL_RUNE_OF_REVIVE | 257 |
Rune of Dragonform | Spell | SPELL_RUNE_OF_DRAGONFORM | 258 |
Refresh Rune | Perk to Spell | SPELL_ABILITY_REFRESH_RUNE | 259 |
Border Guard | Hero Specialization to Spell | SPELL_SPEC_BORDERGUARD | 260 |
Sharp Blade | Hero Specialization to Spell | SPELL_SPEC_AXE_MASTER | 261 |
Rider | Hero Specialization to Spell | SPELL_SPEC_BEAR_RAIDERS | 262 |
Keeper of the Flame | Hero Specialization to Spell | SPELL_SPEC_MAGISTER | 263 |
Protector | Hero Specialization to Spell | SPELL_SPEC_DEFENDER | 264 |
Dwarven Luck | Perk to Spell | SPELL_SKILL_DWARVEN_LUCK | 265 |
Offensive Formation | Perk to Spell | SPELL_SKILL_OFFENSIVE_FORMATION | 266 |
Defensive Formation | Perk to Spell | SPELL_SKILL_DEFENSIVE_FORMATION | 267 |
Distract | Perk to Spell | SPELL_SKILL_DISTRACT | 268 |
Absolute Protection | Perk to Spell | SPELL_SKILL_ABSOLUTE_PROTECTION | 269 |
Ignite | Perk to Spell | SPELL_EFFECT_SET_AFIRE | 270 |
Agility | Ability to Spell | SPELL_ABILITY_AGILITY | 271 |
Fine Rune creature effect | Perk to Spell | SPELL_EFFECT_FINE_RUNE | 272 |
Fine Rune creature effect | Perk to Spell | SPELL_EFFECT_STRONG_RUNE | 273 |
SPELL_EFFECT_BATTLE_FRENZY | 274 | ||
Runic Attunement | Perk to Spell | SPELL_EFFECT_RUNIC_ATTUNEMENT | 275 |
Master of Initiative | Hero Specialization to Spell | SPELL_EFFECT_MASTER_OF_INITIATIVE | 276 |
Sorrow | Spell | SPELL_SORROW | 277 |
Vampirism | Spell | SPELL_VAMPIRISM | 278 |
Deep Freeze | Spell | SPELL_DEEP_FREEZE | 279 |
Regeneration | Spell | SPELL_REGENERATION | 280 |
Divine Vengeance | Spell | SPELL_DIVINE_VENGEANCE | 281 |
Arcane Crystal | Spell | SPELL_ARCANE_CRYSTAL | 282 |
Summon Hive | Spell | SPELL_SUMMON_HIVE | 283 |
Blade Barrier | Spell | SPELL_BLADE_BARRIER | 284 |
Uber Meteor Shower | Spell | SPELL_UBER_METEOR_SHOWER | 285 |
Preparation | Perk to Spell | SPELL_EFFECT_PREPARATION | 286 |
Perk to Spell | SPELL_EFFECT_EXPLODING_CORPSES | 287 | |
Master of Lightning | Perk to Spell | SPELL_EFFECT_MASTER_OF_LIGHTNING | 288 |
Blazing Anvil - For defending heroes army Spellpower +6 and Defense +6 Allows defending heroes to use runes wasting no resources. | Building Effect to Spell | SPELL_TOWN_BLAZING_ANVIL | 289 |
Ralling Cry | Spell | SPELL_WARCRY_RALLING_CRY | 290 |
Call of Blood | Spell | SPELL_WARCRY_CALL_OF_BLOOD | 291 |
Word of the Chief | Spell | SPELL_WARCRY_WORD_OF_THE_CHIEF | 292 |
Fear My Roar | Spell | SPELL_WARCRY_FEAR_MY_ROAR | 293 |
Battlecry | Spell | SPELL_WARCRY_BATTLECRY | 294 |
Horde's Anger | Spell | SPELL_WARCRY_SHOUT_OF_MANY | 295 |
Taking damage from "Venom" | Ability to Spell | SPELL_ABILITY_VENOM | 296 |
Lion's Spirit | Artifact to Spell | SPELL_ARTFSET_LIONS_DEMORALIZED | 297 |
Empowered Deep Freeze | Spell | SPELL_EMPOWERED_DEEP_FREEZE | 298 |
Sacrifice Goblin | Ability to Spell | SPELL_ABILITY_SACRIFICE_GOBLIN | 299 |
Swallow Goblin | Ability to Spell | SPELL_ABILITY_SWALLOW_GOBLIN | 300 |
Set Snares | Ability to Spell | SPELL_ABILITY_SET_SNARES | 301 |
Basic Blood Rage | Skill to Spell | SPELL_DEMON_RAGE_LEVEL_1 | 302 |
Advanced Blood Rage | Skill to Spell | SPELL_DEMON_RAGE_LEVEL_2 | 303 |
Expert Blood Rage | Skill to Spell | SPELL_DEMON_RAGE_LEVEL_3 | 304 |
Powerful Blow taking hit | Perk to Spell | SPELL_EFFECT_POWERFULL_BLOW | 305 |
Battle Elation | Perk to Spell | SPELL_SKILL_BATTLE_ELATION | 306 |
Luck of the Barbarian | Perk to Spell | SPELL_SKILL_LUCK_OF_THE_BARBARIAN | 307 |
Back to the Void | Perk to Spell | SPELL_SKILL_DEATH_TO_NONEXISTENT | 308 |
Might Over Magic | Perk to Spell | SPELL_SKILL_MIGHT_OVER_MAGIC | 309 |
Fist Of the Khan | Hero Specialization to Spell | SPELL_SPEC_GRIM_FIGHTER | 310 |
Centaur Commander | Hero Specialization to Spell | SPELL_SPEC_CENTAUR_MISTRESS | 311 |
Wyvern Tamer | Hero Specialization to Spell | SPELL_SPEC_WYVERN_TAMER | 312 |
Blade of the Khan | Hero Specialization to Spell | SPELL_SPEC_ORC_ELDER | 313 |
Blood Drinker | Hero Specialization to Spell | SPELL_SPEC_BLOODDRINKER | 314 |
Goblin King | Hero Specialization to Spell | SPELL_SPEC_GOBLIN_KING | 315 |
Death Wail | Ability to Spell | SPELL_ABILITY_DEATH_WAIL | 316 |
Invisibility | Ability to Spell | SPELL_ABILITY_INVISIBILITY | 317 |
Scavenger | Ability to Spell | SPELL_ABILITY_SCAVENGER | 318 |
Siphon Mana | Ability to Spell | SPELL_ABILITY_SYPHON_MANA | 319 |
Leap | Ability to Spell | SPELL_ABILITY_LEAP | 320 |
Pit Lord Summoning | Ability to Spell | SPELL_ABILITY_SUMMON_OTHER | 321 |
Incinerate | Ability to Spell | SPELL_ABILITY_INCINERATE | 322 |
Symbiosis | Ability to Spell | SPELL_ABILITY_TREEANT_UNION | 323 |
Steal Ammunition | Ability to Spell | SPELL_ABILITY_AMMO_STEAL | 324 |
Order of the Chief (unit ability) | Ability to Spell | SPELL_ABILITY_ORDER_OF_THE_CHIEF | 325 |
Defile Magic | Ability to Spell | SPELL_ABILITY_DEFILE_MAGIC | 326 |
Bear Roar | Ability to Spell | SPELL_ABILITY_BEAR_ROAR | 327 |
Seduction | Ability to Spell | SPELL_ABILITY_SEDUCE | 328 |
Rage of the Forest | Ability to Spell | SPELL_ABILITY_RAGE_OF_THE_FOREST | 329 |
Sabotage | Ability to Spell | SPELL_ABILITY_SABOTAGE | 330 |
Harpoon Strike | Ability to Spell | SPELL_ABILITY_HARPOON_STRIKE | 331 |
Wheel of Fortune | Ability to Spell | SPELL_ABILITY_LUCK_GAMBLER | 332 |
Channeling | Ability to Spell | SPELL_ABILITY_POWER_FEED | 333 |
Stormcaller | Ability to Spell | SPELL_ABILITY_CALL_STORM | 334 |
Liquid Flame Breath terrain effect? | Ability to Spell | SPELL_EFFECT_LIQUID_FLAME_BREATH | 335 |
Torpor | Ability to Spell | SPELL_EFFECT_SLEEPING_STRIKE | 336 |
Preparation, defend command effect | Ability to Spell | SPELL_EFFECT_PREPARED_POSITION | 337 |
Ability to Spell | SPELL_EFFECT_BATTLE_RAGE | 338 | |
Skill to Spell | SPELL_EFFECT_UNLUCKY | 339 | |
Ability to Spell | SPELL_EFFECT_HORROR_OF_THE_DEATH | 340 | |
Immunity to Air effect | Ability to Spell | SPELL_EFFECT_IMMUNITY_TO_AIR | 341 |
Immunity to Fire effect | Ability to Spell | SPELL_EFFECT_IMMUNITY_TO_FIRE | 342 |
Immunity to Water effect | Ability to Spell | SPELL_EFFECT_IMMUNITY_TO_WATER | 343 |
Immunity to Earth effect | Ability to Spell | SPELL_EFFECT_IMMUNITY_TO_EARTH | 344 |
Flamesrike | Ability to Spell | SPELL_ABILITY_FLAMESTRIKE | 345 |
Rush Dive | Ability to Spell | SPELL_ABILITY_PACK_DIVE | 346 |
Rush Dive landing effect | Ability to Spell | SPELL_ABILITY_PACK_DIVE_FINISH | 347 |
Empty slot 1 | - | SPELL_ABILITY_CUSTOM1 | 348 |
Empty slot 2 | - | SPELL_ABILITY_CUSTOM2 | 349 |
Empty slot 3 | - | SPELL_ABILITY_CUSTOM3 | 350 |
Empty slot 4 | - | SPELL_ABILITY_CUSTOM4 | 351 |
First Aid Tent
(plague attack unit effect) |
Ability to Spell | SPELL_EFFECT_FIRST_AID_TENT_PLAGUE | 352 |