Skip to content

Base Actions

John A edited this page Oct 19, 2025 · 3 revisions

Overview

Actions in actions.json define the basic actions every player has access to in Active Mode. This is predominantly used to define standard action economy options and reference for general actions like "Move".

Actions defined in actions.json will appear in the the Active Mode action panel as well as the action reference compendium pages. Actions granted by items, talents, or other sources should be defined as an actions array on the parent data.

Definition

See Actions for definition and implementation details. Base Actions must also include the following required fields:

id

Internal identifier. This must be globally unique. See Item ID Guidelines for more information.

Clone this wiki locally