create_map
Design and generate RPG Maker maps with custom dimensions and properties. Optionally create coherent tile layouts by selecting a theme and tileset for automatic, visually consistent map generation.
Instructions
Create a new map with specified dimensions and properties. Optionally generates a tile layout by theme. When a tilesetId is provided with a theme, uses the enhanced V2 generator that reads actual tileset tile IDs for coherent, beautiful maps with proper shadow/region layers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Map name as shown in the editor | |
| width | No | Map width in tiles (default 17) | |
| height | No | Map height in tiles (default 13) | |
| tilesetId | No | Tileset ID (default 1) | |
| bgmName | No | BGM filename to autoplay | |
| displayName | No | Display name shown to the player | |
| note | No | Note field for plugin metadata | |
| theme | No | Tile layout theme. When a tilesetId is set, the generator uses the tileset's actual tiles (via scan_project_assets) for coherent, beautiful maps. Themes: forest, dungeon, town, castle, cave, village, swamp, desert, ruins, interior, beach |