Update Units.json

Added Composite Bowman
This commit is contained in:
Smashfanful 2019-06-20 17:24:27 +02:00 committed by Yair Morgenstern
parent b7f7bb3b2e
commit af295f4fab

View File

@ -93,8 +93,8 @@
cost: 40, cost: 40,
hurryCostModifier:20, hurryCostModifier:20,
requiredTech:"Archery", requiredTech:"Archery",
obsoleteTech:"Machinery", obsoleteTech:"Machinery",//Should be Construction
upgradesTo:"Crossbowman", upgradesTo:"Crossbowman",//Should be Composite Bowman
attackSound:"arrow" attackSound:"arrow"
}, },
{ {
@ -279,13 +279,11 @@
attackSound:"throw" attackSound:"throw"
}, },
{ {
name:"Ballista", name:"Composite Bowman",
unitType:"Siege", unitType:"Siege",
uniqueTo:"Rome",
replaces:"Catapult",
movement:2, movement:2,
strength:8, strength:7,
rangedStrength:10, rangedStrength:8,
cost: 75, cost: 75,
requiredTech:"Mathematics", requiredTech:"Mathematics",
obsoleteTech:"Physics", obsoleteTech:"Physics",
@ -294,6 +292,21 @@
hurryCostModifier:20, hurryCostModifier:20,
attackSound:"throw" 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", name:"Swordsman",
unitType:"Melee", unitType:"Melee",