Skip to content

Instantly share code, notes, and snippets.

@sl5net
Created November 22, 2020 15:34
Show Gist options
  • Save sl5net/97793c9b2256ff893163f1fe30a47e91 to your computer and use it in GitHub Desktop.
Save sl5net/97793c9b2256ff893163f1fe30a47e91 to your computer and use it in GitHub Desktop.
0 A. D. game - set Tiny map Default true
{
"TranslatedKeys": ["Name", "Tooltip"],
"Data":
[
{
"Name": "Tiny",
"Tooltip": "This map size has barely any room for even the most basic resources.",
"Tiles": 128,
"Default": true
},
{
"Name": "Small",
"Tooltip": "Small maps are suitable for 1v1 matches, as players can reach the enemy quickly while still having some room to expand.",
"Tiles": 192
},
{
"Name": "Normal",
"Tooltip": "This map size provides plenty of space for two players, but even eight players fit.",
"Tiles": 256
},
{
"Name": "Medium",
"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.",
"Tiles": 320
},
{
"Name": "Large",
"Tooltip": "The large mapsize is recommended when great portions of the map are covered with water or inaccessible mountains.",
"Tiles": 384
},
{
"Name": "Very Large",
"Tooltip": "Very large maps are not recommended as it takes very long to reach the enemy and the game performance can be reduced.",
"Tiles": 448
},
{
"Name": "Giant",
"Tooltip": "Very large maps are not recommended as it takes very long to reach the enemy and the game performance can be reduced.",
"Tiles": 512
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment