mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 11:28:03 +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:
parent
fbd6d36ad3
commit
f483f0a345
@ -824,7 +824,8 @@
|
||||
"cityHealth": 25,
|
||||
"hurryCostModifier": 25,
|
||||
"requiredBuilding": "Castle",
|
||||
"requiredTech": "Metallurgy"
|
||||
"requiredTech": "Metallurgy",
|
||||
"uniques": ["Destroyed when the city is captured"]
|
||||
},
|
||||
{
|
||||
"name": "Kremlin",
|
||||
|
@ -777,7 +777,8 @@
|
||||
"cityHealth": 25,
|
||||
"hurryCostModifier": 25,
|
||||
"requiredBuilding": "Castle",
|
||||
"requiredTech": "Rifling"
|
||||
"requiredTech": "Rifling",
|
||||
"uniques": ["Destroyed when the city is captured"]
|
||||
},
|
||||
// Column 10
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user