diff --git a/jsons/Units.json b/jsons/Units.json index 13d95aca..8a76b981 100644 --- a/jsons/Units.json +++ b/jsons/Units.json @@ -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"], @@ -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]", @@ -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]", @@ -2647,4 +2650,4 @@ "uniques": ["Spaceship part", "Cannot be purchased", "Only available ", "Uncapturable", "Can be added to [The Spaceship] in the Capital", "Limited to [1] per Civilization"] // costs 1500 in BNW } -] \ No newline at end of file +]