generate_map_batch
Generate multiple RPG Maker maps simultaneously by specifying theme, size, tileset, and name for each, and receive map IDs for subsequent interconnection.
Instructions
Generate multiple maps in a single call. Each entry specifies theme, size, tilesetId, name. Returns all mapIds for interconnection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch | Yes | Array of map specs: [{key, name, theme, width, height, tilesetId, seed, parentId}] |