mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
Can now handle multiple civ-wide uniques of the same type!
This commit is contained in:
@ -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"],
|
||||
}
|
||||
]
|
||||
},{
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user