Ticket #5485: map_sizes.json

File map_sizes.json, 1.3 KB (added by Ismael, 5 years ago)
Line 
1{
2 "TranslatedKeys": ["Name", "Tooltip"],
3 "Data":
4 [
5 {
6 "Name": "Tiny",
7 "Tooltip": "This map size has barely any room for even the most basic resources.",
8 "Tiles": 128
9 },
10 {
11 "Name": "Small",
12 "Tooltip": "Small maps are suitable for 1v1 matches, as players can reach the enemy quickly while still having some room to expand.",
13 "Tiles": 192
14 },
15 {
16 "Name": "Medium",
17 "Tooltip": "Medium-sized maps provide plenty of space for two players, but even eight players fit.",
18 "Tiles": 256,
19 "Default": true
20 },
21 {
22 "Name": "Normal",
23 "Tooltip": "This is the ideal mapsize for 4 to 8 players, because there is plenty of space to expand while the neighbors are quickly reachable.",
24 "Tiles": 320
25 },
26 {
27 "Name": "Large",
28 "Tooltip": "The large mapsize is recommended when great portions of the map are covered with water or inaccessible mountains.",
29 "Tiles": 384
30 },
31 {
32 "Name": "Very Large",
33 "Tooltip": "Very large maps are not recommended as it takes very long to reach the enemy and the game performance can be reduced.",
34 "Tiles": 448
35 },
36 {
37 "Name": "Giant",
38 "Tooltip": "Very large maps are not recommended as it takes very long to reach the enemy and the game performance can be reduced.",
39 "Tiles": 512
40 },
41 {
42 "Name": "Planet",
43 "Tooltip": "Very large planet maps",
44 "Tiles": 5120
45 }
46
47 ]
48}