Lightning Event

This event will strike some lighting.

Required arguments

A radius where the lighting will strike.

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