mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Typified some building uniques (#6017)
* Typified some building uniques I noticed that the code allows "[stats] from every [buildingFilter]" but the UniqueType was limited to "[stats] from every [buildingName]", so now that that's available we don't actually need the "[stats] from every Wonder" unique :) * buildings-only unique moved to buildings section
This commit is contained in:
@ -138,7 +138,7 @@
|
||||
{
|
||||
"name": "Divine inspiration",
|
||||
"type": "Follower",
|
||||
"uniques": ["[+2 Faith] from every Wonder"]
|
||||
"uniques": ["[+2 Faith] from every [Wonder]"]
|
||||
},
|
||||
{
|
||||
"name": "Feed the World",
|
||||
|
@ -327,7 +327,7 @@
|
||||
"policies": [
|
||||
{
|
||||
"name": "Constitution",
|
||||
"uniques": ["[+2 Culture] from every Wonder"],
|
||||
"uniques": ["[+2 Culture] from every [Wonder]"],
|
||||
"row": 1,
|
||||
"column": 1
|
||||
},
|
||||
|
@ -323,7 +323,7 @@
|
||||
"policies": [
|
||||
{
|
||||
"name": "Constitution",
|
||||
"uniques": ["[+2 Culture] from every Wonder"],
|
||||
"uniques": ["[+2 Culture] from every [Wonder]"],
|
||||
"row": 1,
|
||||
"column": 1
|
||||
},
|
||||
|
Reference in New Issue
Block a user