Skip to content

Commit

Permalink
Update Units.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaba583 authored Sep 7, 2024
1 parent f562849 commit 397735d
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions jsons/Units.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[
{
"name": "Composite Bowmam",
"unitType": "Archery",
"uniqueTo": "Варвары",
"replaces": "Composite Bowmam",
"movement": 3,
"strength": 6,
"rangedStrength": 10,
"range": 2,
"cost": 65,
"requiredTech": "Construction",
"obsoleteTech": "Machinery",
"attackSound": "arrow"
}
{
"name": "Composite Bowman",
"unitType": "Archery",
"replaces": "Composite Bowman",
"movement": 3,
"strength": 6,
"rangedStrength": 10,
"cost": 65,
"requiredTech": "Construction",
"obsoleteTech": "Machinery",
"upgradesTo": "Crossbowman",
"attackSound": "arrow"
}
]

0 comments on commit 397735d

Please sign in to comment.