Difference between revisions of "Template:4e Creature Power MM3"

From Dungeons and Dragons Wiki
Jump to: navigation, search
(expanded slightly. will document.)
(testing...)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
| style="padding: 0.0625em 0.625em 0.0625em 2em; text-indent: -1.375em;" colspan="3" | {{#if:{{{type|}}}|{{{type}}}}} '''{{{name}}}''' {{#if:{{{keywords|}}}|({{{keywords}}})}}{{#if:{{{recharge|}}}|
+
| style="padding: 0.0625em 0.625em 0.0625em 2em; text-indent: -1.375em;" colspan="3" | {{#if:{{{type|Aura}}}|[[file:Aura.png]]|{{{type}}}}} '''{{{name}}}''' {{#if:{{{keywords|}}}|({{{keywords}}})}}{{#if:{{{recharge|}}}|{{#if:{{{type|Aura}}}|''' ♦ {{{recharge}}}'''|
 
{{#switch:{{{recharge}}}
 
{{#switch:{{{recharge}}}
 
|At-Will
 
|At-Will
Line 6: Line 6:
 
|Daily=''' ♦ {{{recharge}}}'''
 
|Daily=''' ♦ {{{recharge}}}'''
 
|#default=''' ♦ Recharge''' {{{recharge}}}
 
|#default=''' ♦ Recharge''' {{{recharge}}}
}}}} {{#if:{{{limit|}}}|({{{limit}}})}}
+
}}}}}} {{#if:{{{limit|}}}|({{{limit}}})}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
| style="padding: 0.0625em 0.625em 0.0625em 2em;" colspan="3" | {{{effect}}}
 
| style="padding: 0.0625em 0.625em 0.0625em 2em;" colspan="3" | {{{effect}}}

Revision as of 02:57, 12 November 2011


Template documentation (for the above template, sometimes hidden or invisible)

Using This Template

This template is intended to format powers in the same manner as seen in the Monster Manual 3 (4e).

Parameters
Name Required Description Example
aura No For the radius of aura powers; omit type/recharge/limit parameters if used. 1
type No For the icon indicating the power's type BasicMelee.png
name No For the name of the power Claws
keywords No For any applicable keywords acid, weapon, etc.
recharge No For indicating frequency and conditions of recharge (see below) At-Will, Encounter, etc.
limit No For indicating any other usage limitations 1/round
effect No For pertainent information on what the power does
Recharge
Value Output
At-Will At-Will
Encounter Encounter
Daily Daily
[other text] Recharge [other text]

Examples

{{4e Creature Power MM3
|type={{M}}
|name=Power Name
|keywords=keywords
|recharge=At-Will
|limit=1/round
|effect=''Requirement:''<br />''Attack:'' Type range (target); bonus vs defense<br />''Hit/Miss/Effect/Sustain Action/Secondary
 Attack/Aftereffect/Failed Saving Throws/Special:''
}}

Generates the following:

Melee.png Power Name (keywords) ♦ At-Will (1/round)
Requirement:
Attack: Type range (target); bonus vs defense
Hit/Miss/Effect/Sustain Action/Secondary Attack/Aftereffect/Failed Saving Throws/Special:
{{4e Creature Power MM3
|aura=1
|name=Aura Name
|keywords=keywords
|effect=The effects of the aura.
}}

Generates the following:

Aura.png Aura Name (keywords) ♦ Aura 1
The effects of the aura.