| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- {
- "name": "Forest Battlefield",
- "description": "A diverse forest battlefield with varied unit types and strategic terrain features",
- "coordSystem": "grid",
- "maxTroopsPerPlayer": 2000,
- "grid": {
- "width": 250,
- "height": 250,
- "tileSize": 1.0
- },
- "biome": {
- "groundType": "forest_mud",
- "seed": 12345,
- "patchDensity": 3.2,
- "patchJitter": 0.85,
- "bladeHeight": [
- 0.6,
- 1.45
- ],
- "bladeWidth": [
- 0.028,
- 0.058
- ],
- "swayStrength": 0.28,
- "swaySpeed": 1.35,
- "heightNoise": [
- 0.22,
- 0.07
- ],
- "grassPrimary": [
- 0.28,
- 0.6,
- 0.32
- ],
- "grassSecondary": [
- 0.42,
- 0.72,
- 0.34
- ],
- "grassDry": [
- 0.58,
- 0.5,
- 0.36
- ],
- "soilColor": [
- 0.28,
- 0.24,
- 0.18
- ],
- "rockLow": [
- 0.5,
- 0.48,
- 0.46
- ],
- "rockHigh": [
- 0.68,
- 0.69,
- 0.73
- ],
- "plantDensity": 0.65,
- "groundIrregularityEnabled": true,
- "irregularityScale": 0.12,
- "irregularityAmplitude": 0.06
- },
- "camera": {
- "center": [
- 125,
- 0,
- 125
- ],
- "distance": 35.0,
- "tiltDeg": 45.0,
- "yaw": 225.0,
- "fovY": 45.0,
- "near": 1.0,
- "far": 500.0
- },
- "spawns": [
- {
- "type": "barracks",
- "x": 60,
- "z": 60,
- "playerId": 1,
- "maxPopulation": 200,
- "nation": "roman_republic"
- },
- {
- "type": "archer",
- "x": 58,
- "z": 62,
- "playerId": 1
- },
- {
- "type": "archer",
- "x": 62,
- "z": 58,
- "playerId": 1
- },
- {
- "type": "swordsman",
- "x": 55,
- "z": 60,
- "playerId": 1
- },
- {
- "type": "swordsman",
- "x": 60,
- "z": 55,
- "playerId": 1
- },
- {
- "type": "spearman",
- "x": 58,
- "z": 58,
- "playerId": 1
- },
- {
- "type": "spearman",
- "x": 62,
- "z": 62,
- "playerId": 1
- },
- {
- "type": "barracks",
- "x": 190,
- "z": 190,
- "playerId": 2,
- "maxPopulation": 200,
- "nation": "roman_republic"
- },
- {
- "type": "archer",
- "x": 188,
- "z": 192,
- "playerId": 2
- },
- {
- "type": "archer",
- "x": 192,
- "z": 188,
- "playerId": 2
- },
- {
- "type": "horse_swordsman",
- "x": 185,
- "z": 190,
- "playerId": 2
- },
- {
- "type": "horse_swordsman",
- "x": 190,
- "z": 185,
- "playerId": 2
- },
- {
- "type": "spearman",
- "x": 188,
- "z": 188,
- "playerId": 2
- },
- {
- "type": "spearman",
- "x": 192,
- "z": 192,
- "playerId": 2
- },
- {
- "type": "barracks",
- "x": 125,
- "z": 125,
- "maxPopulation": 150,
- "nation": "roman_republic"
- },
- {
- "type": "barracks",
- "x": 60,
- "z": 190,
- "playerId": 3,
- "maxPopulation": 150,
- "nation": "roman_republic"
- },
- {
- "type": "swordsman",
- "x": 58,
- "z": 192,
- "playerId": 3
- },
- {
- "type": "swordsman",
- "x": 62,
- "z": 188,
- "playerId": 3
- },
- {
- "type": "archer",
- "x": 55,
- "z": 190,
- "playerId": 3
- },
- {
- "type": "barracks",
- "x": 190,
- "z": 60,
- "playerId": 4,
- "maxPopulation": 150,
- "nation": "roman_republic"
- },
- {
- "type": "horse_swordsman",
- "x": 188,
- "z": 62,
- "playerId": 4
- },
- {
- "type": "horse_swordsman",
- "x": 192,
- "z": 58,
- "playerId": 4
- },
- {
- "type": "spearman",
- "x": 190,
- "z": 55,
- "playerId": 4
- }
- ],
- "firecamps": [
- {
- "x": 54,
- "z": 65,
- "intensity": 1.0,
- "radius": 3.0
- },
- {
- "x": 66,
- "z": 54,
- "intensity": 1.1,
- "radius": 3.2
- },
- {
- "x": 184,
- "z": 195,
- "intensity": 0.9,
- "radius": 2.8
- },
- {
- "x": 196,
- "z": 184,
- "intensity": 1.0,
- "radius": 3.0
- },
- {
- "x": 120,
- "z": 130,
- "intensity": 1.2,
- "radius": 3.5
- },
- {
- "x": 54,
- "z": 195,
- "intensity": 1.0,
- "radius": 3.0
- },
- {
- "x": 66,
- "z": 184,
- "intensity": 0.95,
- "radius": 3.1
- },
- {
- "x": 184,
- "z": 54,
- "intensity": 1.05,
- "radius": 3.2
- },
- {
- "x": 196,
- "z": 66,
- "intensity": 1.0,
- "radius": 3.0
- },
- {
- "x": 80,
- "z": 80,
- "intensity": 0.85,
- "radius": 2.5
- },
- {
- "x": 170,
- "z": 170,
- "intensity": 0.9,
- "radius": 2.7
- },
- {
- "x": 80,
- "z": 170,
- "intensity": 0.88,
- "radius": 2.6
- },
- {
- "x": 170,
- "z": 80,
- "intensity": 0.92,
- "radius": 2.8
- }
- ],
- "terrain": [
- {
- "type": "hill",
- "x": 125,
- "z": 125,
- "radius": 12,
- "height": 3.5,
- "entrances": [
- {
- "x": 125,
- "z": 113
- },
- {
- "x": 125,
- "z": 137
- },
- {
- "x": 113,
- "z": 125
- },
- {
- "x": 137,
- "z": 125
- }
- ]
- },
- {
- "type": "hill",
- "x": 60,
- "z": 125,
- "width": 15,
- "depth": 10,
- "height": 3.0,
- "rotation": 0,
- "entrances": [
- {
- "x": 60,
- "z": 115
- },
- {
- "x": 60,
- "z": 135
- }
- ]
- },
- {
- "type": "hill",
- "x": 190,
- "z": 125,
- "width": 15,
- "depth": 10,
- "height": 3.0,
- "rotation": 180,
- "entrances": [
- {
- "x": 190,
- "z": 115
- },
- {
- "x": 190,
- "z": 135
- }
- ]
- },
- {
- "type": "hill",
- "x": 125,
- "z": 60,
- "width": 10,
- "depth": 15,
- "height": 2.8,
- "rotation": 90,
- "entrances": [
- {
- "x": 115,
- "z": 60
- },
- {
- "x": 135,
- "z": 60
- }
- ]
- },
- {
- "type": "hill",
- "x": 125,
- "z": 190,
- "width": 10,
- "depth": 15,
- "height": 2.8,
- "rotation": 270,
- "entrances": [
- {
- "x": 115,
- "z": 190
- },
- {
- "x": 135,
- "z": 190
- }
- ]
- }
- ],
- "victory": {
- "type": "elimination",
- "key_structures": [
- "barracks"
- ],
- "defeat_conditions": [
- "no_key_structures"
- ]
- },
- "rain": {
- "enabled": true,
- "cycleDuration": 300.0,
- "activeDuration": 60.0,
- "intensity": 0.5,
- "fadeDuration": 5.0
- }
- }
|