Unciv/android/assets/jsons/Techs.json
2017-12-01 15:14:18 +02:00

217 lines
5.1 KiB
JSON

[
{
columnNumber: 1,
techCost: 35,
buildingCost:60,
techs:[
{
name:"Pottery",
row:2,
description:"Allows your cities to construct a granary, which provides food."
},
{
name:"Animal Husbandry",
row:5,
description:"Reveals horses, and allows workers to build pastures, which improve various animal resources."
},
{
name:"Mining",
row:9,
description:"Allows workers to build mines, which grant access to several strategic and luxury resources and increases production. Also allows workers to clear forests."
}
]
},
{
columnNumber: 2,
techCost: 55,
buildingCost:75,
wonderCost:185,
techs:[
{
name:"Sailing",
row:1,
prerequisites:["Pottery"],
description:"Allows access to sea resources by building work boats"
},
{
name:"Calendar",
row:2,
prerequisites:["Pottery"],
description:"Allows your workers to build Plantations, which grant access to several luxury resources"
},
{
name:"Writing",
row:3,
prerequisites:["Pottery"],
description:"Allows your cities to construct libraries, which increases science produced. Also enables construction of the Great Library wonder."
},
{
name:"Trapping",
row:5,
prerequisites:["Animal Husbandry"],
description:"Allows your workers to build Camps and Trading Posts, which increase gold produced and grant access to several luxury resources"
},
{
name:"The Wheel",
row:6,
prerequisites:["Animal Husbandry"],
description:"Allows construction or roads to your capilat city, providing gold from trade"
},
{
name:"Masonry",
row:9,
prerequisites:["Mining"],
description:"Allows workers to build quarries, granting access to stone and marble resources, and clear marshes. Also enables construction of the Pyramids wonder."
},
{
name:"Bronze Working",
row:10,
prerequisites:["Mining"],
description:"Allows workers to remove jungles"
}
]
},
{
columnNumber: 3,
techCost: 115,
buildingCost:100,
wonderCost:250,
techs:[
{
name:"Optics",
cost:95,
row:1,
prerequisites:["Sailing"],
description:"Allows construction of lighthouses, providing more food for sea tiles"
},
{
name:"Philosophy",
row:3,
prerequisites:["Writing"],
description:"Allows construction of temples, which generate culture, and the Oracle and National College wonders"
},
{
name:"Horseback Riding",
row:5,
prerequisites:["The Wheel"],
description:"Allows construction of stables, which increase production on cattle, sheep and horses"
},
{
name:"Mathematics",
row:7,
prerequisites:["The Wheel"],
description: "Enables construction of the Hanging Gardens wonder."
},
{
name:"Construction",
row:9,
prerequisites:["Masonry"],
description:"Allows construction of colloseums, which generate happiness, and building lumber mills on forests, providing production"
},
{
name:"Iron Working",
row:10,
prerequisites:["Bronze Working"],
description:"Reveals Iron on map"
}
]
},
{
columnNumber: 4,
techCost: 305,
buildingCost:120,
wonderCost:300,
techs:[
{
name:"Theology",
row:2,
prerequisites:["Calendar","Philosophy"],
description:"???"
},
{
name:"Civil Service",
row:4,
prerequisites:["Trapping","Philosophy"],
description:"Enables the Chichen Itza wonder, which increases the length of golden ages"
},
{
name:"Currency",
row:7,
prerequisites:["Mathematics"],
description:"Enables construction of Markets and Mints, which increase gold. Also enables the Machu Pichu wonder."
},
{
name:"Engineering",
row:8,
prerequisites:["Mathematics","Construction"],
description:"Enables construction of aqueducts, which speed up city growth"
},
{
name:"Metal Casting",
row:10,
prerequisites:["Construction","Iron Working"],
description:"Enables constrution of Forges and Workshops, increasing production"
}
]
},
{
columnNumber: 5,
techCost: 535,
buildingCost:160,
wonderCost:400,
techs:[
{
name:"Compass",
row:1,
cost:415,
prerequisites:["Optics"],
description:"???"
},
{
name:"Education",
row:3,
prerequisites:["Theology","Civil Service"],
description:"Allows cities to convert production to science, construction of Universities which provide science, and construction of the Angkor Wat wonder"
},
{
name:"Chivalry",
row:5,
prerequisites:["Horseback Riding","Civil Service","Currency"],
description:"???"
},
{
name:"Machinery",
row:8,
prerequisites:["Engineering"],
description:"???"
},
{
name:"Physics",
row:9,
prerequisites:["Engineering","Metal Casting"],
description:"???"
},
{
name:"Steel",
row:10,
prerequisites:["Metal Casting"],
description:"???"
}
]
},
{
columnNumber: 6,
techCost: 1265,
buildingCost:250,
wonderCost:625,
techs:[
{
name:"Economics",
row:1,
prerequisites:["Chivalry"],
description:"This is a lie, change!!!"
}
]
}
]