mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Fixed spearman not being to be able to upgrade to anything after Gunpowder and before Metallurgy
This commit is contained in:
@ -407,7 +407,7 @@
|
||||
"requiredTech": "Civil Service",
|
||||
"uniques": ["[+50]% Strength <vs [Mounted] units>"],
|
||||
"upgradesTo": "Lancer",
|
||||
"obsoleteTech": "Gunpowder",
|
||||
"obsoleteTech": "Metallurgy",
|
||||
"attackSound": "metalhit"
|
||||
},
|
||||
{
|
||||
@ -421,7 +421,7 @@
|
||||
"requiredTech": "Civil Service",
|
||||
"uniques": ["[+50]% Strength <vs [Mounted] units>", "Can move immediately once bought" ],
|
||||
"upgradesTo": "Lancer",
|
||||
"obsoleteTech": "Gunpowder",
|
||||
"obsoleteTech": "Metallurgy",
|
||||
"attackSound": "metalhit"
|
||||
//"Requires [Mercenary Army]" in BNW
|
||||
},
|
||||
@ -921,7 +921,7 @@
|
||||
"cost": 320,
|
||||
"requiredTech": "Rifling",
|
||||
"upgradesTo": "Infantry",
|
||||
"obsoleteTech": "Plastics",
|
||||
"obsoleteTech": "Replaceable Parts",
|
||||
"uniques": ["[+20]% Strength <when fighting in [Foreign Land] tiles>"],
|
||||
"attackSound": "shot"
|
||||
},
|
||||
|
Reference in New Issue
Block a user