Difference between revisions of "Template:Enraged"
Line 22: | Line 22: | ||
! Enraged {{Event Icon|enraged}} | ! Enraged {{Event Icon|enraged}} | ||
! Side: | ! Side: | ||
− | | {{{1}}} | + | | {{ucfirst:{{{1}}}}} |
! Turns: | ! Turns: | ||
| {{{2}}} | | {{{2}}} | ||
|- | |- | ||
− | | colspan="5" | <small>''After {{{2}}} turns, | + | | colspan="5" | <small>''After {{{2}}} turns, {{#ifeq:{{{1}}}|both| |
− | + | both players become '''enraged''' and deal| | |
− | + | the {{{1}}} becomes '''enraged''' and deals | |
− | + | }} double damage.''</small> | |
− | |||
|}</includeonly> | |}</includeonly> |
Revision as of 01:46, 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:
Enraged | Side: Both | Turns: 5 | ||
---|---|---|---|---|
After 5 turns, both players become enraged and deal double damage. |
Enraged | Side: Enemy | Turns: 3 | ||
---|---|---|---|---|
After 3 turns, the enemy becomes enraged and deals double damage. |