Lightning Event

This event will strike some lighting.

Required arguments

A radius where the lighting will strike.

Order

Type

Argument

1

number

radius where lightning can strike

2

decimal

percentage of occurrence

What it does

Whenever the event is triggered, it strike a lighting on a random location within the radius.

Example usage

actions:
  lightning:
    events:
      - lightning 5 100
    commands: []

Last updated