mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Some religion stuff (#10242)
* Enable HiddenWithoutReligion to work directly on a Tutorial * Remove religious units from Vanilla * Fix limited uses of Missionary and Prophet
This commit is contained in:
@ -1289,21 +1289,6 @@
|
||||
"Great Person - [Production]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
{
|
||||
"name": "Great Prophet",
|
||||
"unitType": "Civilian",
|
||||
"uniques": [
|
||||
"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 <by consuming this unit> <if it hasn't used other actions yet>",
|
||||
"May enhance a religion <by consuming this unit> <if it hasn't used other actions yet>",
|
||||
"May enter foreign tiles without open borders", "[-1] Sight", "Great Person - [Faith]",
|
||||
"Unbuildable", "Religious Unit", "Hidden when religion is disabled",
|
||||
"Takes your religion over the one in their birth city"],
|
||||
"movement": 2,
|
||||
"religiousStrength": 1000
|
||||
},
|
||||
{
|
||||
"name": "Great General",
|
||||
"unitType": "Civilian",
|
||||
@ -1328,30 +1313,6 @@
|
||||
"movement": 5
|
||||
},
|
||||
|
||||
/* Religious units */
|
||||
|
||||
{
|
||||
"name": "Missionary",
|
||||
"unitType": "Civilian",
|
||||
"uniques": [
|
||||
"Can Spread Religion <[2] times>",
|
||||
"May enter foreign tiles without open borders, but loses [250] religious strength each turn it ends there",
|
||||
"Can be purchased with [Faith] [in all cities in which the majority religion is a major religion]",
|
||||
"[-1] Sight", "Unbuildable", "Religious Unit", "Hidden when religion is disabled"],
|
||||
"movement": 4,
|
||||
"religiousStrength": 1000
|
||||
},
|
||||
{
|
||||
"name": "Inquisitor",
|
||||
"unitType": "Civilian",
|
||||
"uniques": ["Prevents spreading of religion to the city it is next to",
|
||||
"Can remove other religions from cities <in [Friendly] tiles> <once> <after which this unit is consumed>",
|
||||
"Can be purchased with [Faith] [in all cities in which the majority religion is an enhanced religion]",
|
||||
"[+1] Sight", "Hidden when religion is disabled", "Unbuildable", "Religious Unit"
|
||||
],
|
||||
"movement": 3
|
||||
}
|
||||
|
||||
/* Spaceship Parts */
|
||||
// Must be transported to the Capital for launch.
|
||||
// Can be destroyed by any hostile military unit walking in their tile.
|
||||
|
Reference in New Issue
Block a user