| Name | raid spawns wave |
| Event Lines | raid spawns wave |
| Triggers | when a village raid spawns a new wave of raiders. |
| Generated Examples | on raid spawns wave: |
| Contexts | <context.raid> returns the raid data. See Raid Event Data.
<context.leader> returns the EntityTag of the patrol leader of the wave.
<context.new_raiders> returns the ListTag of all new raiders.
|
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | World |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/world/RaidSpawnsWaveScriptEvent.java#L13 |