mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +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:
@ -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",
|
||||
|
Reference in New Issue
Block a user