Template:Sandbox/Aurelain/HeroClassInfobox/base: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
Line 85: Line 85:
     </tr>
     </tr>
     <!--==== ELITE CLASSES ==================================================-->
     <!--==== ELITE CLASSES ==================================================-->
     <tr class='band'><td colspan='4'>{{Translation|wiki_elite|{{{lang}}}}}</td></tr>
     <tr class='band'><td colspan='4'>{{Translation|wiki_hc_elite|{{{lang}}}}}</td></tr>
     <tr>
     <tr>
         <td colspan='4'><!--
         <td colspan='4'><!--
Line 151: Line 151:
<!--=========================================================================-->
<!--=========================================================================-->
==2. Magic:==
==2. Magic:==
 
{{Sandbox/Aurelain/HeroClassInfobox/base
    | lang = en
    | id = magic_undead
    | type = Magic Hero
    | name = Necromancer
    | faction = undead
    | attack = 1
    | attack_roll = 10
    | defense = 0
    | defense_roll = 15
    | power = 2
    | power_roll = 35
    | knowledge = 4
    | knowledge_roll = 40
}}
<pre><nowiki>
{{Sandbox/Aurelain/HeroClassInfobox/base
    | lang = en
    | id = might_human
    | type = Might Hero
    | name = Necromancer
    | faction = human
    | attack = 2
    | attack_roll = 35
    | defense = 3
    | defense_roll = 35
    | power = 1
    | power_roll = 10
    | knowledge = 1
    | knowledge_roll = 20
}}
</nowiki></pre>
{{Clear}}


<!--=========================================================================-->
<!--=========================================================================-->
==3. Japanese:==
==3. Japanese:==
 
{{Sandbox/Aurelain/HeroClassInfobox/base
    | lang = ja
    | id = might_human
    | type = 武勇系ヒーロー
    | name = 騎士
    | faction = human
    | attack = 2
    | attack_roll = 35
    | defense = 3
    | defense_roll = 35
    | power = 1
    | power_roll = 10
    | knowledge = 1
    | knowledge_roll = 20
}}
<pre><nowiki>
{{Sandbox/Aurelain/HeroClassInfobox/base
    | lang = ja
    | id = might_human
    | type = 武勇系ヒーロー
    | name = 騎士
    | faction = human
    | attack = 2
    | attack_roll = 35
    | defense = 3
    | defense_roll = 35
    | power = 1
    | power_roll = 10
    | knowledge = 1
    | knowledge_roll = 20
}}
</nowiki></pre>
{{Clear}}


[[Category:Infobox templates]]
[[Category:Infobox templates]]
__NOTOC__
__NOTOC__
</noinclude>
</noinclude>

Revision as of 12:16, 6 August 2026


Renders the hero-class box that floats to the right of the page.

1. Might:

id=might_human,name=Knight,faction=human,
might

Knight
Might Hero
Faction
Faction skill
Starting attributes
(with growth odds at levels 1-24)
Attack 2
35%
35%
At levels 25+, all odds are 25%.
Elite classes
link= #Elite[[
  1. Elite|Swashbuckler]]
    link= #Elite[[
  2. Elite|Paragon]]
Internal ID
might_human
{{Sandbox/Aurelain/HeroClassInfobox/base
    | lang = en
    | id = might_human
    | type = Might Hero
    | name = Knight
    | faction = human
    | attack = 2
    | attack_roll = 35
    | defense = 3
    | defense_roll = 35
    | power = 1
    | power_roll = 10
    | knowledge = 1
    | knowledge_roll = 20
}}

2. Magic:

id=magic_undead,name=Necromancer,faction=undead,
magic

Necromancer
Magic Hero
Faction
Faction skill
Starting attributes
(with growth odds at levels 1-24)
At levels 25+, all odds are 25%.
Elite classes
link= #Elite[[
  1. Elite|Soulweaver]]
    link= #Elite[[
  2. Elite|Chronomancer]]
Internal ID
magic_undead
{{Sandbox/Aurelain/HeroClassInfobox/base
    | lang = en
    | id = might_human
    | type = Might Hero
    | name = Necromancer
    | faction = human
    | attack = 2
    | attack_roll = 35
    | defense = 3
    | defense_roll = 35
    | power = 1
    | power_roll = 10
    | knowledge = 1
    | knowledge_roll = 20
}}

3. Japanese:

id=might_human,name=騎士,faction=human,
might

騎士
武勇系ヒーロー
Faction skill💬
Starting attributes💬
(with growth odds at levels 1-24)💬
At levels 25+, all odds are 25%.💬
Elite classes💬
link= #Elite/ja[[
  1. Elite/ja|剣使い]]
    link= #Elite/ja[[
  2. Elite/ja|範士]]
Internal ID💬
might_human
{{Sandbox/Aurelain/HeroClassInfobox/base
    | lang = ja
    | id = might_human
    | type = 武勇系ヒーロー
    | name = 騎士
    | faction = human
    | attack = 2
    | attack_roll = 35
    | defense = 3
    | defense_roll = 35
    | power = 1
    | power_roll = 10
    | knowledge = 1
    | knowledge_roll = 20
}}