Creates a new HookInformation
, you can pass partial values to this
constructor, such as:
let newHookInformation = new HookInformation({type: HookType.Attack});
Optional
init: Partial<HookInformation>Partial
The actor that triggered the hook
Dice information
The targets that got hit
The item that triggered the hook
The targets
The token that triggered the hook
Type of the hook
Defines the information that can be extracted from the hooks.