From 00f66a785f4bed4ddbd3cbaed8aef33e38a0640f Mon Sep 17 00:00:00 2001 From: Smashfanful <41149920+Smashfanful@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:43:00 +0200 Subject: [PATCH] Nubian Pitati Archer and Australian Digger --- android/assets/jsons/Units.json | 68 ++++++++++++++++++++++++--------- 1 file changed, 50 insertions(+), 18 deletions(-) diff --git a/android/assets/jsons/Units.json b/android/assets/jsons/Units.json index b67d3e9083..702cdbdc85 100644 --- a/android/assets/jsons/Units.json +++ b/android/assets/jsons/Units.json @@ -130,6 +130,22 @@ attackSound:"arrow" //Incan unique unit }, + { + //Nubian Unique Unit, stronger and faster than Archer + name:"Pitati Archer", + unitType:"Ranged", + replaces:"Archer", + uniqueTo:"Nubia", + movement:3, + strength:6, + rangedStrength:9, + cost: 50, + hurryCostModifier:20, + requiredTech:"Archery", + obsoleteTech:"Machinery",//Should be Construction + upgradesTo:"Crossbowman",//Should be Composite Bowman + attackSound:"arrow" + }, */ { name:"Work Boats", @@ -834,6 +850,23 @@ hurryCostModifier:20, attackSound:"shot" }, + /* + { + name:"Norvegian Ski Infantry", + unitType:"Melee", + replaces:"Rifleman", + uniqueTo:"Denmark", + movement:2, + strength:34, + cost: 225, + requiredTech:"Rifling", + obsoleteTech:"Replaceable Parts", + upgradesTo:"Great War Infantry", + uniques:["Bonus in Snow, Tundra and Hills"], + hurryCostModifier:20, + attackSound:"shot" + }, + */ { name:"Triplane", unitType:"Fighter", @@ -866,24 +899,6 @@ hurryCostModifier:20, attackSound:"shot" }, - - /* - { - name:"Norvegian Ski Infantry", - unitType:"Melee", - replaces:"Rifleman", - uniqueTo:"Denmark", - movement:2, - strength:34, - cost: 225, - requiredTech:"Rifling", - obsoleteTech:"Replaceable Parts", - upgradesTo:"Great War Infantry", - uniques:["Bonus in Snow, Tundra and Hills"], - hurryCostModifier:20, - attackSound:"shot" - }, - */ { name:"Cavalry", unitType:"Mounted", @@ -1089,6 +1104,23 @@ hurryCostModifier:20, attackSound:"shot" }, + /* + { + name:"Digger", + unitType:"Melee", + replaces:"Infantry", + uniqueTo:"Australia", + movement:2, + strength:72, + cost: 375, + requiredTech:"Plastics", + upgradesTo:"Mechanized Infantry", + obsoleteTech:"Mobile Tactics", + uniques:["+20% Strenght on Coast tiles","+10% Strenght outside Australian territory"], + hurryCostModifier:20, + attackSound:"shot" + }, + */ { name:"Machine Gun", unitType:"Ranged",