Consequence
Every action has a consequence... Not really but yeah.
Interface
export interface Consequence{
stat?: Array<statWithStyle>, //add or subtract from stat
item?: Array<Items>, //use or add item
}
Usage
Precondition is an optional field for Choice.
Behaviour
Add item or stat after the player had clicked on the choice.
Last updated
Was this helpful?