Template:Action: Difference between revisions
From The Undead Archive
TheUnburied (talk | contribs) No edit summary |
Adding required fields, examples and suggestions. |
||
| Line 48: | Line 48: | ||
<noinclude> | <noinclude> | ||
{{Action | {{Action | ||
|Name=Name | |Name=Action Name | ||
|Description= | |Description= What does the Action do? | ||
|Type= | |Type= Reaction | ||
|AP= | |AP= 1 | ||
|Uses= | |Uses= Bottle of Water | ||
|Range= | |Range= Adjacent tile | ||
|Requirement= | |Requirement= Hidden Condition | ||
|Roll= | |Roll= Academia | ||
|DC= | |DC= 15 | ||
|Success=You | |Success= You win. | ||
|Strong Success=You | |Strong Success= You win so hard! | ||
|Failure=You | |Failure= You lose. | ||
|Strong Failure= | |Strong Failure= You really lost. | ||
}} | }} | ||
| Line 80: | Line 80: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"Name": { | |||
"required": true, | |||
"example": "Simple Melee Attack", | |||
"type": "string" | |||
}, | |||
"Description": { | |||
"suggested": true, | |||
"type": "string", | |||
"example": " Choose a target body area to attack with a melee weapon." | |||
}, | |||
"Type": { | |||
"description": "Only use this is its a special type of action, such as a Reaction", | |||
"suggestedvalues": [ | |||
"Reaction" | |||
] | |||
}, | |||
"AP": { | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4", | |||
"0" | |||
], | |||
"default": "0", | |||
"description": "How much Action Points are used by this action.", | |||
"required": true | |||
}, | |||
"Uses": { | |||
"example": "Melee Weapon", | |||
"description": "Does the action use any items? Underline if the item is consumed." | |||
}, | |||
"Range": { | |||
"suggestedvalues": [ | |||
"Adjacent Tile", | |||
"5 Tiles", | |||
"10 Tiles", | |||
"Visible" | |||
] | |||
}, | |||
"Requirement": { | |||
"description": "Any special requirements that are needed to perform the action.", | |||
"example": "Hidden Condition." | |||
}, | |||
"Trigger": { | |||
"description": "What starts the Reaction. ONLY USE ON REACTIONS.", | |||
"example": "You are targeted by an attack or grapple." | |||
}, | |||
"Roll": { | |||
"suggestedvalues": [ | |||
"Physique", | |||
"Athletics", | |||
"Melee", | |||
"Resilience", | |||
"Reason", | |||
"Awareness", | |||
"Medicine", | |||
"Technology", | |||
"Academia", | |||
"Agility", | |||
"Aiming", | |||
"Stealth", | |||
"Reflex", | |||
"Finesse", | |||
"Presence", | |||
"Morale", | |||
"Intimidation", | |||
"Persuasion", | |||
"Deception" | |||
], | |||
"description": "If there is a roll required for the action, which one?" | |||
}, | |||
"Success": { | |||
"suggestedvalues": [ | |||
"Deal 1 Damage" | |||
] | |||
}, | |||
"Strong Success": { | |||
"suggestedvalues": [ | |||
"Strong Attack Table (Weapon Dmg.)" | |||
] | |||
}, | |||
"Failure": { | |||
"suggestedvalues": [ | |||
"Attack Misses" | |||
] | |||
}, | |||
"Strong Failure": { | |||
"suggestedvalues": [ | |||
"You gain 1 Stress" | |||
] | |||
}, | |||
"DC": { | |||
"description": "This can be a set number, or an opposing roll." | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Name", | |||
"Description", | |||
"Type", | |||
"AP", | |||
"Uses", | |||
"Range", | |||
"Requirement", | |||
"Trigger", | |||
"Roll", | |||
"DC", | |||
"Success", | |||
"Strong Success", | |||
"Failure", | |||
"Strong Failure" | |||
] | |||
} | |||
</templatedata></noinclude> | |||
Revision as of 07:27, 23 May 2026
| What does the Action do? | |
|---|---|
| Type: | Reaction |
| AP Cost: | 1 |
| Uses: | Bottle of Water |
| Range: | Adjacent tile |
| Requirement: | Hidden Condition |
| Roll: | Academia |
| DC: | 15 |
| Success: | You win. |
| Strong Success: | You win so hard! |
| Failure: | You lose. |
| Strong Failure: | You really lost. |
{{Action
|Name =
|Description =
|Type =
|AP =
|Uses =
|Range =
|Requirement =
|Roll =
|DC =
|Success =
|Strong Success =
|Failure =
|Strong Failure =
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | no description
| String | required |
| Description | Description | no description
| String | suggested |
| Type | Type | Only use this is its a special type of action, such as a Reaction
| Unknown | optional |
| AP | AP | How much Action Points are used by this action.
| Number | required |
| Uses | Uses | Does the action use any items? Underline if the item is consumed.
| Unknown | optional |
| Range | Range | no description
| Unknown | optional |
| 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 |
| 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
| Unknown | optional |
| Strong Success | Strong Success | no description
| Unknown | optional |
| Failure | Failure | no description
| Unknown | optional |
| Strong Failure | Strong Failure | no description
| Unknown | optional |
