mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 15:59:33 +07:00
Step 2 - started POC breakdown of policy effects to constituent uniques
This will allow mix&matching of policy effects, AND allow them to be used as building uniques as well!
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
{
|
||||
"name": "Tradition",
|
||||
"era": "Ancient era",
|
||||
"effect": "+3 culture in capital and increased rate of border expansion",
|
||||
"uniques": ["+3 culture in capital", "Increased rate of border expansion"],
|
||||
"policies": [
|
||||
{
|
||||
"name": "Aristocracy",
|
||||
"effect": "+15% production when constructing wonders, +1 happiness for every 10 citizens in a city",
|
||||
"uniques": ["+15% production when constructing wonders", "+1 happiness for every 10 citizens in a city"],
|
||||
"row": 1,
|
||||
"column": 1
|
||||
},
|
||||
|
Reference in New Issue
Block a user