mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-18 19:59:47 +07:00
Fix missing siege unit resources needs for vanilla (#5925)
* Fix missing siege unit resources needs for vanilla * Fix unique siege unit who no resources needs
This commit is contained in:
@ -310,6 +310,7 @@
|
||||
"rangedStrength": 8,
|
||||
"cost": 75,
|
||||
"requiredTech": "Mathematics",
|
||||
"requiredResource": "Iron",
|
||||
"obsoleteTech": "Physics",
|
||||
"upgradesTo": "Trebuchet",
|
||||
"uniques": ["[+200]% Strength <vs cities> <when attacking>", "No defensive terrain bonus",
|
||||
@ -326,6 +327,7 @@
|
||||
"strength": 8,
|
||||
"rangedStrength": 10,
|
||||
"cost": 75,
|
||||
"requiredResource": "Iron",
|
||||
"requiredTech": "Mathematics",
|
||||
"obsoleteTech": "Physics",
|
||||
"upgradesTo": "Trebuchet",
|
||||
@ -569,6 +571,7 @@
|
||||
"rangedStrength": 14,
|
||||
"cost": 120,
|
||||
"requiredTech": "Physics",
|
||||
"requiredResource": "Iron",
|
||||
"obsoleteTech": "Chemistry",
|
||||
"upgradesTo": "Cannon",
|
||||
"uniques": ["[+200]% Strength <vs cities> <when attacking>","No defensive terrain bonus","Must set up to ranged attack","[-1] Sight","Never appears as a Barbarian unit"],
|
||||
|
Reference in New Issue
Block a user