EventName
This formula allows you to decorate an event name with the appropriate id
required for the event to be picked up by a particular resource. See the
Mechanic information banner for more context.
JSON Format
{
"type": "eventName",
"event_name": ...,
"for_resource": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
event_name | String | ✓ | The event name to decorate. |
for_resource | StatFormulaComponent | Optional. Will use the resource that this formula is being calculated on if omitted. The formula for the resource instance that the event should be executed on. |