mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Update Units.json
Added Composite Bowman
This commit is contained in:
parent
b7f7bb3b2e
commit
af295f4fab
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user