Added Honor and Autocracy policies

This commit is contained in:
Yair Morgenstern
2018-09-05 17:17:30 +03:00
parent e71d40140a
commit 68b64ca66f
24 changed files with 250 additions and 60 deletions

View File

@ -41,7 +41,8 @@
description:"+15% growth and +2 food in all cities"
}
]
},{
},
{
name:"Liberty",
era:"Ancient",
description:"+1 culture in evey city",
@ -84,6 +85,50 @@
description:"Free Great Person of choice near capital"
}
]
},
{
name:"Honor",
era:"Ancient",
description:"+25% bonus vs Barbarians",
policies:[
{
name:"Warrior Code",
description:"+20% production when training melee units",
row:1,
column:2
},
{
name:"Dicipline",
description:"+15% combat strength for melee units which have another military unit in an adjacent tile",
row:1,
column:4
},
{
name:"Military Tradition",
description:"Military units gain 50% more Experience from combat", // todo from here
requires:["Warrior Code"],
row:2,
column:2
},
{
name:"Military Caste",
description:"Each city with a garrison increases happiness by 1 and culture by 2",
requires:["Dicipline"],
row:2,
column:4
},
{
name:"Professional Army",
description:"Gold cost of upgrading military units reduced by 50%",
requires:["Military Caste"],
row:3,
column:4
},
{
name:"Honor Complete",
description:"Gain gold for each unit killed"
}
]
},{
name:"Piety",
era:"Classical",
@ -256,5 +301,48 @@
description:"Tile yield from great improvement +100%, golden ages increase by 50%"
}
]
},
},{
name:"Autocracy",
era:"Industrial",
description:"-33% unit upkeep costs", // todo!
policies:[
{
name:"Populism",
description:"Wounded military units deal +25% damage", // todo - this is different than +25% strength...
row:1,
column:1
},
{
name:"Militarism",
description:"Gold cost of purchasing units -33%",
row:1,
column:5
},
{
name:"Facism",
description:"Quantity of strategic resources produced by the empire increased by 100%",
requires:["Populism","Militarism"],
row:2,
column:3
},
{
name:"Police State",
description:"Captured cities retain their previous borders",
requires:["Militarism"],
row:2,
column:5
},
{
name:"Total War",
description:"+15% production when building military units and new military units start with 15 Experience",
requires:["Police State","Facism"],
row:3,
column:4
},
{
name:"Autocracy Complete",
description:"+1 happiness from each Walls, Castle and Arsenal"
}
]
}
]