Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the trigger conditions of the move.

Hierarchy

Index

Properties

$id: string
pattern

^(Starforged|Ironsworn)/(Moves/[A-z_-]+/[A-z_-]+|Assets/[A-z_-]+/[A-z_-]+/Abilities/[1-3]/Alter_Moves/[0-9]+|Moves/Assets/[A-z_-]+/[A-z_-]+/Abilities/[1-3]/[A-z_-]+)/Trigger$

Information on who can trigger this item. Used mainly by asset abilities, some of which can trigger from an Ally's move.

If unspecified, assume Ally is false and Player is true.

Information on any action rolls or progress rolls that are made when this move is triggered (which may describe a specific subset of the primary trigger in their own Text property).

If there's no action rolls or progress rolls attached to this move, this is undefined.

Text?: string

A markdown string containing the primary trigger text for this move.

Secondary triggers (for specific stats or uses of an asset ability) are described in Options.

markdown
example

"When you attempt something risky or react to an imminent threat..."

Generated using TypeDoc