Feature type | type | The type of the feature. - Suggested values
spell weapon action action passive - Example
- spell
| String | required |
---|
Feature name | name | The name of the feature, as it is displayed. This can be omitted if the page name matches the name exactly. - Example
- Fireball
| String | optional |
---|
Spell level | spell level level | Only applicable with type = spell. Specify the level of the spell. - Suggested values
cantrip 1 2 3 4 5 6 - Example
- 3
| String | optional |
---|
Spell school | spell school school | Only applicable with type = spell. Specify the associated school of the spell. - Suggested values
Abjuration Conjuration Divination Enchantment Evocation Illusion Necromancy Transmutation - Example
- Enchantment
| String | optional |
---|
Feature summary | summary | A short summary of the feature. This appears at the top of the page and on link previews.
| Content | required |
---|
Feature description | description | This is the full in-game description of the feature. Try to reflect the in-game description as closely as possible, but any errors in the in-game description should be corrected (and noted).
| Content | required |
---|
Extra description | extra description | The extra in-game description of the spell, shown when the tooltip is locked on screen. This content will also be collapsed in feature boxes and similar contexts.
| Content | optional |
---|
Brief description | brief description brief | Minimal description with as little visual clutter (like in-line icons) as possible, for use in infoboxes and the like. If not set, the normal description will be used instead in these contexts.
| Content | suggested |
---|
Warning | warning | Warning text for the tooltip that doesn't belong in the description. - Example
- {{Prereq|You can't cast or concentrate on spells while raging.}}
| String | optional |
---|
Tooltip image | image | This is the feature's in-game 380x380 tooltip image. This can be omitted if the desired image is {{PAGENAME}}.webp. - Example
- Fireball.webp
| File | suggested |
---|
Controller icon | controller icon | This is the feature's 144x144 tooltip image used for the controller interface. This can be omitted if the desired image is {{PAGENAME}} Icon.webp. - Example
- Fireball Icon.webp
| File | suggested |
---|
Icon | hotbar icon | This is the spell's in-game 64x64 hotbar icon used in the keyboard and mouse interface. This can be omitted if the desired image is {{PAGENAME}} Unfaded Icon.webp. - Example
- Fireball Unfaded Icon.webp
| File | suggested |
---|
Damage | damage 1 damage | List damage that this feature deals. An arbitrary number of these parameters can be provided with n = 1,2,3, and so on for features that deal multiple types or instances of damage. Omitting the number is an alias for damage 1. Refer to Module:Damage display for a detailed description of valid inputs for this field. - Example
- 3d6 + 2 + wis mod
| String | optional |
---|
Damage type | damage 1 type damage type | The damage type of the nth damage instance. This is required for each damage instance. - Suggested values
Acid Cold Fire Force Healing Lightning Necrotic Poison Radiant Thunder Psychic Physical Piercing Bludgeoning Slashing - Example
- Fire
| String | optional |
---|
Damage info | damage 1 info damage info | Extra info corresponding to the nth damage instance. - Example
- if the target is a Fiend or Undead
| String | optional |
---|
Resource cost | cost | The resource(s) needed to use this feature. This is a comma separated list of resource names. Refer to Template:Resource for the complete list of resource names and aliases. - Suggested values
action bonus reaction spell1 l1 - Example
- action, level1
| String | suggested |
---|
Resource cost on hit | hit cost | The resource expended when the spell hits the target. This is a comma separated list of resource names. Refer to Template:Resource for the complete list of resource names and aliases. - Suggested values
bonus reaction spell1 l1 - Example
- bonus
| String | optional |
---|
Attack roll type | attack roll | Whether the feature uses an attack roll or not. This can simply be yes or specify a particular type of attack roll. Leave blank if no attack roll is made. - Suggested values
yes melee weapon melee spell melee unarmed melee off-hand weapon ranged weapon ranged spell ranged unarmed ranged off-hand weapon - Default
- No
| String | optional |
---|
On miss effect | on miss | Used in conjunction with 'attack roll' describes what happens if the feature misses its attack roll. - Example
- Thorns still explode
| String | optional |
---|
Saving throw | save | Specify the ability score for saving throw used by this feature. - Suggested values
STR DEX CON WIS INT CHA - Example
- WIS
| String | optional |
---|
Saving throw DC | save dc | The DC for the saving throw of this feature. This can be a fixed value or a special variable like caster or weapon action. - Suggested values
16 caster weapon action - Example
- 15
| String | optional |
---|
On save effect | on save | Used in conjunction with 'save', describes what happens when the target successfully makes their saving throw. - Suggested values
Targets still take half damage. - Example
- Targets still take half damage.
| String | optional |
---|
Range | range | Specify the range of the feature using a predefined value. - Suggested values
ranged melee self reach weapon - Example
- ranged
| String | optional |
---|
Range in meters | range m | If the feature's range does not fall into one of the predefined categories, specify the range in meters. The corresponding range in feet will be computed from this. - Example
- 5
| Number | optional |
---|
Range in feet | range ft | If the feature's range does not fall into one of the predefined categories, specify the range in feet. The corresponding range in meters will be computed from this. It is preferred to use 'range m' instead as meters are the units used internally by the game. - Example
- 35
| Number | optional |
---|
Area of effect shape | aoe | Indicates if the feature affects an area, and the shape of its AoE. - Suggested values
radius cone cube line - Example
- cone
| String | optional |
---|
AoE radius in meters | aoe m | This indicates the radius/length of the feature's AoE in meters. The corresponding values in feet will be calculated from this. - Example
- 5
| Number | optional |
---|
AoE radius in feet | aoe ft | This indicates the radius/length of the feature's AoE in feet. The corresponding values in meters will be calculated from this. It is preferred to use 'aoe m' instead as meters are the units used internally by the game. - Example
- 15
| Number | optional |
---|
Push/pull distance | force | Specify a special value for the forced movement (push or pull). This can be freeform text or the special 'shove' value. For fixed push/pull distances use 'force m' instead. - Suggested values
shove - Example
- shove
| String | optional |
---|
Push/pull distance in meters | force m | This indicates the push or pull distance of the feature's forced movement. Negative values are displayed as "Pull" and positive values are displayed as "Push". The corresponding value in feet will be calculated from this. An additional information parameter can be added separated by a ':'. This is freeform text that can specify any additional properties of the push/pull. - Example
- -6:Towards AoE center
| String | optional |
---|
Push/pull distance in feet | force ft | Like 'force m' but specified in feet. It is preferred to use 'force m' instead as meters are the units used internally by the game. - Example
- -20:Towards AoE center
| String | optional |
---|
Affected targets | targets | This indicates what this feature targets or affects. - Example
- Enemies only
| String | optional |
---|
Duration | duration | Duration the this feature lasts for. - Example
- Until long rest
| String | optional |
---|
Recharge frequency | recharge | The frequency of recharge for this feature, if any. - Suggested values
Long Rest Short Rest Per battle Per turn - Example
- Per turn
| String | optional |
---|
Requires concentration | concentration | Whether the feature requires the caster to maintain concentation. "Yes" if it does, leave blank otherwise. - Suggested values
Yes No - Default
- No
- Example
- yes
| Boolean | optional |
---|
Is ritual | ritual | For spells, indicates if it is a ritual or not. Leave blank if not a ritual spell. - Default
- No
- Example
- yes
| Boolean | optional |
---|
Changes at higher levels | higher levels | Describes how this feature scales with level or how a spell scales with spell level. - Example
- When the spell is cast at 2nd Level or higher, the damage increases 1d6 Fire damage for each spell slot level above 1st.
| Content | optional |
---|
Additional properties | additional | Freeform field for adding any additional properties to the action.
| Content | optional |
---|
UID(s) | uid uids | The UID of the feature as defined in the Stats/Generated files. For actions with multiple variants, multiple UIDs can be specified with a comma separated list. Additional optional information can also be added to each UID with a ":" separator. - Example
- Projectile_Fireball:Normal level 3 spell, Projectile_MAG_FlamingFist_StaffOfFire_Fireball:Once-per-rest version granted by Incandescent Staff
| String | optional |
---|
Technical spell flags | spell flags | A comma separated list of the spell flags of this action. - Example
- HasVerbalComponent, HasSomaticComponent, IsSpell, HasHighGroundRangeExtension, RangeIgnoreVerticalThreshold, IsHarmful, CanAreaDamageEvade
| Content | optional |
---|
Features granted | grants | Comma-separated list of spells, actions, or other features granted by this feature. - Example
- Produce Flame: Hurl, Produce Flame: Dismiss
| String | optional |
---|
Variants | variants | Comma-separated list of variants of the feature, like the elemental types of Chromatic Orb. - Example
- Chromatic Orb: Fire, Chromatic Orb: Ice, Chromatic Orb: Acid, ...
| String | optional |
---|
Variant of | variant of | The parent spell or feature of this feature. - Example
- Chromatic Orb
| String | optional |
---|
Summoned creature | creature 1 creature | Specify the name of any creature summoned by the feature. Multiple creatures can be specified with n = 1, 2, 3, and so on. - Example
- Boo
| String | optional |
---|
Summoned creature description | creature 1 description creature description | Any additional text to put underneath the creature box. Accepts full wiki formatting. This can be used to show a preview of the creature's abilities for example.
| Content | optional |
---|
Summoned creature duration | creature 1 duration creature duration | Specify the duration the creature is summoned for. - Example
- 10 turns
| String | optional |
---|
Summoned item | item 1 item | Specify the name of any item summoned by the feature. Multiple item can be specified with n = 1, 2, 3, and so on. - Example
- Flame Blade (weapon)
| Page name | optional |
---|
Summoned item count | item 1 count item count | Specify an optional count for the summoned items. For example, Goodberry summons four copies of the item.
| String | optional |
---|
Summoned item duration | item 1 duration item duration | Specify an optional duration for the summoned items. - Example
- Until long rest
| String | optional |
---|
Inflicted condition | condition 1 condition | The full name of the condition (if any) that this feature applies to its target(s). Leave blank if there is no condition. Multiple conditions can be specified with n = 1,2,3, and so on. - Example
- Hastened
| String | optional |
---|
Inflicted condition duration | condition 1 duration condition duration | The duration in turns of the feature's applied condition. Leave blank if the duration is unlimited. - Suggested values
long rest short rest until save 10 - Example
- 5
| String | optional |
---|
Save against condition | condition 1 save condition save | The save that the feature's target must roll to avoid or reduce its effects. Can use short or long name, e.g: "STR" or "Strength". This can be omitted if the 'save' field is set and matches the save used for the condition. - Suggested values
Strength Dexterity Constitution Intelligence Wisdom Charisma - Example
- WIS
| String | optional |
---|
DC for condition save | condition 1 dc condition dc | The DC of the feature's inflicted condition. This can be omitted if the 'save dc' field is set and matches the save DC used for the condition. - Suggested values
16 weapon action caster - Example
- 13
| String | optional |
---|
Created area name | area | Indicates the name of a special area/field/surface/cloud created by the feature (if any). Leave blank if there is none. - Example
- Hunger of Hadar (area)
| String | optional |
---|
Created area shape | area shape | Indicates the shape that the special area created by the spell takes. - Suggested values
Radius Cone Cube - Example
- Radius
| String | optional |
---|
Area radius/length in meters | area m | Indicates the size of the area created by the feature in meters. The corresponding value in feet will be calculated from this. - Example
- 5
| Number | optional |
---|
Area radius/length in feet | area ft | Indicates the range of the area created by spell, in feet. - Example
- 12
| Number | optional |
---|
Area duration | area duration | Indicates how long the area created by the feature lasts. - Example
- 6
| Number | optional |
---|
Classes which learn | class learns at level n | Specify what classes get access to this feature and at what level. This is a comma separated list of class/subclass names with an optional 'via' parameter separated by ':'. For example, specify "class learns at level 5" with a comma-separated list of classes to specify classes that acquire this feature at class level 5. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access. This 'via' option is a free-form parameter to specify any additional details about how it is acquired. - Example
- Sorcerer, Wizard, Fiend, Light Domain, Bard:via [[Magical Secrets]]
| String | suggested |
---|
Races which learn | race learns at level n | Specify what races get access to this feature and at what level. For example, use "race learns at level 5" with a comma-separated list of races to specify which races learn this spell at level 5. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well. - Example
- Elf, Seldarine Drow
| String | suggested |
---|
Granted by features | granted by features | Specify any features that grant access to this action. This is a comma separated list of feature names. - Example
- Charger
| String | optional |
---|
Granted by items | granted by items | Specify any items that grant access to this feature. This is a comma separated list of items with an optional recharge parameter separated by ':'. - Example
- Incandescent Staff:Long Rest, Markoheshkir:Short Rest
| String | optional |
---|
Granted by spells | granted by spells | Specify any spells that grant access to this feature. This is a comma separated list of spell names - Example
- Heat Metal
| String | optional |
---|
Other ways to learn | other ways to learn | Specify any other way of acquiring this feature. This is a free-form parameter to handle any cases that are not covered by the other parameters.
| String | optional |
---|
Spell scribing | scribing | Specify whether this spell can be acquired by scribing a scroll as a wizard. Values are "yes" if it is possible, "no" if there are available scrolls which cannot be transcribed, or "no scrolls" if there are no available scrolls to transcribe. If the name of the scroll does not match the spell name, the scroll name can be optionally added after a ":" separator. - Suggested values
yes no no scrolls - Example
- yes:Scroll of Enlarge
| String | optional |
---|
Used by creatures | used by creatures | Specify any creatures who use this feature in a comma separated list.
| String | optional |
---|
NPC only | npc only | Specify that this feature is not acquirable by players.
| Boolean | optional |
---|
Hide sources | suppress sources | Stop the "How to learn" section from being generated. This is useful for extremely common actions like Dash where that section would not make sense.
| Boolean | optional |
---|
Notes | notes | Any extra or related information about the feature. This is usually formatted as a bulleted list of notes. If a note describes a bug, it belongs in the bugs field instead.
| Content | optional |
---|
Bugs | bugs | Any known bugs about the feature. This is usually formatted as a bulleted list of bugs.
| Content | optional |
---|
Video | video | Name of an uploaded video file showcasing the spell.
| File | optional |
---|