Template:Action: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Added "both" option for both a full action and bonus action)
m (Added hyperlinks)
Line 1: Line 1:
<includeonly>{{#switch: {{{1}}}
<includeonly>{{#switch: {{{1}}}
| bonus
| bonus
| Bonus = {{SmallIcon|Bonus Action Icon.png}} Bonus Action
| Bonus = {{SmallIcon|Bonus Action Icon.png}} [[Bonus Action]]
| movement
| movement
| Movement = {{#if: {{{m|}}} {{{ft|}}}
| Movement = {{#if: {{{m|}}} {{{ft|}}}
| {{SmallIcon|Movement Speed Icon.png}}&nbsp;{{{m}}}{{nbts}}m{{nbts}}/{{nbts}}{{{ft}}}{{nbts}}ft&nbsp;Movement
| {{SmallIcon|Movement Speed Icon.png}}&nbsp;{{{m}}}{{nbts}}m{{nbts}}/{{nbts}}{{{ft}}}{{nbts}}ft&nbsp;[[Movement Speed|Movement]]
| {{SmallIcon|Movement Speed Icon.png}}&nbsp;Movement
| {{SmallIcon|Movement Speed Icon.png}}&nbsp;[[Movement Speed|Movement]]
}}
}}
| reaction
| reaction
| Reaction = {{SmallIcon|Reaction Icon.png}} Reaction
| Reaction = {{SmallIcon|Reaction Icon.png}} [[Reaction]]
| both
| both
| Both = {{SmallIcon|Action Icon.png}} Action + {{SmallIcon|Bonus Action Icon.png}} Bonus Action
| Both = {{SmallIcon|Action Icon.png}} [[Action]] + {{SmallIcon|Bonus Action Icon.png}} [[Bonus Action]]
| #default = {{SmallIcon|Action Icon.png}} Action
| #default = {{SmallIcon|Action Icon.png}} [[Action]]
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Usage: {{code|<nowiki>{{action}}</nowiki>}}
Usage: {{code|<nowiki>{{action}}</nowiki>}}

Revision as of 09:24, 20 August 2023

Usage: {{action}}

Result: Action

Usage: {{action|bonus}}

Result: Bonus Action

Usage: {{action | both }}

Result: Action + Bonus Action

Usage: {{action|reaction}}

Result: Reaction

Usage: {{action | movement }}

Result:  Movement

Usage: {{action | movement | m = 6 | ft = 20 }}

Result:  6 m / 20 ft Movement