Template:Hcs table: Difference between revisions
Jump to navigation
Jump to search
ShushMaster (talk | contribs) No edit summary |
ShushMaster (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
|- | |- | ||
! style="background-color:#{{Green 1}}"| [[File:Hero {{{hero}}}.png|{{{hero}}}|link={{{hero}}}]] | ! style="background-color:#{{Green 1}}"| [[File:Hero {{{hero}}}.png|{{{hero}}}|link={{{hero}}}]] | ||
! colspan="2" style="background-color:#{{Green | ! colspan="2" style="background-color:#{{Green 1}}"|[[File:{{{cr}}} portrait.gif|{{{cr}}}|link={{{cr}}}]] | ||
! colspan="2" style="background-color:#{{Green | ! colspan="2" style="background-color:#{{Green 1}}"|[[File:{{{ucr}}} portrait.gif|{{{ucr}}}|link={{{ucr}}}]] | ||
|- | |- | ||
| style="text-align:center; background-color:#{{Green 1}}; color:white;"| | | style="text-align:center; background-color:#{{Green 1}}; color:white;"| [[File:Exp.png|29px|Level|link=Experience]]||style="background-color:#{{Green 2}}"| [[File:Attack skill.png|28px|Attack]]||style="background-color:#{{Green 2}}"|[[File:Defense skill.png|28px|Defense]]||style="background-color:#{{Green 2}}"|[[File:Attack skill.png|28px|Attack]]||style="background-color:#{{Green 2}}"|[[File:Defense skill.png|28px|Defense]] | ||
|- | |||
| style="text-align:center; background-color:#{{Green 1}}; color:white;"| '''Level'''||style="text-align:center; background-color:#{{Green 2}}"|'''{{{batt}}}'''||style="text-align:center; background-color:#{{Green 2}}"|'''{{{bdef}}}'''||style="text-align:center; background-color:#{{Green 2}}"|'''{{{ubatt}}}'''||style="text-align:center; background-color:#{{Green 2}}"|'''{{{ubdef}}}'''<noinclude> | |||
|} | |} | ||
Line 13: | Line 15: | ||
* cr - creature | * cr - creature | ||
* ucr - upg. creature | * ucr - upg. creature | ||
* batt - creature's basic attack | |||
* bdef - creature's basic defense | |||
* ubatt - upg. creature's basic attack | |||
* ubdef - upg. creature's basic defense | |||
== Example: == | === Example: === | ||
<nowiki>{{ | <nowiki>{{test1 | ||
| hero= Piquedram | | hero= Piquedram | ||
| sp= Skeletons | |||
| cr= Azure Dragon | | cr= Azure Dragon | ||
| ucr= Dwarf | | ucr= Dwarf | ||
| batt= 22 | |||
| bdef= 33 | |||
| ubatt= 2 | |||
| ubdef= 3 | |||
}} | }} | ||
|}</nowiki> | |}</nowiki> | ||
{{ | {{test1 | ||
| hero= Piquedram | | hero= Piquedram | ||
| sp= Skeletons | |||
| cr= Azure Dragon | | cr= Azure Dragon | ||
| ucr= Dwarf | | ucr= Dwarf | ||
| batt= 22 | |||
| bdef= 33 | |||
| ubatt= 2 | |||
| ubdef= 3 | |||
}} | }} | ||
|} | |} |
Revision as of 18:04, 15 June 2018
Hero creature specialty table
Variables:
- hero - hero
- cr - creature
- ucr - upg. creature
- batt - creature's basic attack
- bdef - creature's basic defense
- ubatt - upg. creature's basic attack
- ubdef - upg. creature's basic defense
Example:
{{test1 | hero= Piquedram | sp= Skeletons | cr= Azure Dragon | ucr= Dwarf | batt= 22 | bdef= 33 | ubatt= 2 | ubdef= 3 }} |}