Difference between revisions of "Template:Legendary"
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
The following shorthand: | The following shorthand: | ||
<pre><nowiki> | <pre><nowiki> | ||
− | |||
{{Legendary|enemy|3}} | {{Legendary|enemy|3}} | ||
+ | {{Legendary|both|0}} | ||
</nowiki></pre> | </nowiki></pre> | ||
Produces: | Produces: | ||
− | |||
{{Legendary|enemy|3}} | {{Legendary|enemy|3}} | ||
+ | {{Legendary|both|0}} | ||
</noinclude><includeonly>{| class="wikitable" | </noinclude><includeonly>{| class="wikitable" | ||
! style="text-align:left" | {{Event Icon|legendary}} Legendary | ! style="text-align:left" | {{Event Icon|legendary}} Legendary | ||
| '''Side:''' {{ucfirst:{{{1}}}}} | | '''Side:''' {{ucfirst:{{{1}}}}} | ||
− | | '''Turns:''' {{{2}}} | + | | {{#ifeq:{{{2}}}|0|'''Immediate'''|'''Turns:''' {{{2}}}}} |
|- | |- | ||
− | | colspan=" | + | | colspan="5" | <small>''<!-- |
− | + | -->{{#ifeq:{{{2}}}|0|At the start of the game|After {{{2}}} turn{{#ifeq:{{{2}}}|1||s}}}}, <!-- | |
− | + | -->{{#ifeq:{{{1}}}|both|<!-- | |
− | }} '''legendary''', dealing double damage | + | -->both players become|<!-- |
+ | -->the {{{1}}} becomes<!-- | ||
+ | -->}} '''legendary''', dealing double damage, gaining +3 mana on each match, and drawing an extra card each turn.''</small> | ||
|}</includeonly> | |}</includeonly> | ||
[[Category:Event tip templates]] | [[Category:Event tip templates]] |
Latest revision as of 01:08, 16 March 2019
Usage
Displays the legendary feature of an event.
- The first parameter is which side (player, enemy, or both) the Legendary status affects.
- The second parameter is the turn on which the Legendary status activates.
Example
The following shorthand:
{{Legendary|enemy|3}} {{Legendary|both|0}}
Produces:
Legendary | Side: Enemy | Turns: 3 | ||
---|---|---|---|---|
After 3 turns, the enemy becomes legendary, dealing double damage, gaining +3 mana on each match, and drawing an extra card each turn. |
Legendary | Side: Both | Immediate | ||
---|---|---|---|---|
At the start of the game, both players become legendary, dealing double damage, gaining +3 mana on each match, and drawing an extra card each turn. |