Some asset abilities alter/extend other asset abilities, specified as an array of IDs. Only changed properties are specified; other properties are the same.
The ID of the parent Asset of the move, if any.
The $id
s of the move(s) to be altered. If it's null
, it can alter any move to which its trigger conditions apply. If it's undefined
, see Extends
instead.
The IDs of any oracles directly referenced by the move, or vice versa.
Added rules text that applies on move outcomes.
Whether or not the move is a Progress Move. Progress moves roll two challenge dice against a progress score.
"Non-canonical" suggestions of related items. They might be convenient to present to the user, but in most implementations rolling them automatically is not recommended.
Markdown rules text describing added effects which apply before the move is rolled, such as adds.
The trigger required by the asset ability. If undefined
, the move alteration applies to all uses of the specified moves, so long as they also meet any implicit asset requirements (fictional framing, IAsset.Requirement
, not being Broken or Out of Action, etc).
The ID of the move that this move is a variant of, if any.
Generated using TypeDoc
Describes alterations applied to moves by asset abilities.