mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-01 20:04:34 +07:00
82 lines
1.3 KiB
JSON
82 lines
1.3 KiB
JSON
[
|
|
{
|
|
"Name":"Grassland",
|
|
"Type":"BaseTerrain",
|
|
"Food":2,
|
|
"RGB":"0,255,0"
|
|
},
|
|
{
|
|
"Name":"Plains",
|
|
"Type":"BaseTerrain",
|
|
"Food":1,
|
|
"Production":1,
|
|
"RGB":"240,180,135"
|
|
},
|
|
{
|
|
"Name":"Tundra",
|
|
"Type":"BaseTerrain",
|
|
"Food":1,
|
|
"RGB":"130,137,121"
|
|
},
|
|
{
|
|
"Name":"Desert",
|
|
"Type":"BaseTerrain",
|
|
"RGB":"237,201,175"
|
|
},
|
|
{
|
|
"Name":"Lakes",
|
|
"Type":"BaseTerrain",
|
|
"Food":1,
|
|
"Gold":1,
|
|
"RGB":"104,120,201",
|
|
"CanHaveOverlay":false
|
|
},
|
|
{
|
|
"Name":"Hill",
|
|
"Type":"BaseTerrain",
|
|
"Production":2,
|
|
"RGB":"116,88,62"
|
|
},
|
|
|
|
|
|
{
|
|
"Name":"Forest",
|
|
"Type":"TerrainFeature",
|
|
"Production":1,
|
|
"Food":1,
|
|
"OverrideStats":true,
|
|
"Unbuildable":true,
|
|
"OccursOn":["Tundra","Plains","Grassland"],
|
|
"RemovalTech": "Mining"
|
|
},
|
|
{
|
|
"Name":"Jungle",
|
|
"Type":"TerrainFeature",
|
|
"Food":2,
|
|
"OverrideStats":true,
|
|
"Unbuildable":true,
|
|
"OccursOn":["Plains","Grassland"],
|
|
"RemovalTech": "Bronze Working"
|
|
},
|
|
{
|
|
"Name":"Marsh",
|
|
"Type":"TerrainFeature",
|
|
"Food":-1,
|
|
"Unbuildable":true,
|
|
"OccursOn":["Grassland"],
|
|
"RemovalTech": "Masonry"
|
|
},
|
|
{
|
|
"Name":"Oasis",
|
|
"Type":"TerrainFeature",
|
|
"Food":3,
|
|
"Unbuildable":true,
|
|
"OccursOn":["Desert"]
|
|
},
|
|
{
|
|
"Name":"Flood plains",
|
|
"Type":"TerrainFeature",
|
|
"Food":2,
|
|
"OccursOn":["Desert"]
|
|
}
|
|
] |