Fixed a few incorrect upgrades (#5268)

This commit is contained in:
Xander Lenstra 2021-09-19 16:56:53 +02:00 committed by GitHub
parent cb4feb29ed
commit 6416f397ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@
"obsoleteTech": "Machinery", "obsoleteTech": "Machinery",
"replaces": "Archer", "replaces": "Archer",
"uniqueTo": "Babylon", "uniqueTo": "Babylon",
"upgradesTo": "Crossbowman", "upgradesTo": "Composite Bowman",
"attackSound": "arrow" "attackSound": "arrow"
}, },
{ {
@ -120,7 +120,7 @@
"cost": 40, "cost": 40,
"requiredTech": "Archery", "requiredTech": "Archery",
"obsoleteTech": "Machinery", "obsoleteTech": "Machinery",
"upgradesTo": "Crossbowman", "upgradesTo": "Composite Bowman",
"promotions": ["Slinger Withdraw"], "promotions": ["Slinger Withdraw"],
"attackSound": "arrow" "attackSound": "arrow"
}, },
@ -490,14 +490,14 @@
{ {
"name": "Landsknecht", "name": "Landsknecht",
"unitType": "Sword", "unitType": "Sword",
"replaces": "Lancer", "replaces": "Pikeman",
"uniqueTo": "Germany", "uniqueTo": "Germany",
"movement": 2, "movement": 2,
"strength": 16, "strength": 16,
"cost": 45, "cost": 45,
"requiredTech": "Civil Service", "requiredTech": "Civil Service",
"uniques": ["+[50]% Strength vs [Mounted]", "Can move immediately once bought" ], "uniques": ["+[50]% Strength vs [Mounted]", "Can move immediately once bought" ],
"upgradesTo": "Musketman", "upgradesTo": "Lancer",
"obsoleteTech": "Gunpowder", "obsoleteTech": "Gunpowder",
"attackSound": "metalhit" "attackSound": "metalhit"
//"Requires [Mercenary Army]" in BNW //"Requires [Mercenary Army]" in BNW