generated from yairm210/Unciv-mod-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
|