From 7d8e3f76c3b010d8b7deffa009cb18fd10f89d15 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 19 Jul 2019 15:24:44 +0300 Subject: [PATCH] Destroyers now have a chance to intercept air attacks --- android/assets/jsons/Units.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/assets/jsons/Units.json b/android/assets/jsons/Units.json index 3be65cf8ce..7906d9db91 100644 --- a/android/assets/jsons/Units.json +++ b/android/assets/jsons/Units.json @@ -992,9 +992,10 @@ unitType:"WaterMelee", movement:6, strength:55, + interceptRange:2, cost: 375, requiredTech:"Combustion", - uniques:["Can attack submarines"], // todo: add interception and bonus vs submarines once we have air and submarine units + uniques:["Can attack submarines","[40]% chance to intercept air attacks"], // todo: add bonus vs submarines hurryCostModifier:20 }, {