Client Action Over Time
An Action Over Time (Power Type) that runs on the client instead of the server.
Type ID: apugli:client_action_over_time
Fields
Field | Type | Default | Description |
---|---|---|---|
interval |
Integer | 20 |
Interval of ticks between subsequent executions of the specified actions. Must be a value of at least 1. |
entity_action |
Entity Action Type | optional | The action to execute on the entity that has the power each interval. |
rising_action |
Entity Action Type | optional | The action to execute on the first interval tick in which the condition became true. |
falling_action |
Entity Action Type | optional | The action to execute on the first interval tick in which the condition became false. |