Merge 'remotes/trunk'
[0ad.git] / binaries / data / mods / public / maps / random / unknown.json
blob1c95b74f156e61bdc7e271270f3c357a3ec37900
2         "settings" : {
3                 "Name" : "Unknown",
4                 "Script" : "unknown.js",
5                 "Description" : "The unknown.",
6                 "Preview" : "unknown.png",
7                 "SupportedBiomes": "generic/",
8                 "CircularMap" : true,
9                 "Landscapes": [
10                         {
11                                 "Id": "random_land",
12                                 "Name": "Random Land",
13                                 "Description": "Choose a random land landscape",
14                                 "Items": [
15                                         {
16                                                 "Id": "Continent",
17                                                 "Name": "Continent",
18                                                 "Description": "All players starts on a continent surrounded by water.",
19                                                 "Preview": "unknown_continent.png"
20                                         },
21                                         {
22                                                 "Id": "Isthmus",
23                                                 "Name": "Isthmus",
24                                                 "Description": "Two Mediterranean land masses connected by a narrow spit of land, called an 'Isthmus'.",
25                                                 "Preview": "unknown_isthmus.png"
26                                         },
27                                         {
28                                                 "Id": "CentralRiverLand",
29                                                 "Name": "Central River",
30                                                 "Description": "A small central river.",
31                                                 "Preview": "unknown_central_river.png"
32                                         },
33                                         {
34                                                 "Id": "EdgeSeas",
35                                                 "Name": "Edge Seas",
36                                                 "Description": "Players are aligned on a strip of land with seas bordering on one or both sides that may hold islands.",
37                                                 "Preview": "unknown_edge_seas.png"
38                                         },
39                                         {
40                                                 "Id": "Gulf",
41                                                 "Name": "Gulf",
42                                                 "Description": "Land shaped like a concrescent moon around a central lake.",
43                                                 "Preview": "unknown_gulf.png"
44                                         },
45                                         {
46                                                 "Id": "Lakes",
47                                                 "Name": "Lakes",
48                                                 "Description": "Mainland style with some small random lakes.",
49                                                 "Preview": "unknown_lakes.png"
50                                         },
51                                         {
52                                                 "Id": "Passes",
53                                                 "Name": "Passes",
54                                                 "Description": "A large hill encompasses the map and leaves players only a small passage to the two neighboring players.",
55                                                 "Preview": "unknown_passes.png"
56                                         },
57                                         {
58                                                 "Id": "Lowlands",
59                                                 "Name": "Lowlands",
60                                                 "Description": "The land is enclosed by a hill that leaves a small area per player connected to the large central place.",
61                                                 "Preview": "unknown_lowlands.png"
62                                         },
63                                         {
64                                                 "Id": "Mainland",
65                                                 "Name": "Mainland",
66                                                 "Description": "A typical map without any water.",
67                                                 "Preview": "unknown_mainland.png"
68                                         }
69                                 ]
70                         },
71                         {
72                                 "Id": "random_naval",
73                                 "Name": "Random Naval",
74                                 "Description": "Choose a random naval landscape",
75                                 "Items": [
76                                         {
77                                                 "Id": "CentralSea",
78                                                 "Name": "Naval: Central Sea",
79                                                 "Description": "A huge sea is dividing the map into two halves.",
80                                                 "Preview": "unknown_central_sea.png"
81                                         },
82                                         {
83                                                 "Id": "Archipelago",
84                                                 "Name": "Naval: Archipelago",
85                                                 "Description": "Players are scattered across island chains and disconnected islands.",
86                                                 "Preview": "unknown_archipelago.png"
87                                         },
88                                         {
89                                                 "Id": "RiversAndLake",
90                                                 "Name": "Naval: Lake and rivers",
91                                                 "Description": "A central lake with rivers possibly separating neighboring players.",
92                                                 "Preview": "unknown_rivers_and_lake.png"
93                                         }
94                                 ]
95                         }
96                 ]
97         }