Template:Reaction box
Creates a box to display a reaction. It is intended for use in the middle of a page, rather than being pages of their own. The output is formatted using {{Reaction box/format}}.
If any of the properties besides name and link are specified, the box will display and store the reaction in cargo using {{Reaction page/insert}}.
For a more compact, less detailed template, see {{Reaction}}.
Examples
Normal
Markup{{Reaction box|Bend Luck}} Renders asReaction with extra description
Markup{{Reaction box|Wrath of the Storm: Lightning}} Renders asIf a nearby enemy attacks you, you can retaliate with Wrath of the Storm: Lightning that deals 2d8Lightning.
On Save: Target still takes half damage.
Reaction with damage
Markup{{Reaction box|Tenacity}} Renders asTemplate data
Display a box containing information about a reaction
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Reaction | 1 link name | The name of the ability to fetch and display in the feature box. | Page name | required |
| Reaction name | name | The name of the reaction, as it is displayed. This can be omitted if the page name matches the name exactly.
| String | optional |
| Reaction description | description | This is the full in-game description of the reaction. 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 reaction, shown when the tooltip is locked on screen. This content will also be collapsed in feature boxes and similar contexts. | Content | optional |
| Tooltip image | image | This is the reaction's in-game 380x380 tooltip image. This can be omitted if the desired image is {{PAGENAME}}.webp.
| File | suggested |
| Controller icon | controller icon | This is the reaction's 144x144 tooltip image used for the controller interface. This can be omitted if the desired image is {{PAGENAME}} Icon.webp.
| File | suggested |
| Icon | hotbar icon | This is the reaction'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.
| File | suggested |
| Resource cost | cost | The resource(s) needed to use this reaction. This is a comma separated list of resource names. Refer to Template:Resource for the complete list of resource names and aliases.
| String | suggested |
| Saving throw | save | Specify the ability score for saving throw used by this reaction.
| String | optional |
| Saving throw DC | save dc | The DC for the saving throw of this reaction. This can be a fixed value or a special variable like caster or weapon action.
| String | optional |
| On save effect | on save | Used in conjunction with 'save', describes what happens when the target successfully makes their saving throw.
| String | optional |
| Ask | ask | Whether this reaction defaults to yes when deciding whether to ask the user to trigger.
| String | optional |
| Affected targets | targets | This indicates what this reaction targets or affects.
| String | optional |
| Recharge frequency | recharge | The frequency of recharge for this reaction, if any.
| String | optional |
| Additional properties | additional | Freeform field for adding any additional properties to the reaction. | Content | optional |
| UID(s) | uid uids | The UID of the reaction 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.
| String | optional |
| Interrupt context flags | interrupt context | A semi-colon separated list of the interrupt contexts of this reaction. These define when the reaction actually triggers.
| String | optional |
| Enable context flags | enable context | A semi-comma separated list of the enable contexts of this reaction. These define flags that will enable or disable the reaction.
| String | optional |
| Stack | stack | The stack this reaction belongs to. Only one reaction per stack can be triggered at any time.
| String | optional |














