Template:Hcs table

From Heroes 3 wiki
Revision as of 21:01, 27 March 2025 by Legate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Variables:[edit | hide | hide all]

  • hero - hero
  • cr - creature
  • ucr - upg. creature
  • 3cr - 3rd creature
  • batt - creature's basic attack
  • bdef - creature's basic defense
  • ubatt - upg. creature's basic attack
  • ubdef - upg. creature's basic defense
  • 3batt - 3rd creature's basic attack
  • 3bdef - 3rd creature's basic defense

Example:[edit | hide]

1)

{{hcs table
| hero= Piquedram
| cr= Azure Dragon
| ucr= Dwarf
| batt= 22
| bdef= 33
| ubatt= 2
| ubdef= 3
}}


Show Creature Specialty Table

Creature Specialty Horn of the Abyss
Piquedram Azure Dragon [[File:{{{3cr}}} portrait (HotA).png|link={{{3cr}}}]]
Level Attack Defense Attack Defense Attack Defense
Level 22 33 2 3 {{{3batt}}} {{{3bdef}}}

2)

{{hcs table
| hero= Jeremy
| cr= Cannon
| batt= 5
| bdef= 6
}}


Show Cannon Specialty Table

Cannon Specialty Horn of the Abyss
Jeremy Cannon [[File:{{{ucr}}} portrait (HotA).png|link={{{ucr}}}]] [[File:{{{3cr}}} portrait (HotA).png|link={{{3cr}}}]]
Level Attack Defense Attack Defense Attack Defense
Level 5 6 {{{ubatt}}} {{{ubdef}}} {{{3batt}}} {{{3bdef}}}

3)

{{hcs table
| hero= Anabel
| cr= Pirate
| ucr= Corsair
| 3cr= Sea Dog
| batt= 8
| bdef= 6
| ubatt= 10
| ubdef= 8
| 3batt= 12
| 3bdef= 11
}}


Show Creature Specialty Table

Creature Specialty Horn of the Abyss
Anabel Pirate Corsair Sea Dog
Level Attack Defense Attack Defense Attack Defense
Level 8 6 10 8 12 11

Related Templates