Unit 'unbuildable' parameter converted to unique

This commit is contained in:
Yair Morgenstern
2020-07-20 23:36:54 +03:00
parent 22e5f30b64
commit aa2f9726ac
2 changed files with 11 additions and 17 deletions

View File

@ -1289,46 +1289,42 @@
{
"name": "Great Artist",
"unbuildable": true,
"unitType": "Civilian",
"uniques": ["Can start an 8-turn golden age","Can build improvement: Landmark"],
"uniques": ["Can start an 8-turn golden age","Can build improvement: Landmark", "Unbuildable"],
"movement": 2
},
{
"name": "Great Scientist",
"unbuildable": true,
"unitType": "Civilian",
"uniques": ["Can hurry technology research","Can build improvement: Academy"],
"uniques": ["Can hurry technology research","Can build improvement: Academy", "Unbuildable"],
"movement": 2
},
{
"name": "Great Merchant",
"unbuildable": true,
"unitType": "Civilian",
"uniques": ["Can undertake a trade mission with City-State, giving a large sum of gold and [30] Influence","Can build improvement: Customs house"],
"uniques": ["Can undertake a trade mission with City-State, giving a large sum of gold and [30] Influence",
"Can build improvement: Customs house", "Unbuildable"],
"movement": 2
},
{
"name": "Great Engineer",
"unbuildable": true,
"unitType": "Civilian",
"uniques": ["Can speed up construction of a wonder","Can build improvement: Manufactory"],
"uniques": ["Can speed up construction of a wonder","Can build improvement: Manufactory", "Unbuildable"],
"movement": 2
},
{
"name": "Great General",
"unbuildable": true,
"unitType": "Civilian",
"uniques": ["Can start an 8-turn golden age","Bonus for units in 2 tile radius 15%", "Can build improvement: Citadel"],
"uniques": ["Can start an 8-turn golden age","Bonus for units in 2 tile radius 15%", "Can build improvement: Citadel", "Unbuildable"],
"movement": 2
},
{
"name": "Khan",
"unbuildable": true,
"unitType": "Civilian",
"uniqueTo": "Mongolia",
"replaces": "Great General",
"uniques": ["Can start an 8-turn golden age","Bonus for units in 2 tile radius 15%", "Heal adjacent units for an additional 15 HP per turn", "Can build improvement: Citadel"],
"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"],
"movement": 5
}
]