From ee6f472ba62e6072c524d687d1164b544d0eb7a7 Mon Sep 17 00:00:00 2001 From: SeventhM <127357473+SeventhM@users.noreply.github.com> Date: Sat, 1 Jul 2023 18:00:08 -0700 Subject: [PATCH] Fix madagascar uu cost --- jsons/Units.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +]