mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Fix incorrect Archer obsolete (#5947)
* Fix incorrect Archer obsolete * Sorry, from previous * Bring back * Fix other "Archer" forK
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
@ -91,7 +91,7 @@
|
||||
"rangedStrength": 7,
|
||||
"cost": 40,
|
||||
"requiredTech": "Archery",
|
||||
"obsoleteTech": "Construction",
|
||||
"obsoleteTech": "Machinery",
|
||||
"upgradesTo": "Crossbowman",
|
||||
"attackSound": "arrow"
|
||||
},
|
||||
|
Reference in New Issue
Block a user