Scheduler¶
文档版本:1.21.50.25
fires off scheduled mob events at time of day events.
架构¶
scheduler:
{
number "min_delay_secs" : opt
number "max_delay_secs" : opt
array "scheduled_events" : opt
{
object "<any array element>" : opt
{
filters "filters"
event "event"
}
}
}
min_delay_secs
:number- The minimum the scheduler will be delayed.
max_delay_secs
:number- The maximum the scheduler will be delayed.
scheduled_events
:array- The list of triggers that fire when the conditions match the given filter criteria. If any filter criteria overlap the first defined event will be picked.
scheduled_events
<any array element>
:object- A filter and event pair. The event runs when the filter criteria succeeds
<any array element>
filters
:filters- 一个过滤器组。
event
:event
event
:string- The event to fire.
target
:string- The target of the event.