mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 05:09:25 +07:00
Added Honor and Autocracy policies
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user