From af295f4fab2edff01ff686c6dc7a460d3a4505e2 Mon Sep 17 00:00:00 2001 From: Smashfanful <41149920+Smashfanful@users.noreply.github.com> Date: Thu, 20 Jun 2019 17:24:27 +0200 Subject: [PATCH] Update Units.json Added Composite Bowman --- android/assets/jsons/Units.json | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/android/assets/jsons/Units.json b/android/assets/jsons/Units.json index e618ec73eb..512e9e2a36 100644 --- a/android/assets/jsons/Units.json +++ b/android/assets/jsons/Units.json @@ -93,8 +93,8 @@ cost: 40, hurryCostModifier:20, requiredTech:"Archery", - obsoleteTech:"Machinery", - upgradesTo:"Crossbowman", + obsoleteTech:"Machinery",//Should be Construction + upgradesTo:"Crossbowman",//Should be Composite Bowman attackSound:"arrow" }, { @@ -279,13 +279,11 @@ attackSound:"throw" }, { - name:"Ballista", + name:"Composite Bowman", unitType:"Siege", - uniqueTo:"Rome", - replaces:"Catapult", movement:2, - strength:8, - rangedStrength:10, + strength:7, + rangedStrength:8, cost: 75, requiredTech:"Mathematics", obsoleteTech:"Physics", @@ -294,6 +292,21 @@ hurryCostModifier:20, attackSound:"throw" }, + /* + { + name:"Composite Bowman", + unitType:"Ranged", + movement:2, + strength:7, + rangedStrength:11, + cost: 75, + hurryCostModifier:20, + requiredTech:"Construction", + obsoleteTech:"Machinery", + upgradesTo:"Crossbowman", + attackSound:"arrow" + }, + */ { name:"Swordsman", unitType:"Melee",