Difference between revisions of "Template:Enraged"
(Created page with "<noinclude> ==Usage== Displays the enraged feature of an event. * The first parameter is which side (player, enemy, or both) the Enraged status affects. * The second paramete...") |
|||
| Line 27: | Line 27: | ||
|- | |- | ||
| colspan="5" | <small>''After {{{2}}} turns, <!-- | | colspan="5" | <small>''After {{{2}}} turns, <!-- | ||
| − | -->{{#ifeq:{{{1}}}|both|both players become enraged and deal}}<!-- | + | -->{{#ifeq:{{{1}}}|both|both players become '''enraged''' and deal}}<!-- |
| − | -->{{#ifeq:{{{1}}}|player|the player becomes enraged and deals}}<!-- | + | -->{{#ifeq:{{{1}}}|player|the player becomes '''enraged''' and deals}}<!-- |
| − | -->{{#ifeq:{{{1}}}|enemy|the enemy becomes enraged and deals}}<!-- | + | -->{{#ifeq:{{{1}}}|enemy|the enemy becomes '''enraged''' and deals}}<!-- |
--> double damage.''</small> | --> double damage.''</small> | ||
|}</includeonly> | |}</includeonly> | ||
Revision as of 01:09, 22 February 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|both|5}}
{{Enraged|enemy|3}}
Produces:
| Side: Both | Turns: 5 | |||
| After 5 turns, both players become enraged and deal double damage. | ||||
| Side: Enemy | Turns: 3 | |||
| After 3 turns, the enemy becomes enraged and deals double damage. | ||||