simulate
Advance any fantasy world by a chosen number of years, controlling step size, complexity, and events like conflicts, migrations, and technological progress.
Instructions
Run simulation forward in time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worldId | Yes | World ID to simulate | |
| stepSize | No | Years per simulation step (default: 10) | |
| timespan | Yes | Number of years to simulate | |
| complexity | No | Simulation complexity level | |
| enableConflict | No | Enable conflict events | |
| enableMigration | No | Enable migration events | |
| enableTechProgress | No | Enable technological progress |