mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04: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:
parent
fbd6d36ad3
commit
f483f0a345
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user