Skip to content

Commit

Permalink
Update Units.json
Browse files Browse the repository at this point in the history
Fix unit types
  • Loading branch information
yairm210 authored Jul 14, 2024
1 parent 9d66857 commit f0e72a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "Warrior",
"unitType": "Melee",
"unitType": "Sword",
"movement": 2,
"cost": 15,
"strength": 8,
Expand Down Expand Up @@ -60,7 +60,7 @@
},
{
"name": "Spearman",
"unitType": "Melee",
"unitType": "Sword",
"movement": 2,
"strength": 11,
"cost": 35,
Expand All @@ -83,7 +83,7 @@
},
{
"name": "Archer",
"unitType": "Ranged",
"unitType": "Archery",
"movement": 2,
"strength": 5,
"rangedStrength": 7,
Expand All @@ -96,7 +96,7 @@
},
{
"name": "Horse Archer",
"unitType": "Ranged",
"unitType": "Archery",
"movement": 4,
"strength": 6,
"rangedStrength": 10,
Expand All @@ -109,7 +109,7 @@
},
{
"name": "Axeman",
"unitType": "Melee",
"unitType": "Sword",
"movement": 2,
"strength": 11,
"cost": 35,
Expand All @@ -132,7 +132,7 @@
},
{
"name": "Swordsman",
"unitType": "Melee",
"unitType": "Sword",
"movement": 2,
"strength": 14,
"cost": 40,
Expand Down Expand Up @@ -170,7 +170,7 @@
},
{
"name": "Crossbowman",
"unitType": "Ranged",
"unitType": "Archery",
"movement": 2,
"strength": 13,
"rangedStrength": 18,
Expand All @@ -184,7 +184,7 @@
},
{
"name": "Pikeman",
"unitType": "Melee",
"unitType": "Sword",
"movement": 2,
"strength": 16,
"cost": 60,
Expand All @@ -211,7 +211,7 @@
},
{
"name": "Longbowman",
"unitType": "Ranged",
"unitType": "Archery",
"range": 2,
"movement": 2,
"strength": 13,
Expand All @@ -225,7 +225,7 @@
},
{
"name": "Maceman",
"unitType": "Melee",
"unitType": "Sword",
"movement": 2,
"strength": 18,
"cost": 70,
Expand Down

0 comments on commit f0e72a5

Please sign in to comment.