Template:Action page/doc: Difference between revisions
HiddenDragon (talk | contribs) No edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
(17 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
==Usage== | |||
=Usage= | |||
<pre> | <pre> | ||
{{ActionPage | {{ActionPage | ||
Line 7: | Line 5: | ||
| summary = | | summary = | ||
| description = | | description = | ||
| extra description = | |||
| image = | | image = | ||
| | | controller icon = | ||
| | | icon = | ||
| cost = | | cost = | ||
| hit cost = | | hit cost = | ||
| concentration = | | concentration = | ||
| damage = | | damage = | ||
| | | damage type = | ||
| damage modifier = | |||
| extra damage = | |||
| extra damage type = | |||
| extra damage modifier = | |||
| recharge = | | recharge = | ||
| duration = | | duration = | ||
| save = | | save = | ||
| on save = | |||
| attack roll = | | attack roll = | ||
| | | on miss = | ||
| range = | | range = | ||
| range m = | | range m = | ||
Line 33: | Line 31: | ||
| aoe ft = | | aoe ft = | ||
| additional = | | additional = | ||
| | | higher levels = | ||
| variants = | | variants = | ||
| variant of = | |||
| condition = | | condition = | ||
| condition duration = | | condition duration = | ||
Line 43: | Line 42: | ||
| condition2 save = | | condition2 save = | ||
| condition2 dc = | | condition2 dc = | ||
| condition3 = | |||
| condition3 duration = | |||
| condition3 save = | |||
| condition3 dc = | |||
| condition4 = | |||
| condition4 duration = | |||
| condition4 save = | |||
| condition4 dc = | |||
| condition5 = | |||
| condition5 duration = | |||
| condition5 save = | |||
| condition5 dc = | |||
| area = | | area = | ||
| area shape = | | area shape = | ||
| area range m = | | area range m = | ||
| area range ft = | | area range ft = | ||
| area duration = | | area duration = | ||
| X learns at level X = | | X learns at level X = | ||
| granted by feats = | | granted by feats = | ||
Line 70: | Line 64: | ||
| granted by spells = | | granted by spells = | ||
| used by creatures = | | used by creatures = | ||
| warning = | |||
| notes = | | notes = | ||
| bugs = | |||
| video = | | video = | ||
}} | }} | ||
Line 100: | Line 96: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"extra description": { | |||
"label": "Extra description", | |||
"description": "The extra in-game description of the action, shown when the tooltip is locked on screen.", | |||
"type": "string" | |||
}, | }, | ||
"image": { | "image": { | ||
"label": " | "label": "Tooltip image", | ||
"description": "The page's main image. | "description": "The page's main tool image, used in the in-game tooltips. Should be 380x380.", | ||
"example": "Fireball | "example": "Fireball.webp", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "controller icon": { | ||
"description": "The | "label": "Controller icon", | ||
"example": " | "description": "The class action's controller icon, used in the controller only interface. Should be 144x144.", | ||
" | "example": "Fireball Icon.webp", | ||
"type": "string", | |||
"suggested": true | |||
"suggested": true | |||
}, | }, | ||
"icon": { | |||
"description": "The | "label": "icon", | ||
"example": " | "description": "The class action's small icon, used in the hotkey bar. Should be 64x64.", | ||
" | "example": "Fireball Icon.webp", | ||
"type": "string", | |||
"suggested": true | |||
"suggested": true | |||
}, | }, | ||
"cost": { | |||
"description": " | "description": "A comma separated list of resources used to perform the action. Use a colon and a number to specify > 1 cost. Valid resources are any resource available in the Resource Template.", | ||
"example": "action", | "example": "action, ki:2", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"action", | "action", | ||
"bonus", | "bonus", | ||
"reaction", | "reaction", | ||
" | "movement", | ||
"half movement", | |||
"ki", | "ki", | ||
"supdie" | "supdie" | ||
Line 146: | Line 137: | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"hit cost": { | "hit cost": { | ||
"description": " | "description": "A comma separated list of resources used only if the action is successful. Any resource defined in [[Template:Resource]] can be used", | ||
"example": "ki, bonus", | "example": "ki, bonus", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
Line 171: | Line 151: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"attack roll": { | |||
"description": " | "description": "Whether the action is reliant on a attack roll and it's type. Leave blank if no attack roll is made.", | ||
" | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "yes", | ||
" | "melee weapon", | ||
" | "melee spell", | ||
"melee unarmed", | |||
"melee off-hand weapon", | |||
"ranged weapon", | |||
"ranged spell", | |||
"ranged unarmed", | |||
"ranged off-hand weapon" | |||
], | ], | ||
" | "default": "No" | ||
}, | }, | ||
" | "on miss": { | ||
"description": " | "description": "Used in conjunction with 'attack roll' describes what happens if the action misses its attack roll.", | ||
"example": " | "example": "Targets still take half damage.", | ||
"type": "string", | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Targets still take half damage." | ||
] | |||
] | |||
}, | }, | ||
"damage": { | |||
"description": "The | "description": "The damage of the action, expressed as a number, damage dice, or in text", | ||
"example": " | "example": "3d6", | ||
"type": "string", | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "1d4", | ||
"20", | |||
"Weapon Damage" | |||
] | ] | ||
}, | }, | ||
" | "damage type": { | ||
"description": "The type of damage being dealt", | |||
"description": " | "example": "Acid", | ||
"example": " | |||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Slashing", | ||
"Piercing", | |||
"Bludgeoning", | |||
"Acid", | |||
"Fire", | |||
"Cold", | |||
"Lightning", | |||
"Thunder", | |||
"Necrotic", | |||
"Poison", | |||
"Healing" | |||
] | ] | ||
}, | }, | ||
"damage modifier": { | |||
" | "description": "Any modifiers to the damage, found after the plus sign in the damage tooltip. Often a flexible value that scales with the source's ability scores.", | ||
"example": "STR", | |||
"example": " | |||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "STR", | ||
"DEX", | |||
"Spellcasting" | |||
] | ] | ||
}, | }, | ||
"extra damage": { | |||
"description": " | "description": "The secondary damage of the action, if applicable. Will be output as damage + damage2. Same parameters as damage. Extra damage can be added up to six times by adding and incrementing the parameters each additional time, i.e. extra damage 2, extra damage type 2 etc.", | ||
"example": "3d6", | |||
"example": " | |||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "1d4", | ||
"20", | |||
"Weapon Damage" | |||
] | |||
}, | }, | ||
"damage": { | "extra damage type": { | ||
"description": "The | "description": "The type of damage being dealt", | ||
"example": " | "example": "Acid", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Slashing", | ||
"Piercing", | |||
"Bludgeoning", | |||
"Acid", | |||
"Fire", | |||
"Cold", | |||
"Lightning", | |||
"Thunder", | |||
"Necrotic", | |||
"Poison", | |||
"Healing" | |||
] | ] | ||
}, | }, | ||
"extra damage modifier": { | |||
"description": " | "description": "Any modifiers to the damage, found after the plus sign in the damage tooltip. Often a flexible value that scales with the source's ability scores.", | ||
"example": " | "example": "STR", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "STR", | ||
"DEX", | |||
"Spellcasting" | |||
] | ] | ||
}, | }, | ||
Line 289: | Line 273: | ||
], | ], | ||
"type": "string" | "type": "string" | ||
}, | |||
"on save": { | |||
"description": "Used in conjunction with 'save', describes what happens when the target successfully makes their saving throw.", | |||
"example": "Targets still take half damage.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Targets still take half damage." | |||
] | |||
}, | }, | ||
"concentration": { | "concentration": { | ||
Line 407: | Line 399: | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"condition3": { | |||
"description": "The full name of the condition (if any) that is applied if there is a third condition.", | |||
"description": " | "example": "Hastened", | ||
"example": " | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "condition3 duration": { | ||
"description": " | "description": "The duration in turns of the action's third condition. Leave blank if the duration is unlimited.", | ||
"example": "5", | "example": "5", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "condition3 save": { | ||
"description": " | "description": "The save that the action's target must roll to avoid or reduce the effects of the third condition. Can use short or long name, e.g: \"STR\" or \"Strength\"", | ||
"example": "WIS", | |||
"example": " | |||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
Line 468: | Line 418: | ||
"Constitution", | "Constitution", | ||
"Intelligence", | "Intelligence", | ||
" | "Wisdom", | ||
"Charisma" | "Charisma" | ||
] | ] | ||
}, | }, | ||
" | "condition3 dc": { | ||
"description": " | "description": "The optional fixed DC of the second condition that targets have to pass to apply it", | ||
"example": " | "example": "12", | ||
"type": " | "type": "number" | ||
}, | }, | ||
" | "condition4": { | ||
"description": " | "description": "The full name of the condition (if any) that is applied if there is a third condition.", | ||
"example": " | "example": "Hastened", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "condition4 duration": { | ||
"description": "The | "description": "The duration in turns of the action's third condition. Leave blank if the duration is unlimited.", | ||
"example": " | "example": "5", | ||
"type": " | "type": "number" | ||
}, | }, | ||
" | "condition4 save": { | ||
"description": "The | "description": "The save that the action's target must roll to avoid or reduce the effects of the third condition. Can use short or long name, e.g: \"STR\" or \"Strength\"", | ||
"example": " | "example": "WIS", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
Line 505: | Line 450: | ||
] | ] | ||
}, | }, | ||
" | "condition4 dc": { | ||
"description": " | "description": "The optional fixed DC of the second condition that targets have to pass to apply it", | ||
" | "example": "12", | ||
" | "type": "number" | ||
}, | }, | ||
" | "condition5": { | ||
"description": "The full name of the condition applied | "description": "The full name of the condition (if any) that is applied if there is a third condition.", | ||
"example": " | "example": "Hastened", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "condition5 duration": { | ||
"description": "The save that the action's target must roll to avoid or reduce | "description": "The duration in turns of the action's third condition. Leave blank if the duration is unlimited.", | ||
"example": "5", | |||
"type": "number" | |||
}, | |||
"condition5 save": { | |||
"description": "The save that the action's target must roll to avoid or reduce the effects of the third condition. Can use short or long name, e.g: \"STR\" or \"Strength\"", | |||
"example": "WIS", | "example": "WIS", | ||
"type": "string", | "type": "string", | ||
Line 532: | Line 478: | ||
] | ] | ||
}, | }, | ||
" | "condition5 dc": { | ||
"description": "The | "description": "The optional fixed DC of the second condition that targets have to pass to apply it", | ||
"example": " | "example": "12", | ||
"type": "number" | |||
}, | |||
"area": { | |||
"label": "Action area name", | |||
"description": "Indicates the name of a special area/field/surface/cloud created by the action (if any). Leave blank if there is none.", | |||
"example": "Hunger of Hadar", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"area | "area shape": { | ||
"description": " | "description": "This indicates the shape that the special area created by the action takes.", | ||
"example": " | "example": "Radius", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Radius", | ||
" | "Cone", | ||
" | "Cube" | ||
] | ] | ||
}, | }, | ||
"area | "area range m": { | ||
"description": " | "description": "Indicates the range of the area created by action, in meters.", | ||
"example": " | "example": "5", | ||
"type": " | "type": "number" | ||
}, | |||
"area range ft": { | |||
"description": "Indicates the range of the area created by action, in feet.", | |||
"example": "12", | |||
"type": "number" | |||
}, | }, | ||
"area | "area duration": { | ||
"description": " | "description": "This indicates how long the area created by the action lasts, in turns.", | ||
"example": " | "example": "6", | ||
"type": " | "type": "number" | ||
}, | }, | ||
" | "warning": { | ||
"description": " | "description": "Warning text for the tooltip that doesn't belong in the description.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"variants": { | "variants": { | ||
"description": "Comma-separated list of variants of the action, like the element types of Chromatic Orb.", | "description": "Comma-separated list of variants of the action, like the element types of Chromatic Orb.", | ||
"example": "Chromatic Orb: Fire, Chromatic Orb: Ice, Chromatic Orb: Acid, ...", | "example": "Chromatic Orb: Fire, Chromatic Orb: Ice, Chromatic Orb: Acid, ...", | ||
"type": "string" | |||
}, | |||
"variant of": { | |||
"description": "The spell that is the parent of this spell", | |||
"example": "Chromatic Orb", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 761: | Line 698: | ||
"notes": { | "notes": { | ||
"description": "Any extra or related information about the action.", | "description": "Any extra or related information about the action.", | ||
"type": "content" | |||
}, | |||
"bugs": { | |||
"description": "Any known bugs about the action.", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
Line 767: | Line 708: | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"other ways to learn": { | "other ways to learn": { | ||
"description": "Other ways to learn. These will be inserted as-is at the end of the how to learn field.", | "description": "Other ways to learn. These will be inserted as-is at the end of the how to learn field.", | ||
Line 784: | Line 718: | ||
"summary", | "summary", | ||
"description", | "description", | ||
"extra description", | |||
"image", | "image", | ||
" | "controller icon", | ||
" | "icon", | ||
"cost", | "cost", | ||
"hit cost", | "hit cost", | ||
"damage", | "damage", | ||
" | "damage type", | ||
"damage modifier", | |||
"extra damage", | |||
"extra damage type", | |||
"extra damage modifier", | |||
"recharge", | "recharge", | ||
"duration", | "duration", | ||
"attack roll", | "attack roll", | ||
"on miss", | |||
"save", | "save", | ||
"on save", | |||
"concentration", | "concentration", | ||
"range", | "range", | ||
Line 818: | Line 752: | ||
"condition2 save", | "condition2 save", | ||
"condition2 dc", | "condition2 dc", | ||
"condition3", | |||
"condition3 duration", | |||
"condition3 save", | |||
"condition3 dc", | |||
"condition4", | |||
"condition4 duration", | |||
"condition4 save", | |||
"condition4 dc", | |||
"condition5", | |||
"condition5 duration", | |||
"condition5 save", | |||
"condition5 dc", | |||
"area", | "area", | ||
"area shape", | "area shape", | ||
"area range m", | "area range m", | ||
"area range ft", | "area range ft", | ||
"area duration", | "area duration", | ||
"higher levels", | "higher levels", | ||
"variants", | "variants", | ||
"variant of", | |||
"class learns at level 1", | "class learns at level 1", | ||
"class learns at level 2", | "class learns at level 2", | ||
Line 866: | Line 796: | ||
"race learns at level 11", | "race learns at level 11", | ||
"race learns at level 12", | "race learns at level 12", | ||
"warning", | |||
"granted by feats", | "granted by feats", | ||
"granted by items", | "granted by items", | ||
Line 871: | Line 802: | ||
"used by creatures", | "used by creatures", | ||
"notes", | "notes", | ||
"bugs", | |||
"video", | "video", | ||
"this is an example", | "this is an example", | ||
"other ways to learn" | "other ways to learn" | ||
] | ] | ||
Line 882: | Line 810: | ||
</templatedata> | </templatedata> | ||
=Example= | ==Example== | ||
<pre>{{ActionPage| this is an example = yes | <pre>{{ActionPage| this is an example = yes | ||
| description = abc | | description = abc | ||
Line 897: | Line 825: | ||
| save = DEX, abc | | save = DEX, abc | ||
| additional = * abcd | | additional = * abcd | ||
| | | higher levels = go far | ||
| condition = Flight | | condition = Flight | ||
| condition duration = 1 | | condition duration = 1 | ||
Line 910: | Line 838: | ||
| class learns at level 3 = Monk | | class learns at level 3 = Monk | ||
| race learns at level 5 = Wood Elf | | race learns at level 5 = Wood Elf | ||
| notes = * | | notes = | ||
* Some note. | |||
| bugs = | |||
* Some known bug. | |||
| video = Fireball-showcase.mp4 | | video = Fireball-showcase.mp4 | ||
}}</pre> | }}</pre> | ||
Line 928: | Line 859: | ||
| save = DEX, abc | | save = DEX, abc | ||
| additional = * abcd | | additional = * abcd | ||
| | | higher levels = go far | ||
| condition = Flight | | condition = Flight | ||
| condition duration = 1 | | condition duration = 1 | ||
Line 941: | Line 872: | ||
| class learns at level 3 = Monk | | class learns at level 3 = Monk | ||
| race learns at level 5 = Wood Elf | | race learns at level 5 = Wood Elf | ||
| notes = * | | notes = | ||
* Some note. | |||
| bugs = | |||
* Some known bug. | |||
| video = Fireball-showcase.mp4 | | video = Fireball-showcase.mp4 | ||
}} | }} | ||
Line 958: | Line 892: | ||
| save = DEX, abc | | save = DEX, abc | ||
| additional = * abcd | | additional = * abcd | ||
| | | higher levels = go far | ||
| other ways to learn = | | other ways to learn = | ||
* By ticking a giant space hamster | * By ticking a giant space hamster | ||
* Carameldansen under the Mouth of Bhaal | * Carameldansen under the Mouth of Bhaal | ||
}} | }} |
Latest revision as of 22:30, 11 September 2024
Usage
{{ActionPage | this is an example = | summary = | description = | extra description = | image = | controller icon = | icon = | cost = | hit cost = | concentration = | damage = | damage type = | damage modifier = | extra damage = | extra damage type = | extra damage modifier = | recharge = | duration = | save = | on save = | attack roll = | on miss = | range = | range m = | range ft = | aoe = | aoe m = | aoe ft = | additional = | higher levels = | variants = | variant of = | condition = | condition duration = | condition save = | condition dc = | condition2 = | condition2 duration = | condition2 save = | condition2 dc = | condition3 = | condition3 duration = | condition3 save = | condition3 dc = | condition4 = | condition4 duration = | condition4 save = | condition4 dc = | condition5 = | condition5 duration = | condition5 save = | condition5 dc = | area = | area shape = | area range m = | area range ft = | area duration = | X learns at level X = | granted by feats = | granted by items = | granted by spells = | used by creatures = | warning = | notes = | bugs = | video = }}
This generates pages that don't fit other generators, automatically formatting and categorizing the page. Don't be daunted by the number of parameters/options and fill in what you need.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Action summary | summary | The summary of the action and its effects. This goes at the top of the article. Use description for the in-game text description.
| Content | required |
Action description | description | The raw in-game description of the action. Use summary for summarizing the action and its effects.
| String | required |
Extra description | extra description | The extra in-game description of the action, shown when the tooltip is locked on screen. | String | optional |
Tooltip image | image | The page's main tool image, used in the in-game tooltips. Should be 380x380.
| String | suggested |
Controller icon | controller icon | The class action's controller icon, used in the controller only interface. Should be 144x144.
| String | suggested |
icon | icon | The class action's small icon, used in the hotkey bar. Should be 64x64.
| String | suggested |
cost | cost | A comma separated list of resources used to perform the action. Use a colon and a number to specify > 1 cost. Valid resources are any resource available in the Resource Template.
| String | suggested |
hit cost | hit cost | A comma separated list of resources used only if the action is successful. Any resource defined in [[Template:Resource]] can be used
| String | suggested |
damage | damage | The damage of the action, expressed as a number, damage dice, or in text
| String | optional |
damage type | damage type | The type of damage being dealt
| String | optional |
damage modifier | damage modifier | Any modifiers to the damage, found after the plus sign in the damage tooltip. Often a flexible value that scales with the source's ability scores.
| String | optional |
extra damage | extra damage | The secondary damage of the action, if applicable. Will be output as damage + damage2. Same parameters as damage. Extra damage can be added up to six times by adding and incrementing the parameters each additional time, i.e. extra damage 2, extra damage type 2 etc.
| String | optional |
extra damage type | extra damage type | The type of damage being dealt
| String | optional |
extra damage modifier | extra damage modifier | Any modifiers to the damage, found after the plus sign in the damage tooltip. Often a flexible value that scales with the source's ability scores.
| String | optional |
recharge | recharge | Action recharge time, if applicable
| String | optional |
duration | duration | Duration in turns of the action. Generally you will use condition duration instead.
| String | optional |
attack roll | attack roll | Whether the action is reliant on a attack roll and it's type. Leave blank if no attack roll is made.
| String | optional |
on miss | on miss | Used in conjunction with 'attack roll' describes what happens if the action misses its attack roll.
| String | optional |
save | save | The save (if any) that a target must roll against the damage effect of the action, with the result after the comma.
| String | optional |
on save | on save | Used in conjunction with 'save', describes what happens when the target successfully makes their saving throw.
| String | optional |
concentration | concentration | Whether or not the action requires concentration. Blank = No, otherwise = Yes.
| String | optional |
range | range | The range of the action.
| String | optional |
range m | range m | Use this parameter if the action's range does not fit into one of the presets, "melee", "ranged", or "self". Indicates the range in meters.
| Number | optional |
range ft | range ft | Use this parameter if the action's range does not fit into one of the presets, "melee", "ranged", or "self". Indicates the range in feet.
| Number | optional |
aoe | aoe | Indicates if the action affects an area, and what type of shape its effect is.
| String | optional |
aoe m | aoe m | This indicates the range of the action's aoe shape, in meters.
| Number | optional |
aoe ft | aoe ft | This indicates the range of the action's aoe shape, in feet.
| Number | optional |
additional properties | additional | Any additional properties about the skill that are not covered by template go here, which goes under damage in properties | Content | optional |
condition | condition | The full name of the condition (if any) that this action applies to its target/s. Leave blank if there is no condition.
| String | optional |
condition duration | condition duration | The duration in turns of the action's applied condition. Leave blank if the duration is unlimited.
| Number | optional |
condition save | condition save | The save that the action's target must roll to avoid or reduce its effects. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
condition dc | condition dc | The optional fixed DC of the condition that targets have to pass to apply it
| Number | optional |
condition2 | condition2 | The full name of the condition (if any) that is applied if there is a second condition.
| String | optional |
condition2 duration | condition2 duration | The duration in turns of the action's second condition. Leave blank if the duration is unlimited.
| Number | optional |
condition2 save | condition2 save | The save that the action's target must roll to avoid or reduce the effects of the second condition. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
condition2 dc | condition2 dc | The optional fixed DC of the second condition that targets have to pass to apply it
| Number | optional |
condition3 | condition3 | The full name of the condition (if any) that is applied if there is a third condition.
| String | optional |
condition3 duration | condition3 duration | The duration in turns of the action's third condition. Leave blank if the duration is unlimited.
| Number | optional |
condition3 save | condition3 save | The save that the action's target must roll to avoid or reduce the effects of the third condition. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
condition3 dc | condition3 dc | The optional fixed DC of the second condition that targets have to pass to apply it
| Number | optional |
condition4 | condition4 | The full name of the condition (if any) that is applied if there is a third condition.
| String | optional |
condition4 duration | condition4 duration | The duration in turns of the action's third condition. Leave blank if the duration is unlimited.
| Number | optional |
condition4 save | condition4 save | The save that the action's target must roll to avoid or reduce the effects of the third condition. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
condition4 dc | condition4 dc | The optional fixed DC of the second condition that targets have to pass to apply it
| Number | optional |
condition5 | condition5 | The full name of the condition (if any) that is applied if there is a third condition.
| String | optional |
condition5 duration | condition5 duration | The duration in turns of the action's third condition. Leave blank if the duration is unlimited.
| Number | optional |
condition5 save | condition5 save | The save that the action's target must roll to avoid or reduce the effects of the third condition. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
condition5 dc | condition5 dc | The optional fixed DC of the second condition that targets have to pass to apply it
| Number | optional |
Action area name | area | Indicates the name of a special area/field/surface/cloud created by the action (if any). Leave blank if there is none.
| String | optional |
area shape | area shape | This indicates the shape that the special area created by the action takes.
| String | optional |
area range m | area range m | Indicates the range of the area created by action, in meters.
| Number | optional |
area range ft | area range ft | Indicates the range of the area created by action, in feet.
| Number | optional |
area duration | area duration | This indicates how long the area created by the action lasts, in turns.
| Number | optional |
higher levels | higher levels | If the action changes at higher levels, put info about that here
| Content | optional |
variants | variants | Comma-separated list of variants of the action, like the element types of Chromatic Orb.
| String | optional |
variant of | variant of | The spell that is the parent of this spell
| String | optional |
class learns at level 1 | class learns at level 1 | This specifies what level the classes get access to this action at level 1. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 2 | class learns at level 2 | This specifies what level the classes get access to this action at level 2. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 3 | class learns at level 3 | This specifies what level the classes get access to this action at level 3. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 4 | class learns at level 4 | This specifies what level the classes get access to this action at level 4. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 5 | class learns at level 5 | This specifies what level the classes get access to this action at level 5. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 6 | class learns at level 6 | This specifies what level the classes get access to this action at level 6. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 7 | class learns at level 7 | This specifies what level the classes get access to this action at level 7. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 8 | class learns at level 8 | This specifies what level the classes get access to this action at level 8. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 9 | class learns at level 9 | This specifies what level the classes get access to this action at level 9. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 10 | class learns at level 10 | This specifies what level the classes get access to this action at level 10. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 11 | class learns at level 11 | This specifies what level the classes get access to this action at level 11. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 12 | class learns at level 12 | This specifies what level the classes get access to this action at level 12. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
race learns at level 1 | race learns at level 1 | This specifies what level the races get access to this action at level 1. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 2 | race learns at level 2 | This specifies what level the races get access to this action at level 2. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 3 | race learns at level 3 | This specifies what level the races get access to this action at level 3. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 4 | race learns at level 4 | This specifies what level the races get access to this action at level 4. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 5 | race learns at level 5 | This specifies what level the races get access to this action at level 5. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 6 | race learns at level 6 | This specifies what level the races get access to this action at level 6. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 7 | race learns at level 7 | This specifies what level the races get access to this action at level 7. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 8 | race learns at level 8 | This specifies what level the races get access to this action at level 8. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 9 | race learns at level 9 | This specifies what level the races get access to this action at level 9. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 10 | race learns at level 10 | This specifies what level the races get access to this action at level 10. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 11 | race learns at level 11 | This specifies what level the races get access to this action at level 11. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 12 | race learns at level 12 | This specifies what level the races get access to this action at level 12. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
warning | warning | Warning text for the tooltip that doesn't belong in the description. | String | optional |
granted by feats | granted by feats | This specifies what feats get access to this action. Similar to the class and race arguments, this list can be comma-separated as well.
| String | optional |
granted by items | granted by items | This specifies what items get access to this action. Similar to the class and race arguments, this list can be comma-separated as well.
| String | optional |
granted by spells | granted by spells | This specifies what spells get access to or trigger this action. Similar to the class and race arguments, this list can be comma-separated as well.
| String | optional |
used by creatures | used by creatures | This specifies which creatures use this action.
| String | optional |
notes | notes | Any extra or related information about the action. | Content | optional |
bugs | bugs | Any known bugs about the action. | Content | optional |
video | video | Name of an uploaded video file showcasing the action. | File | optional |
If this is an example | this is an example | If this is an example and you don't want the page to be categorized and related.
| String | optional |
other ways to learn | other ways to learn | Other ways to learn. These will be inserted as-is at the end of the how to learn field. | String | optional |
Example
{{ActionPage| this is an example = yes | description = abc | image = Fly Icon.png | summary = fly you fools | cost = action | hit cost = ki | hit cost amount = 2 | damage = amounttext: 1d4+1, type:Bludgeoning | damage2 = amount: 1d6, per:beam, type: Fire | recharge = Long Rest | range = melee | duration = LR | save = DEX, abc | additional = * abcd | higher levels = go far | condition = Flight | condition duration = 1 | area = Darkness | area category = cloud | area shape = Radius | area range m = 5 | area range ft = 17 | area duration = 10 | area condition = Blinded | area condition save = STR | class learns at level 3 = Monk | race learns at level 5 = Wood Elf | notes = * Some note. | bugs = * Some known bug. | video = Fireball-showcase.mp4 }}
fly you fools
Description
abc
Properties
- Cost:
- Ki Point
- Cost on hit:
- Sorcery Point
- Damage:
- 1d4+1 Bludgeoning
- + 1d6 (1~6) Fire per beam
- Details:
- Melee: 1.5 m / 5 ft
- Creates Area: Darkness
- Recharge: Long rest
- Duration: LR turns
- DEX, abc Save
- abcd
At Higher Levels
go far
Condition: Flight
Duration: 1 turn
- Fly up to target position, up to 18 m / 60 ft each turn using your Movement Speed.
Area: Darkness
Duration: 10 turns
AoE: 5 m / 17 ft (Radius)
A shroud of magical darkness that Heavily Obscures and Blinds creatures within. Creatures cannot make ranged attacks into or out of the darkness.
- Type: Cloud
Condition: Blinded
- Ranged attacks and spells have a range of 3 m / 10 ft and Attack Rolls suffer Disadvantage.
- Attack Rolls against Blinded creatures have Advantage.
How to learn
Classes:
- Class level 3: Monk
Races:
- Character level 5: Wood Elf
(Character level is the sum of all class levels for a multi-classed character.)
Notes
- Some note.
Bugs
- Some known bug.
Visuals
another example
fly you fools 2
Description
abc
Properties
- Cost:
- Action
- Damage:
- 1d4+1 Bludgeoning
- Details:
- Melee: 1.5 m / 5 ft
- Recharge: Long rest
- Duration: LR turns
- DEX, abc Save
- abcd
At Higher Levels
go far
How to learn
Other ways to learn:
- By ticking a giant space hamster
- Carameldansen under the Mouth of Bhaal