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 9, 2024
1 parent c31dbf0 commit def05f1
Showing 1 changed file with 1 addition and 129 deletions.
130 changes: 1 addition & 129 deletions jsons/Units.json
Original file line number Diff line number Diff line change
@@ -1,129 +1 @@
[
{
"name": "Skirmisher",
"uniqueTo": "Варвары",
"unitType": "Archery",
"replaces": "Composite Bowman",
"movement": 3,
"strength": 6,
"rangedStrength": 10,
"cost": 65,
"requiredTech": "Construction",
"obsoleteTech": "Machinery",
"upgradesTo": "Crossbowman",
"attackSound": "arrow"
},
{
"name": "Marauder",
"replaces": "Spearman",
"uniqueTo": "Варвары",
"unitType": "Sword",
"movement": 3,
"strength": 10,
"cost": 46,
"requiredTech": "Bronze Working",
"obsoleteTech": "Civil Service",
"upgradesTo": "Pikeman",
"uniques": ["[+50]% Strength <vs [Mounted] units>"],
"attackSound": "metalhit"
},
{
"name": "Brute",
"unitType": "Sword",
"uniqueTo": "Варвары",
"movement": 3,
"strength": 9,
"cost": 45,
"obsoleteTech": "Iron Working",
"upgradesTo": "Swordsman",
"attackSound": "nonmetalhit"
},
{
"name": "Swordsman",
"unitType": "Sword",
"replaces": "Swordsman",
"uniqueTo": "Варвары",
"movement": 3,
"strength": 13,
"cost": 65,
"requiredTech": "Iron Working",
"upgradesTo": "Longswordsman",
"obsoleteTech": "Steel",
"requiredResource": "Iron",
"hurryCostModifier": 20,
"attackSound": "metalhit"
},
{
"name": "Rider",
"unitType": "Mounted",
"replaces": "Knight",
"uniqueTo": "Варвары",
"movement": 5,
"strength": 17,
"cost": 125,
"requiredTech": "Chivalry",
"obsoleteTech": "Military Science",
"upgradesTo": "Cavalry",
"requiredResource": "Horses",
"uniques": [
"Can move after attacking",
"No defensive terrain bonus",
"[-33]% Strength <vs cities> <when attacking>"],
"attackSound": "horse"
},
{
"name": " Pikeman",
"unitType": "Sword",
"replaces": "Pikeman",
"uniqueTo": "Варвары",
"movement": 3,
"strength": 15,
"cost": 80,
"requiredTech": "Civil Service",
"uniques": ["[+50]% Strength <vs [Mounted] units>"],
"upgradesTo": "Lancer",
"obsoleteTech": "Metallurgy",
"attackSound": "metalhit"
},
{
"name": "Crossbow",
"unitType": "Archery",
"replaces": "Crossbowman",
"uniqueTo": "Варвары",
"movement": 3,
"strength": 12,
"rangedStrength": 17,
"cost": 110,
"requiredTech": "Machinery",
"upgradesTo": "Gatling Gun",
"obsoleteTech": "Industrialization",
"attackSound": "crossbow"
},
{
"name": "Longswordsman",
"unitType": "Sword",
"replaces": "Longswordsman",
"uniqueTo": "Варвары",
"movement": 3,
"strength": 19,
"cost": 115,
"requiredTech": "Steel",
"upgradesTo": "Musketman",
"obsoleteTech": "Gunpowder",
"requiredResource": "Iron",
"attackSound": "metalhit"
},
{
"name": "Pirate",
"unitType": "Gunpowder",
"uniqueTo": "Варвары",
"replaces": "Musketman",
"movement": 3,
"strength": 23,
"cost": 145,
"requiredTech": "Gunpowder",
"upgradesTo": "Rifleman",
"obsoleteTech": "Rifling",
"attackSound": "shot"
}
]

0 comments on commit def05f1

Please sign in to comment.