Added specialists and great person generation!

This commit is contained in:
Yair Morgenstern
2017-12-21 12:25:55 +02:00
parent ad94866aba
commit d81cb8cda7
28 changed files with 207 additions and 77 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -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,

View File

@ -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",

View File

@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B