TimerEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki
TimerEffect - An object
Properties
ConditionList
conditions - OptionalThe list of conditions
Defaults to {}
EffectList
effects - OptionalThe list of effects
Defaults to {}
mode - Required enum
Allowed values
- ALL
- ITEM
- LOCATION
- OTHER
- SELF
The mode of operation
Defaults to SELF
Duration
ticksDelay - OptionalThe initial delay in seconds (1 is 20 ticks)
Defaults to 1.0
Duration
period - OptionalThe delay between triggers in seconds (1 is 20 ticks)
Defaults to 1.0
repeats - Optional integer
The number of times this trigger will trigger
Defaults to 1
Duration
delay - OptionalThe initial delay in seconds (1 is 20 ticks)
Defaults to 1.0
numberOfRepeats - Optional integer
The number of times this trigger will trigger
Defaults to 1