mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
Added a simplified version of great prophets, implemented a basic city religion UI (#4356)
* Add a very simple display for the religion in a city * Added missing credits for shrine * Added Great Prophet unit * Great prophets can now be generated using faith * Great Prophets can now construct holy sites * Great Prophets can now spread their religion to friendly cities * Holy site can only be constructed if the great prophet hasn't spread religion yet * Added missing translation string * Fixed more translation problems * Implemented requested changes
This commit is contained in:
@ -189,6 +189,11 @@
|
||||
"gold": 4,
|
||||
"uniques": ["Great Improvement", "[+1 Gold] once [Economics] is discovered"]
|
||||
},
|
||||
{
|
||||
"name": "Holy site",
|
||||
"faith": 6,
|
||||
"uniques": ["Great Improvement"]
|
||||
},
|
||||
{
|
||||
"name": "Citadel",
|
||||
"uniques": ["Gives a defensive bonus of [100]%", "Deal 30 damage to adjacent enemy units", "Great Improvement", "Can be built just outside your borders"],
|
||||
|
@ -1472,6 +1472,12 @@
|
||||
"uniques": ["Can speed up construction of a wonder", "Can construct [Manufactory]", "Great Person - [Production]", "Unbuildable"],
|
||||
"movement": 2
|
||||
},
|
||||
{
|
||||
"name": "Great Prophet",
|
||||
"unitType": "Civilian",
|
||||
"uniques": ["Can construct [Holy site] if it hasn't spread religion yet", "Can spread religion [4] times","Great Person - [Faith]", "Unbuildable"],
|
||||
"movement": 2
|
||||
},
|
||||
{
|
||||
"name": "Great General",
|
||||
"unitType": "Civilian",
|
||||
|
@ -714,6 +714,8 @@ Hurry Research = Versnel Onderzoek
|
||||
Conduct Trade Mission = Voer handelsmissie uit
|
||||
Your trade mission to [civName] has earned you [goldAmount] gold and [influenceAmount] influence! = Jouw handelsmissie naar [civName] heeft je [goldAmount] goud en [influenceAmount] invloed opgeleverd!
|
||||
Hurry Wonder = Versnel Wonder
|
||||
Spread Religion = Verkondig Religie
|
||||
Spread [religionName] = Verkondig [religionName]
|
||||
Your citizens have been happy with your rule for so long that the empire enters a Golden Age! = Jouw dorpelingen zijn voor zo een lange tijd blij met jouw leiderschap dat jouw rijk de Gulden Eeuw binnen gaat.
|
||||
You have entered the [newEra]! = Jij bent in het/de [newEra] aangekomen!
|
||||
[civName] has entered the [eraName]! = [civName] is aangekomen in de [eraName]!
|
||||
|
@ -674,6 +674,8 @@ Hurry Research =
|
||||
Conduct Trade Mission =
|
||||
Your trade mission to [civName] has earned you [goldAmount] gold and [influenceAmount] influence! =
|
||||
Hurry Wonder =
|
||||
Spread Religion =
|
||||
Spread [religionName] =
|
||||
Your citizens have been happy with your rule for so long that the empire enters a Golden Age! =
|
||||
You have entered the [newEra]! =
|
||||
[civName] has entered the [eraName]! =
|
||||
|
Reference in New Issue
Block a user