batch_create_npcs
Generate multiple NPCs with specified roles and attributes to populate RPG game locations. Create groups of characters like blacksmiths, innkeepers, or guards for settlements and villages.
Instructions
Generate NPCs for a settlement or location. Creates a group of NPCs with specified roles.
Roles are flexible strings - use any profession like "blacksmith", "innkeeper", "guard captain", etc.
Example - Populate a village: { "locationName": "Thornwood Village", "npcs": [ { "name": "Marta", "role": "Innkeeper", "race": "Human" }, { "name": "Grom", "role": "Blacksmith", "race": "Dwarf" }, { "name": "Elara", "role": "Herbalist", "race": "Half-Elf" }, { "name": "Captain Vance", "role": "Guard Captain", "race": "Human" } ] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationName | No | Name of the location these NPCs belong to | |
| npcs | Yes | Array of NPCs to create (1-50) | |
| sessionId | No |