Difference between revisions of "Template:Enraged"

From mtgpq wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
The following shorthand:
 
The following shorthand:
 
<pre><nowiki>
 
<pre><nowiki>
{{Enraged|both|5}}
 
 
{{Enraged|enemy|3}}
 
{{Enraged|enemy|3}}
 +
{{Enraged|both|0}}
 
</nowiki></pre>
 
</nowiki></pre>
  
 
Produces:
 
Produces:
  
{{Enraged|both|5}}
 
 
{{Enraged|enemy|3}}
 
{{Enraged|enemy|3}}
 +
{{Enraged|both|0}}
 +
 +
[[Category:Event tip templates]]
  
 
</noinclude><includeonly>{| class="wikitable"
 
</noinclude><includeonly>{| class="wikitable"
! Enraged {{Event Icon|enraged}}
+
! style="text-align:left" | {{Event Icon|enraged}} Enraged
! Side:
+
| '''Side:''' {{ucfirst:{{{1}}}}}
| {{ucfirst:{{{1}}}}}
+
| {{#ifeq:{{{2}}}|0|'''Immediate'''|'''Turns:''' {{{2}}}}}
! Turns:
 
| {{{2}}}
 
 
|-
 
|-
| colspan="5" | <small>''After {{{2}}} turns, {{#ifeq:{{{1}}}|both|
+
| colspan="5" | <small>''<!--
  both players become '''enraged''' and deal|
+
-->{{#ifeq:{{{2}}}|0|At the start of the game|After {{{2}}} turn{{#ifeq:{{{2}}}|1||s}}}},&nbsp;<!--
  the {{{1}}} becomes '''enraged''' and deals
+
-->{{#ifeq:{{{1}}}|both|<!--
}} double damage.''</small>
+
-->both players become '''enraged''' and deal|<!--
 +
-->the {{{1}}} becomes '''enraged''' and deals<!--
 +
-->}} double damage.''</small>
 
|}</includeonly>
 
|}</includeonly>
 
[[Category:Event tip templates]]
 

Latest revision as of 10:24, 11 March 2019

Usage

Displays the enraged feature of an event.

  • The first parameter is which side (player, enemy, or both) the Enraged status affects.
  • The second parameter is the turn on which the Enraged status activates.

Example

The following shorthand:

{{Enraged|enemy|3}}
{{Enraged|both|0}}

Produces:

Enraged (2x damage) Enraged Side: Enemy Turns: 3
After 3 turns, the enemy becomes enraged and deals double damage.
Enraged (2x damage) Enraged Side: Both Immediate
At the start of the game, both players become enraged and deal double damage.