Resolved #1804 - Renamed "Siege" promotion to "Besiege". Closes #2458

This commit is contained in:
Yair Morgenstern
2021-02-23 20:07:49 +02:00
parent c9a96358da
commit ccae026df2
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@
"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",
"terrainsCanBeFoundOn": ["Grassland","Plains","Desert","Hill"],
"gold": 2,

View File

@ -105,7 +105,7 @@
"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"],
"effect": "Bonus vs City 50%",
"unitTypes": ["Melee"]