Template:Sandbox/Aurelain/SpellInfobox/base: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| (67 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <includeonly><!-- | ||
--><templatestyles src="Template:Sandbox/Aurelain/SpellInfobox/styles.css" /> | |||
<div class='spell-box school-{{{school}}}'> | |||
<table> | |||
<!--==== TITLE ==========================================================--> | |||
<tr> | |||
<td class='band title' colspan='3'>{{{name}}}</td> | |||
</tr> | |||
<!--==== TIER, ICON, MANA ===============================================--> | |||
<tr> | |||
<!-- Tier --> | |||
<td class='prop'><!-- | |||
-->{{Translation|wiki_spellbox_tier|{{{lang}}}}}<!-- | |||
--><div class='value'><!-- | |||
-->{{#switch: {{{tier|}}} | |||
|1=I | |||
|2=II | |||
|3=III | |||
|4=IV | |||
|5=V | |||
}}<!-- | |||
--></div><!-- | |||
--></td> | |||
<!-- Icon --> | |||
<td class='iconCell' rowspan='2'><!-- | |||
--><div class='icon'>[[File:{{{icon}}}.png|128px]]</div><!-- | |||
--><div class='ring' style='pointer-events:none'>[[File:Frame_Spell_Top_0.png|147px|link=]]</div><!-- | |||
--></td> | |||
<!-- Mana --> | |||
<td class='prop'><!-- | |||
-->{{Translation|wiki_spellbox_mana|{{{lang}}}}}<!-- | |||
--><div class='value'>{{{mana|}}} [[File:Mana_icon.png|20px]]</div><!-- | |||
--></td> | |||
</tr> | |||
<!--==== SCHOOL & TYPE ==================================================--> | |||
<tr> | |||
<!-- School --> | |||
<td class='prop'><!-- | |||
-->{{Translation|wiki_spellbox_school|{{{lang}}}}}<!-- | |||
--><div class='value'>[[File:{{#switch: {{{school}}} | |||
|day=Daylight | |||
|night=Nightshade | |||
|space=Arcane | |||
|primal=Primal | |||
|neutral=Neutral_school | |||
}}_icon.png|50px|link=]]<!-- | |||
--></div><!-- | |||
-->{{#ifeq:{{{school}}} | |||
|neutral | |||
|<div class='value'>{{Translation|wiki_spellbox_neutral|{{{lang}}}}}</div> | |||
|{{Link|id=skill_magic_{{{school}}}|type=skill|lang={{{lang}}}|wrap=1}} | |||
}}<!-- | |||
--></td> | |||
<!-- Type --> | |||
<td class='prop'><!-- | |||
-->{{Translation|wiki_spellbox_type|{{{lang}}}}}<!-- | |||
--><div class='value'>[[File:{{#switch: {{{map_spell|}}} | |||
|1=Global_map_spells | |||
|0=Battle_spells | |||
}}.png|50px]]</div><!-- | |||
--><div class='value'>{{Translation|{{#switch: {{{map_spell|}}} | |||
|1=wiki_spellbox_world | |||
|0=wiki_spellbox_battle | |||
}}|{{{lang}}}}}</div><!-- | |||
--></td> | |||
</tr> | |||
<!--==== EFFECT =========================================================--> | |||
<tr> | |||
<td class='band' colspan='3'>{{Translation|wiki_spellbox_effect|{{{lang}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td class='text' colspan='3'><!-- | |||
-->{{{effect}}}<!-- | |||
-->{{#if: {{{immunities|}}}|<!-- | |||
--><div class='immunities'><!-- | |||
Note: the immunities labels from the game don't end in a full stop. | |||
This displays them as a sentence so a full stop is added. | |||
-->{{Translation|wiki_{{{immunities}}}|{{{lang}}}}}.<!-- | |||
--></div><!-- | |||
-->}}<!-- | |||
--></td> | |||
</tr> | |||
<!--==== LEVELS =========================================================--> | |||
{{#if: {{{level2|}}}| | |||
<!--==== LEVELS BAND ================================================--> | |||
<tr> | |||
<td class='band' colspan='3'>{{Translation|wiki_spellbox_effects|{{{lang}}}}}</td> | |||
</tr> | |||
<!--==== LEVEL 2 ====================================================--> | |||
<tr> | |||
<td class='level'>{{Translation|wiki_spellbox_level|{{{lang}}}}} 2</td> | |||
<td class='text' colspan='2'>{{{level2}}}</td> | |||
</tr> | |||
<!--==== LEVEL 3 ====================================================--> | |||
<tr> | |||
<td class='level'>{{Translation|wiki_spellbox_level|{{{lang}}}}} 3</td> | |||
<td class='text' colspan='2'>{{{level3}}}</td> | |||
</tr> | |||
<!--==== LEVEL 4 ====================================================--> | |||
<tr> | |||
<td class='level'>{{Translation|wiki_spellbox_level|{{{lang}}}}} 4</td> | |||
<td class='text' colspan='2'>{{{level4}}}</td> | |||
</tr> | |||
}}<!-- endif --> | |||
<!--==== MASTERFUL ======================================================--> | |||
{{#if: {{{masterful|}}}| | |||
<tr> | |||
<td class='band' colspan='3'>{{Translation|wiki_spellbox_masterful|{{{lang}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td class='text' colspan='3' style='text-align:center'>{{{masterful}}}</td> | |||
</tr> | |||
}}<!-- endif --> | |||
<!--====== KNOWN BY =====================================================--> | |||
{{#ifeq:{{#cargo_query: | |||
tables = | |||
Hero = H | |||
| where = | |||
(H.start_magics HOLDS '{{{id}}}' OR H.start_magics HOLDS '{{{id}}}_special') | |||
AND H.id NOT LIKE 'campaign%' | |||
AND H.id NOT LIKE 'tutorial%' | |||
AND H.id NOT LIKE 'cm_fun%' | |||
| fields = | |||
H.id = id | |||
| format = list | |||
| default = x | |||
}}|x|| | |||
<tr> | |||
<td class='band' colspan='3'>{{Translation|wiki_spellbox_heroes|{{{lang}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td class='text' colspan='3' style='text-align:center'>{{HeroesWithSpell|id={{{id}}}|lang={{{lang}}}}}</td> | |||
</tr> | |||
}}<!-- endif--> | |||
<!--==== INTERNAL ID ====================================================--> | |||
<tr> | |||
<td class='band' colspan='3'>{{Translation|wiki_internal_id|{{{lang}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td colspan='3' style='color:rgba(255,255,255,0.5)'>{{{id}}}</td> | |||
</tr> | |||
</table></div><!-- | |||
################################################################################ | |||
--></includeonly><noinclude> | |||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| | | id = day_2_magic_sharp_edge | ||
| icon = | | icon = day_2_magic_sharp_edge | ||
| name = Blessing | |||
| tier = 1 | | tier = 1 | ||
| mana = | | mana = 7 | ||
| school = day | | school = day | ||
| map_spell = | | map_spell = 0 | ||
| effect = Target friendly creature | | effect = Target friendly creature deals +20% Damage with basic attacks. Duration: [ 1 + 1 per every 4 hero’s Spell Power ] round(s). | ||
| level2 = | | immunities = description_effect_undead_immunities | ||
| level3 = | | level2 = Basic attacks Damage: 20% > 25%. | ||
| level4 = | | level3 = Affects all friendly creatures. | ||
| masterful = | | level4 = Basic attacks Damage: 25% > 35%. | ||
| masterful = Makes the target always deal maximum Damage. | |||
}} | }} | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = day_3_magic_haste | |||
| icon = day_3_magic_haste | |||
| name = Haste | | name = Haste | ||
| tier = 1 | | tier = 1 | ||
| mana = 6 | | mana = 6 | ||
| school = day | | school = day | ||
| map_spell = | | map_spell = 0 | ||
| effect = Target friendly creature gains +2 Speed. Duration: [ 1 + 1 per every 4 hero’s Spell Power ] round(s). | | effect = Target friendly creature gains +2 Speed. Duration: [ 1 + 1 per every 4 hero’s Spell Power ] round(s). | ||
| immunities = description_effect_ice_immunities | |||
| level2 = Speed bonus: 2 > 4. | | level2 = Speed bonus: 2 > 4. | ||
| level3 = Dispels “Web”. | | level3 = Dispels “Web”. | ||
| level4 = Speed bonus: 4 > 6. | | level4 = Speed bonus: 4 > 6. | ||
| masterful = | | masterful = Makes the target always deal maximum Damage. | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
{{Clear}} | {{Clear}} | ||
---- <!-- ============================================== --> | ---- <!--====================================================================--> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = fr | | lang = fr | ||
| id = night_2_magic_web | |||
| icon = night_2_magic_web | |||
| name = Toile | | name = Toile | ||
| tier = 2 | | tier = 2 | ||
| mana = 9 | | mana = 9 | ||
| school = night | | school = night | ||
| map_spell = | | map_spell = 0 | ||
| effect = Réduit de 2 la vitesse de la créature ennemie ciblée. | | effect = Réduit de 2 la vitesse de la créature ennemie ciblée. | ||
Durée : [1 + 1 tous les 5 points en puissance de sorts du héros] tour(s). | Durée : [1 + 1 tous les 5 points en puissance de sorts du héros] tour(s). | ||
| Line 49: | Line 211: | ||
| level4 = Réduction de vitesse : –3 >–4. | | level4 = Réduction de vitesse : –3 >–4. | ||
| masterful = Affecte tous les ennemis. | | masterful = Affecte tous les ennemis. | ||
}} | }} | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = fr | | lang = fr | ||
| id = night_2_magic_web | |||
| icon = night_2_magic_web | |||
| name = Toile | | name = Toile | ||
| tier = 2 | | tier = 2 | ||
| mana = 9 | | mana = 9 | ||
| school = night | | school = night | ||
| map_spell = | | map_spell = 0 | ||
| effect = Réduit de 2 la vitesse de la créature ennemie ciblée. | | effect = Réduit de 2 la vitesse de la créature ennemie ciblée. | ||
Durée : [1 + 1 tous les 5 points en puissance de sorts du héros] tour(s). | Durée : [1 + 1 tous les 5 points en puissance de sorts du héros] tour(s). | ||
| Line 66: | Line 228: | ||
| level4 = Réduction de vitesse : –3 >–4. | | level4 = Réduction de vitesse : –3 >–4. | ||
| masterful = Affecte tous les ennemis. | | masterful = Affecte tous les ennemis. | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
{{Clear}} | {{Clear}} | ||
---- <!-- ============================================== --> | ---- <!--====================================================================--> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = space_7_magic_shackles | |||
| icon = space_7_magic_shackles | |||
| name = Shackles | | name = Shackles | ||
| tier = 3 | | tier = 3 | ||
| mana = 9 | | mana = 9 | ||
| school = space | | school = space | ||
| map_spell = | | map_spell = 0 | ||
| effect = Target enemy creature cannot counterattack. | | effect = Target enemy creature cannot counterattack. | ||
Duration: [ 1 + 1 per every 6 hero’s Spell Power ] round(s). | Duration: [ 1 + 1 per every 6 hero’s Spell Power ] round(s). | ||
| Line 84: | Line 246: | ||
| level3 = Dispels “Riposte.” | | level3 = Dispels “Riposte.” | ||
| level4 = Affects enemy creatures adjacent to the target. | | level4 = Affects enemy creatures adjacent to the target. | ||
}} | }} | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = space_7_magic_shackles | |||
| icon = space_7_magic_shackles | |||
| name = Shackles | | name = Shackles | ||
| tier = 3 | | tier = 3 | ||
| mana = 9 | | mana = 9 | ||
| school = space | | school = space | ||
| map_spell = | | map_spell = 0 | ||
| effect = Target enemy creature cannot counterattack. | | effect = Target enemy creature cannot counterattack. | ||
Duration: [ 1 + 1 per every 6 hero’s Spell Power ] round(s). | Duration: [ 1 + 1 per every 6 hero’s Spell Power ] round(s). | ||
| Line 100: | Line 262: | ||
| level3 = Dispels “Riposte.” | | level3 = Dispels “Riposte.” | ||
| level4 = Affects enemy creatures adjacent to the target. | | level4 = Affects enemy creatures adjacent to the target. | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
{{Clear}} | {{Clear}} | ||
---- <!-- ============================================== --> | ---- <!--====================================================================--> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = primal_10_magic_primordial_purity | |||
| icon = primal_10_magic_primordial_purity | |||
| name = Anti-Magic | | name = Anti-Magic | ||
| tier = 4 | | tier = 4 | ||
| mana = 16 | | mana = 16 | ||
| school = primal | | school = primal | ||
| map_spell = | | map_spell = 0 | ||
| effect = Any chosen target becomes immune to spells of tier 3 and lower. This effect cannot be dispelled. If the target is a summoned creature or contains temporary units in its stack, those are destroyed. | | effect = Any chosen target becomes immune to spells of tier 3 and lower. This effect cannot be dispelled. If the target is a summoned creature or contains temporary units in its stack, those are destroyed. | ||
Duration: 1 round(s). | Duration: 1 round(s). | ||
| Line 118: | Line 280: | ||
| level3 = Affects tier-1-4 spells. | | level3 = Affects tier-1-4 spells. | ||
| level4 = Also affects tier-1-5 spells. | | level4 = Also affects tier-1-5 spells. | ||
}} | }} | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = primal_10_magic_primordial_purity | |||
| icon = primal_10_magic_primordial_purity | |||
| name = Anti-Magic | | name = Anti-Magic | ||
| tier = 4 | | tier = 4 | ||
| mana = 16 | | mana = 16 | ||
| school = primal | | school = primal | ||
| map_spell = | | map_spell = 0 | ||
| effect = Any chosen target becomes immune to spells of tier 3 and lower. This effect cannot be dispelled. If the target is a summoned creature or contains temporary units in its stack, those are destroyed. | | effect = Any chosen target becomes immune to spells of tier 3 and lower. This effect cannot be dispelled. If the target is a summoned creature or contains temporary units in its stack, those are destroyed. | ||
Duration: 1 round(s). | Duration: 1 round(s). | ||
| Line 134: | Line 296: | ||
| level3 = Affects tier-1-4 spells. | | level3 = Affects tier-1-4 spells. | ||
| level4 = Also affects tier-1-5 spells. | | level4 = Also affects tier-1-5 spells. | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
{{Clear}} | {{Clear}} | ||
---- <!-- ============================================== --> | ---- <!--====================================================================--> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = neutral_magic_dimension_door | |||
| icon = neutral_magic_dimension_door | |||
| name = Dimension Door | | name = Dimension Door | ||
| tier = 4 | | tier = 4 | ||
| mana = 22 | | mana = 22 | ||
| school = neutral | | school = neutral | ||
| map_spell = | | map_spell = 0 | ||
| effect = Teleports the hero to target location within 8 squares. Usable 1 times per day. | | effect = Teleports the hero to target location within 8 squares. Usable 1 times per day. | ||
| level2 = Base mana cost: 22 > 14. | | level2 = Base mana cost: 22 > 14. | ||
| level3 = Target radius: 8 > 11. | | level3 = Target radius: 8 > 11. | ||
| level4 = Can be used +1 time per day. | | level4 = Can be used +1 time per day. | ||
}} | }} | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = neutral_magic_dimension_door | |||
| icon = neutral_magic_dimension_door | |||
| name = Dimension Door | | name = Dimension Door | ||
| tier = 4 | | tier = 4 | ||
| mana = 22 | | mana = 22 | ||
| school = neutral | | school = neutral | ||
| map_spell = | | map_spell = 0 | ||
| effect = Teleports the hero to target location within 8 squares. Usable 1 times per day. | | effect = Teleports the hero to target location within 8 squares. Usable 1 times per day. | ||
| level2 = Base mana cost: 22 > 14. | | level2 = Base mana cost: 22 > 14. | ||
| level3 = Target radius: 8 > 11. | | level3 = Target radius: 8 > 11. | ||
| level4 = Can be used +1 time per day. | | level4 = Can be used +1 time per day. | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
{{Clear}} | {{Clear}} | ||
---- <!-- ============================================== --> | ---- <!--====================================================================--> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = night_17_magic_read_minds | |||
| icon = night_17_magic_read_minds | |||
| name = Read Minds | | name = Read Minds | ||
| tier = 2 | | tier = 2 | ||
| mana = 10 | | mana = 10 | ||
| school = night | | school = night | ||
| map_spell = | | map_spell = 1 | ||
| effect = Reveals the precise number and intentions of all neutral squads within [ 3 × hero’s sight ] squares of the hero. | | effect = Reveals the precise number and intentions of all neutral squads within [ 3 × hero’s sight ] squares of the hero. | ||
}} | }} | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Sandbox/Aurelain/SpellInfobox/base | {{Sandbox/Aurelain/SpellInfobox/base | ||
| lang = en | | lang = en | ||
| id = night_17_magic_read_minds | |||
| icon = night_17_magic_read_minds | |||
| name = Read Minds | | name = Read Minds | ||
| tier = 2 | | tier = 2 | ||
| mana = 10 | | mana = 10 | ||
| school = night | | school = night | ||
| map_spell = | | map_spell = 1 | ||
| effect = Reveals the precise number and intentions of all neutral squads within [ 3 × hero’s sight ] squares of the hero. | | effect = Reveals the precise number and intentions of all neutral squads within [ 3 × hero’s sight ] squares of the hero. | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
</noinclude | </noinclude> | ||
Latest revision as of 07:40, 26 August 2026
| Blessing | ||
| Tier I |
Mana | |
| School |
Type Battle Spell |
|
| Effect | ||
| Target friendly creature deals +20% Damage with basic attacks. Duration: [ 1 + 1 per every 4 hero’s Spell Power ] round(s). Does not affect the Undead. |
||
| Effects at higher levels | ||
| Level 2 | Basic attacks Damage: 20% > 25%. | |
| Level 3 | Affects all friendly creatures. | |
| Level 4 | Basic attacks Damage: 25% > 35%. | |
| Masterful Version | ||
| Makes the target always deal maximum Damage. | ||
| Heroes that start with this spell | ||
| Internal ID | ||
| day_2_magic_sharp_edge | ||
{{Sandbox/Aurelain/SpellInfobox/base
| lang = en
| id = day_3_magic_haste
| icon = day_3_magic_haste
| name = Haste
| tier = 1
| mana = 6
| school = day
| map_spell = 0
| effect = Target friendly creature gains +2 Speed. Duration: [ 1 + 1 per every 4 hero’s Spell Power ] round(s).
| immunities = description_effect_ice_immunities
| level2 = Speed bonus: 2 > 4.
| level3 = Dispels “Web”.
| level4 = Speed bonus: 4 > 6.
| masterful = Makes the target always deal maximum Damage.
}}
| Toile | ||
| Pallier II |
Mana | |
| École |
Type Sort de Combat |
|
| Effet | ||
| Réduit de 2 la vitesse de la créature ennemie ciblée. Durée : [1 + 1 tous les 5 points en puissance de sorts du héros] tour(s). | ||
| Effets Bonus | ||
| Niveau 2 | Réduction de vitesse : –2 >–3. | |
| Niveau 3 | Dissipe « Hâte ». | |
| Niveau 4 | Réduction de vitesse : –3 >–4. | |
| Version Magistrale | ||
| Affecte tous les ennemis. | ||
| Héros commençant avec ce sort | ||
| ID interne | ||
| night_2_magic_web | ||
{{Sandbox/Aurelain/SpellInfobox/base
| lang = fr
| id = night_2_magic_web
| icon = night_2_magic_web
| name = Toile
| tier = 2
| mana = 9
| school = night
| map_spell = 0
| effect = Réduit de 2 la vitesse de la créature ennemie ciblée.
Durée : [1 + 1 tous les 5 points en puissance de sorts du héros] tour(s).
| level2 = Réduction de vitesse : –2 >–3.
| level3 = Dissipe « Hâte ».
| level4 = Réduction de vitesse : –3 >–4.
| masterful = Affecte tous les ennemis.
}}
| Shackles | ||
| Tier III |
Mana | |
| School |
Type Battle Spell |
|
| Effect | ||
| Target enemy creature cannot counterattack. Duration: [ 1 + 1 per every 6 hero’s Spell Power ] round(s). | ||
| Effects at higher levels | ||
| Level 2 | Base effect duration: 1 > 2. | |
| Level 3 | Dispels “Riposte.” | |
| Level 4 | Affects enemy creatures adjacent to the target. | |
| Heroes that start with this spell | ||
Urgo |
||
| Internal ID | ||
| space_7_magic_shackles | ||
{{Sandbox/Aurelain/SpellInfobox/base
| lang = en
| id = space_7_magic_shackles
| icon = space_7_magic_shackles
| name = Shackles
| tier = 3
| mana = 9
| school = space
| map_spell = 0
| effect = Target enemy creature cannot counterattack.
Duration: [ 1 + 1 per every 6 hero’s Spell Power ] round(s).
| level2 = Base effect duration: 1 > 2.
| level3 = Dispels “Riposte.”
| level4 = Affects enemy creatures adjacent to the target.
}}
| Anti-Magic | ||
| Tier IV |
Mana | |
| School |
Type Battle Spell |
|
| Effect | ||
| Any chosen target becomes immune to spells of tier 3 and lower. This effect cannot be dispelled. If the target is a summoned creature or contains temporary units in its stack, those are destroyed. Duration: 1 round(s). | ||
| Effects at higher levels | ||
| Level 2 | Base effect duration: 1 > 2. | |
| Level 3 | Affects tier-1-4 spells. | |
| Level 4 | Also affects tier-1-5 spells. | |
| Heroes that start with this spell | ||
| Internal ID | ||
| primal_10_magic_primordial_purity | ||
{{Sandbox/Aurelain/SpellInfobox/base
| lang = en
| id = primal_10_magic_primordial_purity
| icon = primal_10_magic_primordial_purity
| name = Anti-Magic
| tier = 4
| mana = 16
| school = primal
| map_spell = 0
| effect = Any chosen target becomes immune to spells of tier 3 and lower. This effect cannot be dispelled. If the target is a summoned creature or contains temporary units in its stack, those are destroyed.
Duration: 1 round(s).
| level2 = Base effect duration: 1 > 2.
| level3 = Affects tier-1-4 spells.
| level4 = Also affects tier-1-5 spells.
}}
| Dimension Door | ||
| Tier IV |
Mana | |
| School Neutral Magic |
Type Battle Spell |
|
| Effect | ||
| Teleports the hero to target location within 8 squares. Usable 1 times per day. | ||
| Effects at higher levels | ||
| Level 2 | Base mana cost: 22 > 14. | |
| Level 3 | Target radius: 8 > 11. | |
| Level 4 | Can be used +1 time per day. | |
| Internal ID | ||
| neutral_magic_dimension_door | ||
{{Sandbox/Aurelain/SpellInfobox/base
| lang = en
| id = neutral_magic_dimension_door
| icon = neutral_magic_dimension_door
| name = Dimension Door
| tier = 4
| mana = 22
| school = neutral
| map_spell = 0
| effect = Teleports the hero to target location within 8 squares. Usable 1 times per day.
| level2 = Base mana cost: 22 > 14.
| level3 = Target radius: 8 > 11.
| level4 = Can be used +1 time per day.
}}
| Read Minds | ||
| Tier II |
Mana | |
| School |
Type Global Map Spell |
|
| Effect | ||
| Reveals the precise number and intentions of all neutral squads within [ 3 × hero’s sight ] squares of the hero. | ||
| Heroes that start with this spell | ||
daughter of Navarr |
||
| Internal ID | ||
| night_17_magic_read_minds | ||
{{Sandbox/Aurelain/SpellInfobox/base
| lang = en
| id = night_17_magic_read_minds
| icon = night_17_magic_read_minds
| name = Read Minds
| tier = 2
| mana = 10
| school = night
| map_spell = 1
| effect = Reveals the precise number and intentions of all neutral squads within [ 3 × hero’s sight ] squares of the hero.
}}


