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