generate_world
Create procedural RPG worlds with customizable dimensions, terrain ratios, and climate parameters for tabletop gaming sessions.
Instructions
Generate a new procedural RPG world with seed, width, and height parameters. Example: { "seed": "atlas", "width": 50, "height": 50 }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | Yes | Seed for random number generation | |
| width | Yes | Width of the world grid | |
| height | Yes | Height of the world grid | |
| landRatio | No | Land to water ratio (0.1 = mostly ocean, 0.9 = mostly land, default 0.3) | |
| temperatureOffset | No | Global temperature offset (-30 to +30) to shift biome distribution | |
| moistureOffset | No | Global moisture offset (-30 to +30) to shift biome distribution | |
| sessionId | No |