Tick Handlers are the section where scripts are written. In addition, the number of times these scripts are run can also be set. Any number of Tick Handlers can be added, with the one added at the beginning running first (order sensitive).
Tick Handlers should be written inside the on-tick section. You can also change the interval of the effect.
effects:example-effect:display-name:"%example%"variables: [ 'r','x','y' ]interval:10# in tickson-tick:tick-handler-1:event:ELYTRAtimes:32# How many times will 'do' lines invokescripts: - ... - ...tick-handler-2:event:PROJECTILEscripts: - ... - ...