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
Behaviour
Last updated