mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-21 09:47:33 +07:00
157 lines
3.5 KiB
JSON
157 lines
3.5 KiB
JSON
|
[
|
||
|
{
|
||
|
"Name":"Cattle",
|
||
|
"ResourceType":"Bonus",
|
||
|
"TerrainsCanBeFoundOn":["Grassland"],
|
||
|
"Food":1,
|
||
|
"Improvement":"Pasture",
|
||
|
"ImprovementStats":{"Production":1},
|
||
|
"Building":"Stable"
|
||
|
},
|
||
|
{
|
||
|
"Name":"Sheep",
|
||
|
"ResourceType":"Bonus",
|
||
|
"TerrainsCanBeFoundOn":["Plains","Hill"],
|
||
|
"Food":1,
|
||
|
"Improvement":"Pasture",
|
||
|
"ImprovementStats":{"Food":1},
|
||
|
"Building":"Stable"
|
||
|
},
|
||
|
{
|
||
|
"Name":"Deer",
|
||
|
"ResourceType":"Bonus",
|
||
|
"TerrainsCanBeFoundOn":["Forest","Tundra"],
|
||
|
"Food":1,
|
||
|
"Improvement":"Camp",
|
||
|
"ImprovementStats":{"Production":1},
|
||
|
"Building":"Granary"
|
||
|
},
|
||
|
{
|
||
|
"Name":"Bananas",
|
||
|
"ResourceType":"Bonus",
|
||
|
"TerrainsCanBeFoundOn":["Jungle"],
|
||
|
"Food":1,
|
||
|
"Improvement":"Plantation",
|
||
|
"ImprovementStats":{"Food":2,"Production":-1},
|
||
|
"Building":"Granary"
|
||
|
},
|
||
|
{
|
||
|
"Name":"Wheat",
|
||
|
"ResourceType":"Bonus",
|
||
|
"TerrainsCanBeFoundOn":["Plains","Flood plains","Desert"],
|
||
|
"Food":1,
|
||
|
"Improvement":"Farm",
|
||
|
"ImprovementStats":{"Food":1},
|
||
|
"Building":"Granary"
|
||
|
},
|
||
|
{
|
||
|
"Name":"Stone",
|
||
|
"ResourceType":"Bonus",
|
||
|
"TerrainsCanBeFoundOn":["Plains","Desert"],
|
||
|
"Production":1,
|
||
|
"Improvement":"Quarry",
|
||
|
"ImprovementStats":{"Production":1},
|
||
|
"Building":"Stone Works"
|
||
|
},
|
||
|
|
||
|
|
||
|
{
|
||
|
"Name":"Horses",
|
||
|
"ResourceType":"Strategic",
|
||
|
"RevealedBy":"Animal Husbandry",
|
||
|
"TerrainsCanBeFoundOn":["Plains","Desert"],
|
||
|
"Production":1,
|
||
|
"Improvement":"Pasture",
|
||
|
"ImprovementStats":{"Production":1},
|
||
|
"Building":"Stable"
|
||
|
},
|
||
|
{
|
||
|
"Name":"Iron",
|
||
|
"ResourceType":"Strategic",
|
||
|
"RevealedBy":"Iron Working",
|
||
|
"TerrainsCanBeFoundOn":["Grassland","Plains","Desert","Tundra","Snow","Hill"],
|
||
|
"Production":1,
|
||
|
"Improvement":"Mine",
|
||
|
"ImprovementStats":{"Production":1},
|
||
|
"Building":"Forge"
|
||
|
},
|
||
|
{
|
||
|
"Name":"Coal",
|
||
|
"ResourceType":"Strategic",
|
||
|
"RevealedBy":"Industrialization",
|
||
|
"TerrainsCanBeFoundOn":["Grassland","Plains","Hill"],
|
||
|
"Production":1,
|
||
|
"Improvement":"Mine",
|
||
|
"ImprovementStats":{"Production":2}
|
||
|
},
|
||
|
{
|
||
|
"Name":"Oil",
|
||
|
"ResourceType":"Strategic",
|
||
|
"RevealedBy":"Biology",
|
||
|
"TerrainsCanBeFoundOn":["Desert","Coast","Tundra","Snow","Marsh"],
|
||
|
"Production":1,
|
||
|
"Improvement":"Oil well",
|
||
|
"ImprovementStats":{"Production":3}
|
||
|
},
|
||
|
{
|
||
|
"Name":"Aluminum",
|
||
|
"ResourceType":"Strategic",
|
||
|
"RevealedBy":"Electricity",
|
||
|
"TerrainsCanBeFoundOn":["Plains","Desert","Tundra","Hill"],
|
||
|
"Production":1,
|
||
|
"Improvement":"Mine",
|
||
|
"ImprovementStats":{"Production":2}
|
||
|
},
|
||
|
{
|
||
|
"Name":"Uranium",
|
||
|
"ResourceType":"Strategic",
|
||
|
"RevealedBy":"Atomic Theory",
|
||
|
"TerrainsCanBeFoundOn":["Plains","Desert","Tundra","Hill","Snow"],
|
||
|
"Production":1,
|
||
|
"Improvement":"Mine",
|
||
|
"ImprovementStats":{"Production":2}
|
||
|
},
|
||
|
|
||
|
|
||
|
{
|
||
|
"Name":"Furs",
|
||
|
"ResourceType":"Luxury",
|
||
|
"TerrainsCanBeFoundOn":["Forest","Tundra"],
|
||
|
"Gold":2,
|
||
|
"Improvement":"Camp",
|
||
|
"ImprovementStats":{"Gold":1}
|
||
|
},
|
||
|
{
|
||
|
"Name":"Cotton",
|
||
|
"ResourceType":"Luxury",
|
||
|
"TerrainsCanBeFoundOn":["Grassland","Plains","Desert"],
|
||
|
"Gold":2,
|
||
|
"Improvement":"Plantation",
|
||
|
"ImprovementStats":{"Gold":1}
|
||
|
},
|
||
|
{
|
||
|
"Name":"Spices",
|
||
|
"ResourceType":"Luxury",
|
||
|
"TerrainsCanBeFoundOn":["Jungle","Forest"],
|
||
|
"Gold":2,
|
||
|
"Improvement":"Plantation",
|
||
|
"ImprovementStats":{"Gold":1}
|
||
|
},
|
||
|
{
|
||
|
"Name":"Sugar",
|
||
|
"ResourceType":"Luxury",
|
||
|
"TerrainsCanBeFoundOn":["Plains","Flood plains","Grassland","Marsh"],
|
||
|
"Gold":2,
|
||
|
"Improvement":"Plantation",
|
||
|
"ImprovementStats":{"Gold":1}
|
||
|
},
|
||
|
{
|
||
|
"Name":"Marble",
|
||
|
"ResourceType":"Luxury",
|
||
|
"TerrainsCanBeFoundOn":["Desert","Plains","Tundra","Hill","Grassland"],
|
||
|
"Gold":2,
|
||
|
"Improvement":"Quarry",
|
||
|
"ImprovementStats":{"Gold":1,"Production":1},
|
||
|
"Building":"Stone Works"
|
||
|
}
|
||
|
]
|