Fix incorrect Archer obsolete (#5947)

* Fix incorrect Archer obsolete

* Sorry, from previous

* Bring back

* Fix other "Archer" forK
This commit is contained in:
AdityaMH
2022-01-11 22:04:19 +07:00
committed by GitHub
parent d809f3a132
commit 7a83f5091a
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[
// Info according to Civilization Wiki and https://www.civfanatics.com/civ5/info/units/
// Info according to Civilization Wiki and https://www.civfanatics.com/civ5/info/units/gods-and-kings/
/* Ancient Era */
{
@ -103,7 +103,7 @@
"rangedStrength": 9,
"cost": 40,
"requiredTech": "Archery",
"obsoleteTech": "Machinery",
"obsoleteTech": "Construction",
"replaces": "Archer",
"uniqueTo": "Babylon",
"upgradesTo": "Composite Bowman",
@ -119,7 +119,7 @@
"rangedStrength": 7,
"cost": 40,
"requiredTech": "Archery",
"obsoleteTech": "Machinery",
"obsoleteTech": "Construction",
"upgradesTo": "Composite Bowman",
"promotions": ["Slinger Withdraw"],
"attackSound": "arrow"
@ -132,7 +132,7 @@
"rangedStrength": 7,
"cost": 36,
"requiredTech": "Agriculture",
"obsoleteTech": "Machinery",
"obsoleteTech": "Construction",
"replaces": "Archer",
"uniqueTo": "The Maya",
"upgradesTo": "Composite Bowman",
@ -148,7 +148,7 @@
"rangedStrength": 7,
"cost": 40,
"requiredTech": "Archery",
"obsoleteTech": "Machinery",
"obsoleteTech": "Construction",
"upgradesTo": "Crossbowman",
"attackSound": "arrow"
},

View File

@ -91,7 +91,7 @@
"rangedStrength": 7,
"cost": 40,
"requiredTech": "Archery",
"obsoleteTech": "Construction",
"obsoleteTech": "Machinery",
"upgradesTo": "Crossbowman",
"attackSound": "arrow"
},