Skip to content

Commit

Permalink
Fix madagascar uu cost
Browse files Browse the repository at this point in the history
  • Loading branch information
SeventhM committed Jul 2, 2023
1 parent ad2b932 commit ee6f472
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -2569,6 +2569,7 @@
{
"name": "Missionary",
"unitType": "Civilian",
"cost": 100,
"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"],
Expand All @@ -2578,6 +2579,7 @@
{
"name": "Inquisitor",
"unitType": "Civilian",
"cost": 100,
"uniques": ["Prevents spreading of religion to the city it is next to",
"Can [Remove Foreign religions from your own cities] [1] times",
"Can be purchased with [Faith] [in all cities in which the majority religion is an enhanced religion]",
Expand All @@ -2593,6 +2595,7 @@
"range": 1,
"strength": 8,
"rangedStrength": 14,
"cost": 100,
"uniques": ["Prevents spreading of religion to the city it is next to",
"Can [Remove Foreign religions from your own cities] [1] times",
"Can be purchased with [Faith] [in all cities in which the majority religion is an enhanced religion]",
Expand Down Expand Up @@ -2647,4 +2650,4 @@
"uniques": ["Spaceship part", "Cannot be purchased", "Only available <if [Apollo Program] is constructed>", "Uncapturable", "Can be added to [The Spaceship] in the Capital", "Limited to [1] per Civilization"]
// costs 1500 in BNW
}
]
]

0 comments on commit ee6f472

Please sign in to comment.