populate_map_events
Add multiple NPC, chest, or boss events to a map at random positions. Specify map ID, event type, and optional count or options.
Instructions
Add multiple events of a type (npc, chest, boss) to an existing map at random positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | Map ID | |
| eventType | Yes | Event type: npc, chest, boss | |
| count | No | Number of events to add (default 3) | |
| opts | No | Options: {name, troopId, x, y} |