Added specialists and great person generation!
BIN
android/assets/ImprovementIcons/Academy_(Civ5).png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
android/assets/ImprovementIcons/Customs_house_(Civ5).png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
android/assets/ImprovementIcons/Landmark_(Civ5).png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
android/assets/ImprovementIcons/Manufactory_(Civ5).png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
android/assets/StatIcons/Great_artist_(Civ5).png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
android/assets/StatIcons/Great_engineer_(Civ5).png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
android/assets/StatIcons/Great_merchant_(Civ5).png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
android/assets/StatIcons/Great_scientist_(Civ5).png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
android/assets/StatIcons/populationBlue.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
android/assets/StatIcons/populationBrown.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
android/assets/StatIcons/populationGray.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
android/assets/StatIcons/populationGreen.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
android/assets/StatIcons/populationPurple.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
android/assets/StatIcons/populationYellow.png
Normal file
After Width: | Height: | Size: 12 KiB |
@ -20,7 +20,7 @@
|
||||
},
|
||||
{
|
||||
name:"Granary",
|
||||
description: "Wheat, bananas and deer produce +1 food.",
|
||||
description: "",
|
||||
food:2,
|
||||
resourceBonusStats:{food:1},
|
||||
maintainance:1,
|
||||
@ -80,7 +80,7 @@
|
||||
greatPersonPoints:{production:1},
|
||||
isWonder:true,
|
||||
unique:"WorkerConstruction",
|
||||
requiredTech:"Writing"
|
||||
requiredTech:"Masonry"
|
||||
},
|
||||
{
|
||||
name:"Temple",
|
||||
@ -111,7 +111,7 @@
|
||||
},
|
||||
{
|
||||
name:"Stable",
|
||||
description: "Cattle, sheep and horses provide +1 production.",
|
||||
description: "",
|
||||
maintainance:1,
|
||||
requiredNearbyImprovedResources:["Horses","Sheep","Cattle"]
|
||||
resourceBonusStats:{production:1},
|
||||
@ -169,6 +169,14 @@
|
||||
isWonder:true,
|
||||
requiredTech:"Theology"
|
||||
},
|
||||
{
|
||||
name:"Hagia Sophia",
|
||||
description: "+33% great person generation in all cities",
|
||||
culture:1,
|
||||
isWonder:true,
|
||||
unique:"GreatPersonGenerationIncrease",
|
||||
requiredTech:"Theology"
|
||||
},
|
||||
{
|
||||
name:"Chichen Itza",
|
||||
description: "Length of golden ages increased +50%",
|
||||
@ -355,7 +363,7 @@
|
||||
},
|
||||
{
|
||||
name:"The Louvre",
|
||||
description: "Free Great Artist appears near the city - TODO",
|
||||
description: "Free Great Artist appears near the city",
|
||||
culture:1,
|
||||
happiness:4,
|
||||
isWonder:true,
|
||||
|
@ -56,7 +56,7 @@
|
||||
name:"The Wheel",
|
||||
row:6,
|
||||
prerequisites:["Animal Husbandry"],
|
||||
description:"Allows construction or roads to your capilat city, providing gold from trade"
|
||||
description:"Allows construction of roads to your capital city, providing gold from trade"
|
||||
},
|
||||
{
|
||||
name:"Masonry",
|
||||
@ -127,7 +127,7 @@
|
||||
name:"Theology",
|
||||
row:2,
|
||||
prerequisites:["Calendar","Philosophy"],
|
||||
description:"Unclear what this does in Vanilla civ"
|
||||
description:"Enables construction of Monasteries, the Hagia Sophia and Notre Dame, providing culture, Great Person generation, and happiness, respectively"
|
||||
},
|
||||
{
|
||||
name:"Civil Service",
|
||||
@ -228,7 +228,7 @@
|
||||
name:"Printing Press",
|
||||
row:8,
|
||||
prerequisites:["Machinery","Physics"],
|
||||
description:"Eables construction of the Theatre and Taj Mahal, increasing happiness"
|
||||
description:"Enables construction of the Theatre and Taj Mahal, increasing happiness"
|
||||
},
|
||||
{
|
||||
name:"Gunpowder",
|
||||
|
@ -151,7 +151,8 @@
|
||||
terrainsCanBeFoundOn:["Grassland","Plains","Desert","Hill"],
|
||||
gold:2,
|
||||
improvement:"Mine",
|
||||
improvementStats:{gold:1}
|
||||
improvementStats:{gold:1},
|
||||
building:"Mint"
|
||||
},
|
||||
{
|
||||
name:"Silver",
|
||||
@ -159,7 +160,8 @@
|
||||
terrainsCanBeFoundOn:["Desert","Tundra","Hill"],
|
||||
gold:2,
|
||||
improvement:"Mine",
|
||||
improvementStats:{gold:1}
|
||||
improvementStats:{gold:1},
|
||||
building:"Mint"
|
||||
},
|
||||
{
|
||||
name:"Incense",
|
||||
@ -167,7 +169,8 @@
|
||||
terrainsCanBeFoundOn:["Plains","Desert"],
|
||||
gold:3,
|
||||
improvement:"Plantation",
|
||||
improvementStats:{gold:1}
|
||||
improvementStats:{gold:1},
|
||||
building:"Monastery"
|
||||
},
|
||||
{
|
||||
name:"Ivory",
|
||||
@ -199,7 +202,8 @@
|
||||
terrainsCanBeFoundOn:["Grassland","Plains"],
|
||||
gold:2,
|
||||
improvement:"Plantation",
|
||||
improvementStats:{gold:1}
|
||||
improvementStats:{gold:1},
|
||||
building:"Monastery"
|
||||
},
|
||||
{
|
||||
name:"Sugar",
|
||||
|
BIN
android/assets/skin/whiteDot.png
Normal file
After Width: | Height: | Size: 120 B |