Can now handle multiple civ-wide uniques of the same type!

This commit is contained in:
Yair Morgenstern
2020-07-28 19:56:57 +03:00
parent f583c04d38
commit 97def95817
5 changed files with 18 additions and 11 deletions

View File

@ -139,6 +139,7 @@
{
"name": "Professional Army",
"effect": "Gold cost of upgrading military units reduced by 33%",
"uniques": ["Gold cost of upgrading military units reduced by 33%"],
"requires": ["Military Caste"],
"row": 3,
"column": 4
@ -146,6 +147,7 @@
{
"name": "Honor Complete",
"effect": "Gain gold for each unit killed"
"uniques": ["Gain gold for each unit killed"],
}
]
},{

View File

@ -1290,13 +1290,13 @@
{
"name": "Great Artist",
"unitType": "Civilian",
"uniques": ["Can start an 8-turn golden age","Can construct [Landmark]", "Unbuildable"],
"uniques": ["Can start an 8-turn golden age", "Can construct [Landmark]", "Unbuildable"],
"movement": 2
},
{
"name": "Great Scientist",
"unitType": "Civilian",
"uniques": ["Can hurry technology research","Can construct [Academy]", "Unbuildable"],
"uniques": ["Can hurry technology research", "Can construct [Academy]", "Unbuildable"],
"movement": 2
},
{
@ -1309,13 +1309,13 @@
{
"name": "Great Engineer",
"unitType": "Civilian",
"uniques": ["Can speed up construction of a wonder","Can construct [Manufactory]", "Unbuildable"],
"uniques": ["Can speed up construction of a wonder", "Can construct [Manufactory]", "Unbuildable"],
"movement": 2
},
{
"name": "Great General",
"unitType": "Civilian",
"uniques": ["Can start an 8-turn golden age","Bonus for units in 2 tile radius 15%", "Can construct [Citadel]", "Unbuildable"],
"uniques": ["Can start an 8-turn golden age", "Bonus for units in 2 tile radius 15%", "Can construct [Citadel]", "Unbuildable"],
"movement": 2
},
{
@ -1324,7 +1324,7 @@
"uniqueTo": "Mongolia",
"replaces": "Great General",
"uniques": ["Can start an 8-turn golden age","Bonus for units in 2 tile radius 15%", "Unbuildable",
"Heal adjacent units for an additional 15 HP per turn", "Can build improvement: Citadel"],
"Heal adjacent units for an additional 15 HP per turn", "Can construct [Citadel]"],
"movement": 5
}
]