mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
"by consuming this unit" is better
This commit is contained in:
@ -1259,7 +1259,7 @@
|
||||
"name": "Great Artist",
|
||||
"unitType": "Civilian",
|
||||
"uniques": ["Can start an [8]-turn golden age",
|
||||
"Can instantly construct a [Landmark] improvement <consuming this unit>",
|
||||
"Can instantly construct a [Landmark] improvement <by consuming this unit>",
|
||||
"Great Person - [Culture]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
@ -1267,7 +1267,7 @@
|
||||
"name": "Great Scientist",
|
||||
"unitType": "Civilian",
|
||||
"uniques": ["Can hurry technology research",
|
||||
"Can instantly construct a [Academy] improvement <consuming this unit>",
|
||||
"Can instantly construct a [Academy] improvement <by consuming this unit>",
|
||||
"Great Person - [Science]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
@ -1275,7 +1275,7 @@
|
||||
"name": "Great Merchant",
|
||||
"unitType": "Civilian",
|
||||
"uniques": ["Can undertake a trade mission with City-State, giving a large sum of gold and [30] Influence",
|
||||
"Can instantly construct a [Customs house] improvement <consuming this unit>",
|
||||
"Can instantly construct a [Customs house] improvement <by consuming this unit>",
|
||||
"Great Person - [Gold]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
@ -1283,7 +1283,7 @@
|
||||
"name": "Great Engineer",
|
||||
"unitType": "Civilian",
|
||||
"uniques": ["Can speed up construction of a building",
|
||||
"Can instantly construct a [Manufactory] improvement <consuming this unit>",
|
||||
"Can instantly construct a [Manufactory] improvement <by consuming this unit>",
|
||||
"Great Person - [Production]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
@ -1291,7 +1291,7 @@
|
||||
"name": "Great Prophet",
|
||||
"unitType": "Civilian",
|
||||
"uniques": [
|
||||
"Can instantly construct a [Holy site] improvement <consuming this unit> <if it hasn't used other actions yet>",
|
||||
"Can instantly construct a [Holy site] improvement <by consuming this unit> <if it hasn't used other actions yet>",
|
||||
"Can [Spread Religion] [4] times",
|
||||
"Removes other religions when spreading religion",
|
||||
"May found a religion",
|
||||
@ -1306,7 +1306,7 @@
|
||||
"name": "Great General",
|
||||
"unitType": "Civilian",
|
||||
"uniques": ["Can start an [8]-turn golden age", "[+15]% Strength bonus for [Military] units within [2] tiles",
|
||||
"Can instantly construct a [Citadel] improvement <consuming this unit>",
|
||||
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
|
||||
"Great Person - [War]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
@ -1317,7 +1317,7 @@
|
||||
"replaces": "Great General",
|
||||
"uniques": ["Can start an [8]-turn golden age", "[+15]% Strength bonus for [Military] units within [2] tiles",
|
||||
"All adjacent units heal [+15] HP when healing", "[+15] HP when healing",
|
||||
"Can instantly construct a [Citadel] improvement <consuming this unit>",
|
||||
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
|
||||
"Great Person - [War]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 5
|
||||
},
|
||||
|
Reference in New Issue
Block a user