mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
Destroy Arsenal when city is captured (#6031)
* Destroy Arsenal when city is captured * Destroy Arsenal when city is captured
This commit is contained in:
@ -824,7 +824,8 @@
|
|||||||
"cityHealth": 25,
|
"cityHealth": 25,
|
||||||
"hurryCostModifier": 25,
|
"hurryCostModifier": 25,
|
||||||
"requiredBuilding": "Castle",
|
"requiredBuilding": "Castle",
|
||||||
"requiredTech": "Metallurgy"
|
"requiredTech": "Metallurgy",
|
||||||
|
"uniques": ["Destroyed when the city is captured"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Kremlin",
|
"name": "Kremlin",
|
||||||
|
@ -777,7 +777,8 @@
|
|||||||
"cityHealth": 25,
|
"cityHealth": 25,
|
||||||
"hurryCostModifier": 25,
|
"hurryCostModifier": 25,
|
||||||
"requiredBuilding": "Castle",
|
"requiredBuilding": "Castle",
|
||||||
"requiredTech": "Rifling"
|
"requiredTech": "Rifling",
|
||||||
|
"uniques": ["Destroyed when the city is captured"]
|
||||||
},
|
},
|
||||||
// Column 10
|
// Column 10
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user