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