Changes

Jump to: navigation, search

Template:Enemy Stats

162 bytes added, 05:08, 19 February 2019
no edit summary
<noinclude>
The Enemy Stats template is used for recording the enemy's statistics, abilities, and the criteria for winning ribbons against this opponent. It is typically coupled with the [[Template:Deck List]] Template as well.
== Parameters ==
* <code><nowiki>{{{Objective Runes 3}}}</nowiki></code>: The number of runes for meeting Objective 3. Defaults to empty.
* <code><nowiki>{{{Name}}}</nowiki></code>: The enemy's name.
* <code><nowiki>{{{Level}}}</nowiki></code>: The enemy's level.
* <code><nowiki>{{{Hit Points}}}</nowiki></code>: The number of hit points the enemy starts with.
* <code><nowiki>{{{Ability 2 Description}}}</nowiki></code>: The first ability's description from the game. Defaults to blank.
* <code><nowiki>{{{Ability 2 Cost}}}</nowiki></code>: The loyalty cost for ability 1. Defaults to blank.
 
* <code><nowiki>{{{Ability 3}}}</nowiki></code>: The Enenmy's first ability's name from the game. Defaults to blank.
* <code><nowiki>{{{Ability 3 Description}}}</nowiki></code>: The first ability's description from the game. Defaults to blank.
<pre><nowiki>
{{Enemy Stats
|Name=Zetalpa, Primal Dawn
|Level=80
|Hit Points=166
|Objective 3 Ribbons=5
}}
 
</nowiki></pre>
It produces:
 
{{Enemy Stats
|Name=Zetalpa, Primal Dawn
|Level=80
|Hit Points=166
}}
 </noinclude><includeonly>{|| style="vertical-align: top" |{| class="wikitable"!Objective!Reward|-|{{{Objective 1|Win the Fight.}}}|{{Ribbons|{{{Objective 1 Ribbons|5}}}}} <!---->{{#if:{{{Objective Outer table column 1 Runes|}}}|<br>{{Runes|{{{Objective 1 Runes}}}}}}}|-|{{{Objective 2|Optional 1}}}|{{Ribbons|{{{Objective 2 Ribbons|3}}}}}<!---->{{#if:{{{Objective 2 Runes|}}}|<br>{{Runes|{{{Objective 2 Runes}}}}}}}|-|{{{Objective 3|Optional 2}}}|{{Ribbons|{{{Objective 3 Ribbons|2}}}}}<!---->{{#if:{{{Objective 3 Runes|}}}|<br>{{Runes|{{{Objective 3 Runes}}}}}}}|}| style="vertical-align: top" |
{| class="wikitable"
{{#if:{{{Name|}}}|
! rowspan="2" {{!}} ''{{{Name}}}'' }}
! Level
! HP
![[File:Icon W.png|x20px|White mana bonus]]
![[File:Icon U.png|x20px|Blue mana bonus]]
![[File:Icon B.png|x20px|Black mana bonus]]
![[File:Icon R.png|x20px|Red mana bonus]]
![[File:Icon G.png|x20px|Green mana bonus]]
![[File:Icon L.png|x20px|Loyalty bonus]]
|-
| {{{Level|00}}}
|-
! HP
| {{{Hit Points|00}}}
|-
![[File:Icon W.png|x20px|White mana bonus]]
| {{{White Mana|+0}}}
|-
![[File:Icon U.png|x20px|Blue mana bonus]]
| {{{Blue Mana|+0}}}
|-
![[File:Icon B.png|x20px|Black mana bonus]]
| {{{Black Mana|+0}}}
|-
![[File:Icon R.png|x20px|Red mana bonus]]
| {{{Red Mana|+0}}}
|-
![[File:Icon G.png|x20px|Green mana bonus]]
| {{{Green Mana|+0}}}
{{#if:| {{{Loyalty Bonus|+0}}}|{{!}}-![[File:Icon L.png|x20px|Loyalty bonus]]{{!}} {{{Loyalty Bonus}}}}}
|}
| style="vertical-align: top" |
{{#if:{{{Ability 1|}}}|
{{{!}} class="wikitable"
{{!}}{{{Ability 3 Cost|}}}
}} }}
|}
| &nbsp; <!-- Outer table blank column to space out the tables -->
| style="vertical-align: top" | <!-- Outer table column 2 -->
{| class="wikitable"
!Objective
!Reward
|-
|{{{Objective 1|Win the Fight.}}}
|{{Ribbons|{{{Objective 1 Ribbons|5}}}}}<!--
-->{{#if:{{{Objective 1 Runes|}}}|<br>{{Runes|{{{Objective 1 Runes}}}}}}}
|-
|{{{Objective 2|Optional 1}}}
|{{Ribbons|{{{Objective 2 Ribbons|3}}}}}<!--
-->{{#if:{{{Objective 2 Runes|}}}|<br>{{Runes|{{{Objective 2 Runes}}}}}}}
|-
|{{{Objective 3|Optional 2}}}
|{{Ribbons|{{{Objective 3 Ribbons|2}}}}}<!--
-->{{#if:{{{Objective 3 Runes|}}}|<br>{{Runes|{{{Objective 3 Runes}}}}}}}
|}
|}</includeonly>

Navigation menu