l2_gen_terrain
Generate procedural terrain heightmaps for hills, mountains, plains, islands, or noise. Specify size and seed for reproducible results.
Instructions
Generate procedural heightmap terrain (hills, mountains, plains, island, noise).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducible generation. Default 0. | |
| size | No | Texture size (256, 512, 1024, 2048). Default 512. | |
| output | No | Output PNG path. Auto-generated if empty. | |
| terrain_type | No | Terrain: 'hills', 'mountains', 'plains', 'island', 'noise'. Default 'hills'. |