mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Added much-needed "+[]% Production when constructing [] units" unique
This commit is contained in:
@ -106,7 +106,7 @@
|
||||
"isWonder": true,
|
||||
"cost": 185,
|
||||
"greatPersonPoints": {"production": 1},
|
||||
"uniques": ["+[10]% growth in all cities", "+[15]% Production when constructing [ranged units]"],
|
||||
"uniques": ["+[10]% growth in all cities", "+[15]% Production when constructing [Ranged] units"],
|
||||
"requiredTech": "Archery",
|
||||
"quote": "'It is not so much for its beauty that the forest makes a claim upon men's hearts, as for that subtle something, that quality of air, that emanation from old trees, that so wonderfully changes and renews a weary spirit.' - Robert Louis Stevenson"
|
||||
},
|
||||
|
@ -93,7 +93,7 @@
|
||||
"policies": [
|
||||
{
|
||||
"name": "Warrior Code",
|
||||
"uniques":["+[20]% Production when constructing [melee units]"],
|
||||
"uniques":["+[20]% Production when constructing [Melee] units"],
|
||||
"row": 1,
|
||||
"column": 2
|
||||
},
|
||||
@ -413,7 +413,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Total War",
|
||||
"uniques": ["+[15]% Production when constructing [military units]", "New [military] units start with [15] Experience"],
|
||||
"uniques": ["+[15]% Production when constructing [Military] units", "New [Military] units start with [15] Experience"],
|
||||
"requires": ["Police State","Fascism"],
|
||||
"row": 3,
|
||||
"column": 4
|
||||
|
Reference in New Issue
Block a user