-
Notifications
You must be signed in to change notification settings - Fork 232
Hooks
Kim Mantas edited this page Apr 25, 2022
·
25 revisions
Name | Type | Description |
---|---|---|
actor | Actor5e | The actor that just completed resting. |
result | RestResult | Details on the completed rest. |
Name | Type | Description |
---|---|---|
actor | Actor5e | The original actor before transformation. |
target | Actor5e | The target actor being transformed into. |
data | object | The merged data that will be used to create the newly-transformed actor. |
options | TransformationOptions | Options that determine how the transformation is performed. |
Name | Type | Description |
---|---|---|
advancementManager | AdvancementManager | The advancement manager about to be rendered. |
Name | Type | Description |
---|---|---|
advancementManager | AdvancementManager | The advancement manager that just completed. |