Template:Action: Difference between revisions
mNo edit summary |
TheUnburied (talk | contribs) No edit summary |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{infobox | {{infobox | ||
| bodystyle = width: | | bodystyle = width: 50%; | ||
| labelstyle = width:150px; vertical-align: top; font-size: .8em; padding: 4px 6px; font-weight: bold; | | labelstyle = width:150px; vertical-align: top; font-size: .8em; padding: 4px 6px; font-weight: bold; | ||
| datastyle = vertical-align: top; padding: 4px 6px; font-size: .9em; | | datastyle = vertical-align: top; padding: 4px 6px; font-size: .9em; | ||
| Line 20: | Line 20: | ||
| data13 = {{{Uses|}}} | | data13 = {{{Uses|}}} | ||
| header20 | | header20 = {{{Description|}}} | ||
| label30 = {{#if:{{{Roll|}}}{{{DC|}}}|Roll:}} | | label30 = {{#if:{{{Roll|}}}{{{DC|}}}|Roll:}} | ||
| Line 28: | Line 28: | ||
| data40 = {{#if:{{{Success|}}}{{{Strong Success|}}}{{{Failure|}}}{{{Strong Failure|}}}| | | data40 = {{#if:{{{Success|}}}{{{Strong Success|}}}{{{Failure|}}}{{{Strong Failure|}}}| | ||
<div style="display:flex; align-items:stretch;"> | <div style="display:flex; align-items:stretch;"> | ||
<div style="flex:1 | <div style="flex:1;"> | ||
{{#if:{{{Success|}}}| | {{#if:{{{Success|}}}| | ||
{{#if:{{{Strong Success|}}}| | ;Success: | ||
</div> | :{{{Success}}}}} | ||
<div style="flex:1 | {{#if:{{{Strong Success|}}}| | ||
{{#if:{{{Failure|}}}| | ;Strong Success: | ||
{{#if:{{{Strong Failure|}}}| | :{{{Strong Success}}}}} | ||
</div> | </div> | ||
<div style="flex:1;"> | |||
{{#if:{{{Failure|}}}| | |||
;Failure: | |||
:{{{Failure}}} }} | |||
{{#if:{{{Strong Failure|}}}| | |||
;Strong Failure: | |||
:{{{Strong Failure}}} }} | |||
</div> | |||
</div> | </div> | ||
}} | }} | ||
| label50 = Extra Info | |||
| data50 = {{{Extra Info|}}} | |||
| data60 = {{#if:{{{Rolltable|}}}| | |||
{{{Rolltable}}} | |||
}} | }} | ||
}} | |||
<hr> | |||
<noinclude> | <noinclude> | ||
== Example == | |||
{{Action | {{Action | ||
|Name= Action Name | |Name= Action Name | ||
| Line 56: | Line 73: | ||
|Failure= You lose. | |Failure= You lose. | ||
|Strong Failure= You really lost. | |Strong Failure= You really lost. | ||
|Extra Info=Extra shit | |||
|Rolltable= | |||
{{Rolltable | |||
|rows= | |||
{{Rolltable/row|4 and under|Object lands 5 tiles off target.<br />Strong Failure if Item calls for it.}} | |||
{{Rolltable/row|5-9|Object lands 3 tiles off target.}} | |||
{{Rolltable/row|10-14|Object lands 2 tiles off target.}} | |||
{{Rolltable/row|15-19|Object lands on target.}} | |||
{{Rolltable/row|20 and up|Object lands on target.<br />Strong Success if Item calls for it.}} | |||
}} | |||
}} | }} | ||
== Usage == | |||
<pre> | <pre> | ||
{{Action | {{Action | ||
| Line 74: | Line 102: | ||
|Failure = | |Failure = | ||
|Strong Failure = | |Strong Failure = | ||
|Rolltable = | |||
}} | }} | ||
</pre> | </pre> | ||
== Usage with rolltable == | |||
<pre> | |||
{{Action | |||
|Name= Throw Object | |||
|Description= Throw an object at a target tile. | |||
|Type= | |||
|AP= 1 | |||
|Uses= Throwable Object | |||
|Range= 10 Tiles | |||
|Requirement= | |||
|Trigger= | |||
|Roll= Aiming | |||
|DC= 15 | |||
|Success= | |||
|Strong Success= | |||
|Failure= | |||
|Strong Failure= | |||
|Rolltable= | |||
{{Rolltable | |||
|rows= | |||
{{Rolltable/row|4 and under|Object lands 5 tiles off target.<br />Strong Failure if Item calls for it.}} | |||
{{Rolltable/row|5-9|Object lands 3 tiles off target.}} | |||
{{Rolltable/row|10-14|Object lands 2 tiles off target.}} | |||
{{Rolltable/row|15-19|Object lands on target.}} | |||
{{Rolltable/row|20 and up|Object lands on target.<br />Strong Success if Item calls for it.}} | |||
}} | |||
</pre> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for an action. Can optionally include a rolltable in the Outcome section.", | |||
"params": { | "params": { | ||
"Name": { | "Name": { | ||
| Line 151: | Line 210: | ||
], | ], | ||
"description": "If there is a roll required for the action, which one?" | "description": "If there is a roll required for the action, which one?" | ||
}, | |||
"DC": { | |||
"description": "This can be a set number, or an opposing roll.", | |||
"suggestedvalues": [ | |||
"Target Defense DC" | |||
] | |||
}, | }, | ||
"Success": { | "Success": { | ||
| Line 164: | Line 229: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Rolltable": { | ||
"description": " | "label": "Rolltable", | ||
" | "description": "Optional roll table shown underneath the normal outcome text. Use Template:Rolltable with Template:Rolltable/row.", | ||
"example": "{{Rolltable|rows={{Rolltable/row|4 and under|Object lands 5 tiles off target.}}{{Rolltable/row|20 and up|Object lands on target.}}}}", | |||
"type": "content", | |||
"suggested": false | |||
} | } | ||
}, | }, | ||
| Line 185: | Line 251: | ||
"Strong Success", | "Strong Success", | ||
"Failure", | "Failure", | ||
"Strong Failure" | "Strong Failure", | ||
] | "Rolltable" | ||
], | |||
"format": "block" | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Latest revision as of 18:26, 2 June 2026
Example
| Reaction: Action Name, 1 AP | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Requirement: | Hidden Condition | ||||||||||||
| Trigger: | You are targeted by an attack or grapple. | ||||||||||||
| Range: | Adjacent tile | ||||||||||||
| Uses: | Bottle of Water | ||||||||||||
| What does the Action do? | |||||||||||||
| Roll: | Academia vs 15 | ||||||||||||
| Outcome: |
| ||||||||||||
| Extra Info | Extra shit | ||||||||||||
| |||||||||||||
Usage
{{Action
|Name =
|Description =
|Type =
|AP =
|Uses =
|Range =
|Requirement =
|Trigger =
|Roll =
|DC =
|Success =
|Strong Success =
|Failure =
|Strong Failure =
|Rolltable =
}}
Usage with rolltable
{{Action
|Name= Throw Object
|Description= Throw an object at a target tile.
|Type=
|AP= 1
|Uses= Throwable Object
|Range= 10 Tiles
|Requirement=
|Trigger=
|Roll= Aiming
|DC= 15
|Success=
|Strong Success=
|Failure=
|Strong Failure=
|Rolltable=
{{Rolltable
|rows=
{{Rolltable/row|4 and under|Object lands 5 tiles off target.<br />Strong Failure if Item calls for it.}}
{{Rolltable/row|5-9|Object lands 3 tiles off target.}}
{{Rolltable/row|10-14|Object lands 2 tiles off target.}}
{{Rolltable/row|15-19|Object lands on target.}}
{{Rolltable/row|20 and up|Object lands on target.<br />Strong Success if Item calls for it.}}
}}
Infobox for an action. Can optionally include a rolltable in the Outcome section.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | no description
| String | required |
| Description | Description | no description
| String | suggested |
| Type | Type | Only use this if it is a special type of action, such as a Reaction.
| Unknown | optional |
| AP | AP | How many Action Points are used by this action.
| Number | required |
| Requirement | Requirement | Any special requirements that are needed to perform the action.
| Unknown | optional |
| Trigger | Trigger | What starts the Reaction. Only use on Reactions.
| Unknown | optional |
| Range | Range | no description
| Unknown | optional |
| Uses | Uses | Does the action use any items? Underline if the item is consumed.
| Unknown | optional |
| Roll | Roll | If there is a roll required for the action, which one?
| Unknown | optional |
| DC | DC | This can be a set number, or an opposing roll.
| Unknown | optional |
| Success | Success | no description | String | optional |
| Strong Success | Strong Success | no description | String | optional |
| Failure | Failure | no description | String | optional |
| Strong Failure | Strong Failure | no description | String | optional |
| Rolltable | Rolltable | Optional roll table shown underneath the normal outcome text. Use Template:Rolltable with Template:Rolltable/row.
| Content | optional |
