mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 03:18:18 +07:00
Citizenship and Legalism description changed.
Unclear description fixed. I have almost created a pull request for `CityStats.kt`: ``` if (policies.contains("Citizenship") && currentConstruction.name == "Worker") stats.production += 25f ``` as I thought it should boost training of Workers. I also attach #423 contents of with a similar unclarity of Legalism.
This commit is contained in:
parent
cecce008b1
commit
a6c20984f2
@ -12,7 +12,7 @@
|
||||
},
|
||||
{
|
||||
name:"Legalism",
|
||||
description:"Free culture building in your first 4 cities",
|
||||
description:"Immediately creates a cheapest available cultural building in each of your first 4 cities for free",
|
||||
row:1,
|
||||
column:3
|
||||
},
|
||||
@ -49,13 +49,13 @@
|
||||
policies:[
|
||||
{
|
||||
name:"Collective Rule",
|
||||
description:"Training of settlers increased +50% in capital, receive a new settler near capital",
|
||||
description:"Training of settlers increased +50% in capital, receive a new settler near the capital",
|
||||
row:1,
|
||||
column:1
|
||||
},
|
||||
{
|
||||
name:"Citizenship",
|
||||
description:"+25% construction rate of workers, receive free worker near the capital",
|
||||
description:"Tile improvement speed +25%, receive a free worker near the capital",
|
||||
row:1,
|
||||
column:4
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user