mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
@ -157,7 +157,7 @@
|
|||||||
"improvementStats": {"gold": 1}
|
"improvementStats": {"gold": 1}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Gold Ore",
|
"name": "Gold Ore", // Not called "Gold" in order to not conflict with siege type units for translations
|
||||||
"resourceType": "Luxury",
|
"resourceType": "Luxury",
|
||||||
"terrainsCanBeFoundOn": ["Grassland","Plains","Desert","Hill"],
|
"terrainsCanBeFoundOn": ["Grassland","Plains","Desert","Hill"],
|
||||||
"gold": 2,
|
"gold": 2,
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
"unitTypes": ["Mounted","Armor"]
|
"unitTypes": ["Mounted","Armor"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Siege",
|
"name": "Besiege", // Not called "Siege" in order to not conflict with siege type units for translations
|
||||||
"prerequisites": ["Shock II","Drill II"],
|
"prerequisites": ["Shock II","Drill II"],
|
||||||
"effect": "Bonus vs City 50%",
|
"effect": "Bonus vs City 50%",
|
||||||
"unitTypes": ["Melee"]
|
"unitTypes": ["Melee"]
|
||||||
|
Reference in New Issue
Block a user