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