mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 15:29:32 +07:00
Generalize production-to-stat conversion uniques (#7342)
* Generalize production to stat conversion enabling uniques * Remove unnecessary code * Rename class * Update sound
This commit is contained in:

committed by
GitHub

parent
1649b236bb
commit
9477b319bc
@ -197,7 +197,7 @@
|
||||
"name": "Guilds",
|
||||
"row": 7,
|
||||
"prerequisites": ["Currency"],
|
||||
"uniques": ["Enables conversion of city production to gold"],
|
||||
"uniques": ["Enables conversion of city production to [Gold]"],
|
||||
"quote": "'The merchants and the traders have come; their profits are pre-ordained...' - Sri Guru Granth Sahib"
|
||||
},
|
||||
{
|
||||
@ -226,7 +226,7 @@
|
||||
"name": "Education",
|
||||
"row": 3,
|
||||
"prerequisites": ["Theology","Civil Service"],
|
||||
"uniques": ["Enables conversion of city production to science","Enables Research agreements"],
|
||||
"uniques": ["Enables conversion of city production to [Science]","Enables Research agreements"],
|
||||
"quote": "'Education is the best provision for old age.' - Aristotle"
|
||||
},
|
||||
{
|
||||
|
@ -170,7 +170,7 @@
|
||||
"name": "Currency",
|
||||
"row": 7,
|
||||
"prerequisites": ["Mathematics"],
|
||||
"uniques": ["Enables conversion of city production to gold"],
|
||||
"uniques": ["Enables conversion of city production to [Gold]"],
|
||||
"quote": "'Better is bread with a happy heart than wealth with vexation.' - Amenemope"
|
||||
},
|
||||
{
|
||||
@ -206,7 +206,7 @@
|
||||
"name": "Education",
|
||||
"row": 3,
|
||||
"prerequisites": ["Theology","Civil Service"],
|
||||
"uniques": ["Enables conversion of city production to science"],
|
||||
"uniques": ["Enables conversion of city production to [Science]"],
|
||||
"quote": "'Education is the best provision for old age.' - Aristotle"
|
||||
},
|
||||
{
|
||||
|
@ -1023,6 +1023,8 @@ Current points =
|
||||
Points per turn =
|
||||
Convert production to gold at a rate of 4 to 1 =
|
||||
Convert production to science at a rate of [rate] to 1 =
|
||||
Convert production to [stat] at a rate of [rate] to 1 =
|
||||
Production to [stat] conversion in cities changed by [relativeAmount]% =
|
||||
The city will not produce anything. =
|
||||
Worked by [cityName] =
|
||||
Lock =
|
||||
|
Reference in New Issue
Block a user