From 7591d7f2c6b4b240286c152ed7ac440bc8c90414 Mon Sep 17 00:00:00 2001 From: proteus-anguinus Date: Wed, 25 Mar 2020 21:25:30 +0100 Subject: [PATCH] Add unit ability 'withdraw before melee' to Caravel and Destroyer (#2256) --- android/assets/jsons/Units.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/assets/jsons/Units.json b/android/assets/jsons/Units.json index 75c9e0a12b..1dee9e856d 100644 --- a/android/assets/jsons/Units.json +++ b/android/assets/jsons/Units.json @@ -145,7 +145,7 @@ "strength": 10, "cost": 45, "requiredTech": "Sailing", - "uniques": ["Cannot enter ocean tiles"], + "uniques": ["Cannot enter ocean tiles",], "upgradesTo": "Caravel", "obsoleteTech": "Astronomy", "hurryCostModifier": 20, @@ -661,7 +661,7 @@ "requiredTech": "Astronomy", "upgradesTo": "Ironclad", "obsoleteTech": "Combustion", - "uniques": ["+1 Visibility Range"], + "uniques": ["+1 Visibility Range","May withdraw before melee"], "hurryCostModifier": 20 }, { @@ -1074,7 +1074,7 @@ "interceptRange": 2, "cost": 375, "requiredTech": "Combustion", - "uniques": ["Can attack submarines","[40]% chance to intercept air attacks"], // todo: add bonus vs submarines + "uniques": ["Can attack submarines","[40]% chance to intercept air attacks","May withdraw before melee"], // todo: add bonus vs submarines "hurryCostModifier": 20 }, {