TimerEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki

TimerEffect - An object

Properties

conditions - Optional ConditionList

The list of conditions

Defaults to {}

effects - Optional EffectList

The list of effects

Defaults to {}

mode - Required enum

Allowed values

  • ALL
  • ITEM
  • LOCATION
  • OTHER
  • SELF

The mode of operation

Defaults to SELF

ticksDelay - Optional Duration

The initial delay in seconds (1 is 20 ticks)

Defaults to 1.0

period - Optional Duration

The 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

delay - Optional Duration

The 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