mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-18 11:49:19 +07:00
Organized Freedom policies
This commit is contained in:
@ -269,20 +269,19 @@
|
|||||||
name:"Constitution",
|
name:"Constitution",
|
||||||
description:"+2 culture from each wonder",
|
description:"+2 culture from each wonder",
|
||||||
row:1,
|
row:1,
|
||||||
column:2
|
column:1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Universal Suffrage",
|
name:"Universal Suffrage",
|
||||||
description:"+1 production per 5 population",
|
description:"+1 production per 5 population",
|
||||||
row:1,
|
row:1,
|
||||||
column:5
|
column:3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Civil Society",
|
name:"Civil Society",
|
||||||
description:"-50% food consumption by specialists",
|
description:"-50% food consumption by specialists",
|
||||||
requires:["Constitution"],
|
row:1,
|
||||||
row:2,
|
column:5
|
||||||
column:1
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Free Speech",
|
name:"Free Speech",
|
||||||
@ -296,7 +295,7 @@
|
|||||||
description:"Specialists produce half normal unhappiness",
|
description:"Specialists produce half normal unhappiness",
|
||||||
requires:["Civil Society"],
|
requires:["Civil Society"],
|
||||||
row:2,
|
row:2,
|
||||||
column:1
|
column:5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Freedom Complete",
|
name:"Freedom Complete",
|
||||||
|
@ -21,8 +21,8 @@ android {
|
|||||||
applicationId "com.unciv.game"
|
applicationId "com.unciv.game"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 177
|
versionCode 178
|
||||||
versionName "2.10.13"
|
versionName "2.10.14"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||||
|
Reference in New Issue
Block a user