e4k-data 4.92.81 → 4.93.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/buildings.json +548 -228
- package/data/currencies.json +0 -28
- package/data/currencyBoosters.json +0 -10
- package/data/equipments.json +66 -0
- package/data/eventAutoScalingUnitPairings.json +320 -0
- package/data/gachaEvents.json +10 -10
- package/data/sceatSkillTiers.json +7 -0
- package/data/sceatSkills.json +45 -0
- package/data/titles.json +110 -110
- package/data/units.json +0 -344
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/worldmapskins.json +30 -0
- package/images/x768.json +1507 -250
- package/languages/da.json +40 -9
- package/languages/de.json +40 -9
- package/languages/el.json +40 -9
- package/languages/en.json +41 -10
- package/languages/es.json +40 -9
- package/languages/fi.json +40 -9
- package/languages/fr.json +40 -9
- package/languages/it.json +40 -9
- package/languages/ja.json +40 -9
- package/languages/ko.json +40 -9
- package/languages/nl.json +40 -9
- package/languages/no.json +40 -9
- package/languages/pl.json +41 -10
- package/languages/pt.json +40 -9
- package/languages/ru.json +40 -9
- package/languages/sv.json +40 -9
- package/languages/tr.json +40 -9
- package/languages/zh_CN.json +40 -9
- package/languages/zh_TW.json +40 -9
- package/package.json +1 -1
- package/typings/data.d.ts +0 -1
- package/typings/images.d.ts +71 -3
- package/typings/languages.d.ts +29 -1
package/data/buildings.json
CHANGED
|
@@ -1,150 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"building": [
|
|
3
|
-
{
|
|
4
|
-
"wodID": 900000,
|
|
5
|
-
"crossplayID": 900000,
|
|
6
|
-
"group": "Building",
|
|
7
|
-
"name": "Offer",
|
|
8
|
-
"type": "isoObject",
|
|
9
|
-
"kIDs": "",
|
|
10
|
-
"server": 0,
|
|
11
|
-
"block": 0,
|
|
12
|
-
"width": 8,
|
|
13
|
-
"height": 8,
|
|
14
|
-
"movable": 0,
|
|
15
|
-
"level": 1
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"wodID": 900001,
|
|
19
|
-
"crossplayID": 900001,
|
|
20
|
-
"group": "Tower",
|
|
21
|
-
"type": "CornerLevel1",
|
|
22
|
-
"width": 2,
|
|
23
|
-
"height": 2,
|
|
24
|
-
"movable": 0,
|
|
25
|
-
"kIDs": "0,1,2,3,4",
|
|
26
|
-
"name": "Corner",
|
|
27
|
-
"level": 1,
|
|
28
|
-
"destructable": 0,
|
|
29
|
-
"burnable": 0,
|
|
30
|
-
"smashable": 0,
|
|
31
|
-
"rotateType": 4
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"wodID": 900002,
|
|
35
|
-
"crossplayID": 900002,
|
|
36
|
-
"group": "Tower",
|
|
37
|
-
"type": "CornerLevel2",
|
|
38
|
-
"width": 2,
|
|
39
|
-
"height": 2,
|
|
40
|
-
"movable": 0,
|
|
41
|
-
"kIDs": "0,1,2,3,4",
|
|
42
|
-
"name": "Corner",
|
|
43
|
-
"level": 2,
|
|
44
|
-
"destructable": 0,
|
|
45
|
-
"burnable": 0,
|
|
46
|
-
"smashable": 0,
|
|
47
|
-
"rotateType": 4
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"wodID": 900003,
|
|
51
|
-
"crossplayID": 900003,
|
|
52
|
-
"group": "Tower",
|
|
53
|
-
"type": "CornerLevel3",
|
|
54
|
-
"width": 2,
|
|
55
|
-
"height": 2,
|
|
56
|
-
"movable": 0,
|
|
57
|
-
"kIDs": "0,1,2,3,4",
|
|
58
|
-
"name": "Corner",
|
|
59
|
-
"level": 3,
|
|
60
|
-
"destructable": 0,
|
|
61
|
-
"burnable": 0,
|
|
62
|
-
"smashable": 0,
|
|
63
|
-
"rotateType": 4
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"wodID": 900004,
|
|
67
|
-
"crossplayID": 900004,
|
|
68
|
-
"group": "Tower",
|
|
69
|
-
"type": "CornerLevel4",
|
|
70
|
-
"width": 2,
|
|
71
|
-
"height": 2,
|
|
72
|
-
"movable": 0,
|
|
73
|
-
"kIDs": "0,1,2,3,4",
|
|
74
|
-
"name": "Corner",
|
|
75
|
-
"level": 4,
|
|
76
|
-
"destructable": 0,
|
|
77
|
-
"burnable": 0,
|
|
78
|
-
"smashable": 0,
|
|
79
|
-
"rotateType": 4
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"wodID": 900005,
|
|
83
|
-
"crossplayID": 900005,
|
|
84
|
-
"group": "Tower",
|
|
85
|
-
"type": "CornerLevel5",
|
|
86
|
-
"width": 2,
|
|
87
|
-
"height": 2,
|
|
88
|
-
"movable": 0,
|
|
89
|
-
"kIDs": "0,1,2,3,4",
|
|
90
|
-
"name": "Corner",
|
|
91
|
-
"level": 5,
|
|
92
|
-
"destructable": 0,
|
|
93
|
-
"burnable": 0,
|
|
94
|
-
"smashable": 0,
|
|
95
|
-
"rotateType": 4
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"wodID": 900006,
|
|
99
|
-
"crossplayID": 900006,
|
|
100
|
-
"group": "Tower",
|
|
101
|
-
"type": "Level1",
|
|
102
|
-
"width": 2,
|
|
103
|
-
"height": 2,
|
|
104
|
-
"movable": 0,
|
|
105
|
-
"eventIDs": 3,
|
|
106
|
-
"kIDs": 10,
|
|
107
|
-
"name": "FactionLookoutCorner",
|
|
108
|
-
"level": 1,
|
|
109
|
-
"destructable": 0,
|
|
110
|
-
"burnable": 0,
|
|
111
|
-
"smashable": 0,
|
|
112
|
-
"rotateType": 4
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"wodID": 900007,
|
|
116
|
-
"crossplayID": 900007,
|
|
117
|
-
"group": "Tower",
|
|
118
|
-
"type": "Level2",
|
|
119
|
-
"width": 2,
|
|
120
|
-
"height": 2,
|
|
121
|
-
"movable": 0,
|
|
122
|
-
"eventIDs": 3,
|
|
123
|
-
"kIDs": 10,
|
|
124
|
-
"name": "FactionLookoutCorner",
|
|
125
|
-
"level": 2,
|
|
126
|
-
"destructable": 0,
|
|
127
|
-
"burnable": 0,
|
|
128
|
-
"smashable": 0,
|
|
129
|
-
"rotateType": 4
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"wodID": 900008,
|
|
133
|
-
"crossplayID": 900008,
|
|
134
|
-
"group": "Tower",
|
|
135
|
-
"type": "Level3",
|
|
136
|
-
"width": 2,
|
|
137
|
-
"height": 2,
|
|
138
|
-
"movable": 0,
|
|
139
|
-
"eventIDs": 3,
|
|
140
|
-
"kIDs": 10,
|
|
141
|
-
"name": "FactionLookoutCorner",
|
|
142
|
-
"level": 3,
|
|
143
|
-
"destructable": 0,
|
|
144
|
-
"burnable": 0,
|
|
145
|
-
"smashable": 0,
|
|
146
|
-
"rotateType": 4
|
|
147
|
-
},
|
|
148
3
|
{
|
|
149
4
|
"wodID": 401,
|
|
150
5
|
"crossplayID": 401,
|
|
@@ -401,6 +256,7 @@
|
|
|
401
256
|
"wodID": 2549,
|
|
402
257
|
"crossplayID": 2549,
|
|
403
258
|
"name": "Guard",
|
|
259
|
+
"upgradeWodID": 3181,
|
|
404
260
|
"downgradeWodID": 1986,
|
|
405
261
|
"level": 8,
|
|
406
262
|
"requiredLevel": 70,
|
|
@@ -429,6 +285,40 @@
|
|
|
429
285
|
"tempServerCostStone": 2900,
|
|
430
286
|
"tempServerTime": 4000
|
|
431
287
|
},
|
|
288
|
+
{
|
|
289
|
+
"wodID": 3181,
|
|
290
|
+
"crossplayID": 3181,
|
|
291
|
+
"name": "Guard",
|
|
292
|
+
"downgradeWodID": 2549,
|
|
293
|
+
"level": 9,
|
|
294
|
+
"requiredLevel": 70,
|
|
295
|
+
"earlyUnlockRequiredLevel": 70,
|
|
296
|
+
"requiredLegendLevel": 950,
|
|
297
|
+
"group": "Tower",
|
|
298
|
+
"type": "Level9",
|
|
299
|
+
"width": 2,
|
|
300
|
+
"height": 2,
|
|
301
|
+
"movable": 0,
|
|
302
|
+
"kIDs": "0,1,2,3,4",
|
|
303
|
+
"costPlaster": 480,
|
|
304
|
+
"costDragonScaleTile": 2400,
|
|
305
|
+
"buildDuration": 3456000,
|
|
306
|
+
"xp": 75,
|
|
307
|
+
"mightValue": 125,
|
|
308
|
+
"unitWallCount": 105,
|
|
309
|
+
"decoPoints": 65,
|
|
310
|
+
"destructable": 0,
|
|
311
|
+
"tempServerDestructable": 0,
|
|
312
|
+
"tempServerBurnable": 1,
|
|
313
|
+
"smashable": 0,
|
|
314
|
+
"maximumCount": 20,
|
|
315
|
+
"sortOrder": 71.1,
|
|
316
|
+
"tempServerCostWood": 1600,
|
|
317
|
+
"tempServerCostStone": 2900,
|
|
318
|
+
"tempServerTime": 4000,
|
|
319
|
+
"sceatSkillLocked": 445,
|
|
320
|
+
"effectLocked": 1
|
|
321
|
+
},
|
|
432
322
|
{
|
|
433
323
|
"wodID": 57,
|
|
434
324
|
"crossplayID": 1479,
|
|
@@ -1314,11 +1204,12 @@
|
|
|
1314
1204
|
"wodID": 2543,
|
|
1315
1205
|
"crossplayID": 2543,
|
|
1316
1206
|
"name": "Castlewall",
|
|
1207
|
+
"upgradeWodID": 3182,
|
|
1317
1208
|
"downgradeWodID": 1984,
|
|
1318
1209
|
"level": 8,
|
|
1319
1210
|
"requiredLevel": 70,
|
|
1320
1211
|
"earlyUnlockRequiredLevel": 70,
|
|
1321
|
-
"requiredLegendLevel":
|
|
1212
|
+
"requiredLegendLevel": 750,
|
|
1322
1213
|
"group": "Defence",
|
|
1323
1214
|
"type": "Level6",
|
|
1324
1215
|
"width": 0,
|
|
@@ -1338,6 +1229,36 @@
|
|
|
1338
1229
|
"maximumCount": 1,
|
|
1339
1230
|
"sortOrder": 72.1
|
|
1340
1231
|
},
|
|
1232
|
+
{
|
|
1233
|
+
"wodID": 3182,
|
|
1234
|
+
"crossplayID": 3182,
|
|
1235
|
+
"name": "Castlewall",
|
|
1236
|
+
"downgradeWodID": 2543,
|
|
1237
|
+
"level": 9,
|
|
1238
|
+
"requiredLevel": 70,
|
|
1239
|
+
"earlyUnlockRequiredLevel": 70,
|
|
1240
|
+
"requiredLegendLevel": 950,
|
|
1241
|
+
"group": "Defence",
|
|
1242
|
+
"type": "Level7",
|
|
1243
|
+
"width": 0,
|
|
1244
|
+
"height": 0,
|
|
1245
|
+
"rotateType": 3,
|
|
1246
|
+
"movable": 0,
|
|
1247
|
+
"shopCategory": "DEFENCE",
|
|
1248
|
+
"costPlaster": 1440,
|
|
1249
|
+
"costDragonScaleTile": 7200,
|
|
1250
|
+
"mightValue": 0,
|
|
1251
|
+
"wallBonus": 215,
|
|
1252
|
+
"destructable": 0,
|
|
1253
|
+
"tempServerDestructable": 0,
|
|
1254
|
+
"burnable": 0,
|
|
1255
|
+
"tempServerBurnable": 1,
|
|
1256
|
+
"smashable": 0,
|
|
1257
|
+
"maximumCount": 1,
|
|
1258
|
+
"sortOrder": 72.1,
|
|
1259
|
+
"sceatSkillLocked": 434,
|
|
1260
|
+
"effectLocked": 1
|
|
1261
|
+
},
|
|
1341
1262
|
{
|
|
1342
1263
|
"wodID": 450,
|
|
1343
1264
|
"crossplayID": 450,
|
|
@@ -1548,11 +1469,12 @@
|
|
|
1548
1469
|
"wodID": 2545,
|
|
1549
1470
|
"crossplayID": 2545,
|
|
1550
1471
|
"name": "Basic",
|
|
1472
|
+
"upgradeWodID": 3183,
|
|
1551
1473
|
"downgradeWodID": 1985,
|
|
1552
1474
|
"level": 8,
|
|
1553
1475
|
"requiredLevel": 70,
|
|
1554
1476
|
"earlyUnlockRequiredLevel": 70,
|
|
1555
|
-
"requiredLegendLevel":
|
|
1477
|
+
"requiredLegendLevel": 750,
|
|
1556
1478
|
"group": "Gate",
|
|
1557
1479
|
"type": "Level6",
|
|
1558
1480
|
"width": 2,
|
|
@@ -1573,6 +1495,88 @@
|
|
|
1573
1495
|
"maximumCount": 4,
|
|
1574
1496
|
"sortOrder": 73.1
|
|
1575
1497
|
},
|
|
1498
|
+
{
|
|
1499
|
+
"wodID": 3183,
|
|
1500
|
+
"crossplayID": 3183,
|
|
1501
|
+
"name": "Basic",
|
|
1502
|
+
"downgradeWodID": 2545,
|
|
1503
|
+
"level": 9,
|
|
1504
|
+
"requiredLevel": 70,
|
|
1505
|
+
"earlyUnlockRequiredLevel": 70,
|
|
1506
|
+
"requiredLegendLevel": 950,
|
|
1507
|
+
"group": "Gate",
|
|
1508
|
+
"type": "Level7",
|
|
1509
|
+
"width": 2,
|
|
1510
|
+
"height": 4,
|
|
1511
|
+
"movable": 0,
|
|
1512
|
+
"costPlaster": 1440,
|
|
1513
|
+
"costDragonScaleTile": 7200,
|
|
1514
|
+
"buildDuration": 3456000,
|
|
1515
|
+
"xp": 150,
|
|
1516
|
+
"mightValue": 225,
|
|
1517
|
+
"gateBonus": 215,
|
|
1518
|
+
"decoPoints": 215,
|
|
1519
|
+
"destructable": 0,
|
|
1520
|
+
"tempServerDestructable": 0,
|
|
1521
|
+
"burnable": 0,
|
|
1522
|
+
"tempServerBurnable": 1,
|
|
1523
|
+
"smashable": 0,
|
|
1524
|
+
"maximumCount": 4,
|
|
1525
|
+
"sortOrder": 73.1,
|
|
1526
|
+
"sceatSkillLocked": 444,
|
|
1527
|
+
"effectLocked": 1
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"wodID": 2987,
|
|
1531
|
+
"crossplayID": 2987,
|
|
1532
|
+
"comment2": "Keep",
|
|
1533
|
+
"name": "Keep",
|
|
1534
|
+
"downgradeWodID": 252,
|
|
1535
|
+
"level": 8,
|
|
1536
|
+
"requiredLevel": 70,
|
|
1537
|
+
"requiredLegendLevel": 785,
|
|
1538
|
+
"group": "Building",
|
|
1539
|
+
"type": "Level8",
|
|
1540
|
+
"width": 12,
|
|
1541
|
+
"height": 12,
|
|
1542
|
+
"kIDs": "0,1,2,3,4",
|
|
1543
|
+
"constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226",
|
|
1544
|
+
"buildingGroundType": "KEEP",
|
|
1545
|
+
"costLegendaryToken": 1840,
|
|
1546
|
+
"costLegendaryMaterial": 7700,
|
|
1547
|
+
"buildDuration": 24192000,
|
|
1548
|
+
"xp": 200,
|
|
1549
|
+
"mightValue": 250,
|
|
1550
|
+
"buildSpeedBoost": 100,
|
|
1551
|
+
"Woodproduction": 5,
|
|
1552
|
+
"Stoneproduction": 5,
|
|
1553
|
+
"Foodproduction": 5,
|
|
1554
|
+
"Hideout": 5000,
|
|
1555
|
+
"woodStorage": 5000,
|
|
1556
|
+
"stoneStorage": 5000,
|
|
1557
|
+
"foodStorage": 5000,
|
|
1558
|
+
"coalStorage": 5000,
|
|
1559
|
+
"oilStorage": 5000,
|
|
1560
|
+
"glassStorage": 5000,
|
|
1561
|
+
"aquamarineStorage": 5000,
|
|
1562
|
+
"ironStorage": 5000,
|
|
1563
|
+
"honeyStorage": 5000,
|
|
1564
|
+
"meadStorage": 5000,
|
|
1565
|
+
"beefStorage": 5000,
|
|
1566
|
+
"decoPoints": 1000,
|
|
1567
|
+
"destructable": 0,
|
|
1568
|
+
"tempServerDestructable": 0,
|
|
1569
|
+
"tempServerBurnable": 1,
|
|
1570
|
+
"smashable": 0,
|
|
1571
|
+
"maximumCount": 1,
|
|
1572
|
+
"sortOrder": 68.1,
|
|
1573
|
+
"tempServerCostWood": 7201,
|
|
1574
|
+
"tempServerCostStone": 8098,
|
|
1575
|
+
"tempServerTime": 3600,
|
|
1576
|
+
"sceatSkillLocked": 363,
|
|
1577
|
+
"effectLocked": 1,
|
|
1578
|
+
"areaSpecificEffects": "702&350000,706&250000"
|
|
1579
|
+
},
|
|
1576
1580
|
{
|
|
1577
1581
|
"wodID": 171,
|
|
1578
1582
|
"crossplayID": 171,
|
|
@@ -1903,57 +1907,6 @@
|
|
|
1903
1907
|
"effectLocked": 1,
|
|
1904
1908
|
"areaSpecificEffects": "702&300000,706&200000"
|
|
1905
1909
|
},
|
|
1906
|
-
{
|
|
1907
|
-
"wodID": 2987,
|
|
1908
|
-
"crossplayID": 2987,
|
|
1909
|
-
"comment2": "Keep",
|
|
1910
|
-
"name": "Keep",
|
|
1911
|
-
"downgradeWodID": 252,
|
|
1912
|
-
"level": 8,
|
|
1913
|
-
"requiredLevel": 70,
|
|
1914
|
-
"requiredLegendLevel": 785,
|
|
1915
|
-
"group": "Building",
|
|
1916
|
-
"type": "Level8",
|
|
1917
|
-
"width": 12,
|
|
1918
|
-
"height": 12,
|
|
1919
|
-
"kIDs": "0,1,2,3,4",
|
|
1920
|
-
"constructionItemGroupIDs": "6,40,2005,2015,2020,2036,2041,2050,2059,3005,3018,3026,2065,3028,3031,2073,3044,3057,3063,2074,3067,3090,3106,3116,3140,3141,3142,3163,3164,3165,3189,3193,3217,9999,209,210,226",
|
|
1921
|
-
"buildingGroundType": "KEEP",
|
|
1922
|
-
"costLegendaryToken": 1840,
|
|
1923
|
-
"costLegendaryMaterial": 7700,
|
|
1924
|
-
"buildDuration": 24192000,
|
|
1925
|
-
"xp": 200,
|
|
1926
|
-
"mightValue": 250,
|
|
1927
|
-
"buildSpeedBoost": 100,
|
|
1928
|
-
"Woodproduction": 5,
|
|
1929
|
-
"Stoneproduction": 5,
|
|
1930
|
-
"Foodproduction": 5,
|
|
1931
|
-
"Hideout": 5000,
|
|
1932
|
-
"woodStorage": 5000,
|
|
1933
|
-
"stoneStorage": 5000,
|
|
1934
|
-
"foodStorage": 5000,
|
|
1935
|
-
"coalStorage": 5000,
|
|
1936
|
-
"oilStorage": 5000,
|
|
1937
|
-
"glassStorage": 5000,
|
|
1938
|
-
"aquamarineStorage": 5000,
|
|
1939
|
-
"ironStorage": 5000,
|
|
1940
|
-
"honeyStorage": 5000,
|
|
1941
|
-
"meadStorage": 5000,
|
|
1942
|
-
"beefStorage": 5000,
|
|
1943
|
-
"decoPoints": 1000,
|
|
1944
|
-
"destructable": 0,
|
|
1945
|
-
"tempServerDestructable": 0,
|
|
1946
|
-
"tempServerBurnable": 1,
|
|
1947
|
-
"smashable": 0,
|
|
1948
|
-
"maximumCount": 1,
|
|
1949
|
-
"sortOrder": 68.1,
|
|
1950
|
-
"tempServerCostWood": 7201,
|
|
1951
|
-
"tempServerCostStone": 8098,
|
|
1952
|
-
"tempServerTime": 3600,
|
|
1953
|
-
"sceatSkillLocked": 363,
|
|
1954
|
-
"effectLocked": 1,
|
|
1955
|
-
"areaSpecificEffects": "702&350000,706&250000"
|
|
1956
|
-
},
|
|
1957
1910
|
{
|
|
1958
1911
|
"wodID": 160,
|
|
1959
1912
|
"crossplayID": 160,
|
|
@@ -4661,6 +4614,7 @@
|
|
|
4661
4614
|
"destructable": 0,
|
|
4662
4615
|
"burnable": 0,
|
|
4663
4616
|
"smashable": 0,
|
|
4617
|
+
"isRelicBuilding": 1,
|
|
4664
4618
|
"maximumCount": 1
|
|
4665
4619
|
},
|
|
4666
4620
|
{
|
|
@@ -4695,6 +4649,7 @@
|
|
|
4695
4649
|
"destructable": 0,
|
|
4696
4650
|
"burnable": 0,
|
|
4697
4651
|
"smashable": 0,
|
|
4652
|
+
"isRelicBuilding": 1,
|
|
4698
4653
|
"maximumCount": 1
|
|
4699
4654
|
},
|
|
4700
4655
|
{
|
|
@@ -4729,6 +4684,7 @@
|
|
|
4729
4684
|
"destructable": 0,
|
|
4730
4685
|
"burnable": 0,
|
|
4731
4686
|
"smashable": 0,
|
|
4687
|
+
"isRelicBuilding": 1,
|
|
4732
4688
|
"maximumCount": 1
|
|
4733
4689
|
},
|
|
4734
4690
|
{
|
|
@@ -4763,6 +4719,7 @@
|
|
|
4763
4719
|
"destructable": 0,
|
|
4764
4720
|
"burnable": 0,
|
|
4765
4721
|
"smashable": 0,
|
|
4722
|
+
"isRelicBuilding": 1,
|
|
4766
4723
|
"maximumCount": 1
|
|
4767
4724
|
},
|
|
4768
4725
|
{
|
|
@@ -4797,6 +4754,7 @@
|
|
|
4797
4754
|
"destructable": 0,
|
|
4798
4755
|
"burnable": 0,
|
|
4799
4756
|
"smashable": 0,
|
|
4757
|
+
"isRelicBuilding": 1,
|
|
4800
4758
|
"maximumCount": 1
|
|
4801
4759
|
},
|
|
4802
4760
|
{
|
|
@@ -4831,6 +4789,7 @@
|
|
|
4831
4789
|
"destructable": 0,
|
|
4832
4790
|
"burnable": 0,
|
|
4833
4791
|
"smashable": 0,
|
|
4792
|
+
"isRelicBuilding": 1,
|
|
4834
4793
|
"maximumCount": 1
|
|
4835
4794
|
},
|
|
4836
4795
|
{
|
|
@@ -4865,6 +4824,7 @@
|
|
|
4865
4824
|
"destructable": 0,
|
|
4866
4825
|
"burnable": 0,
|
|
4867
4826
|
"smashable": 0,
|
|
4827
|
+
"isRelicBuilding": 1,
|
|
4868
4828
|
"maximumCount": 1
|
|
4869
4829
|
},
|
|
4870
4830
|
{
|
|
@@ -4899,6 +4859,7 @@
|
|
|
4899
4859
|
"destructable": 0,
|
|
4900
4860
|
"burnable": 0,
|
|
4901
4861
|
"smashable": 0,
|
|
4862
|
+
"isRelicBuilding": 1,
|
|
4902
4863
|
"maximumCount": 1
|
|
4903
4864
|
},
|
|
4904
4865
|
{
|
|
@@ -4933,6 +4894,7 @@
|
|
|
4933
4894
|
"destructable": 0,
|
|
4934
4895
|
"burnable": 0,
|
|
4935
4896
|
"smashable": 0,
|
|
4897
|
+
"isRelicBuilding": 1,
|
|
4936
4898
|
"maximumCount": 1
|
|
4937
4899
|
},
|
|
4938
4900
|
{
|
|
@@ -4967,6 +4929,7 @@
|
|
|
4967
4929
|
"destructable": 0,
|
|
4968
4930
|
"burnable": 0,
|
|
4969
4931
|
"smashable": 0,
|
|
4932
|
+
"isRelicBuilding": 1,
|
|
4970
4933
|
"maximumCount": 1
|
|
4971
4934
|
},
|
|
4972
4935
|
{
|
|
@@ -5000,6 +4963,7 @@
|
|
|
5000
4963
|
"destructable": 0,
|
|
5001
4964
|
"burnable": 0,
|
|
5002
4965
|
"smashable": 0,
|
|
4966
|
+
"isRelicBuilding": 1,
|
|
5003
4967
|
"maximumCount": 1
|
|
5004
4968
|
},
|
|
5005
4969
|
{
|
|
@@ -5030,6 +4994,7 @@
|
|
|
5030
4994
|
"destructable": 0,
|
|
5031
4995
|
"burnable": 0,
|
|
5032
4996
|
"smashable": 0,
|
|
4997
|
+
"isRelicBuilding": 1,
|
|
5033
4998
|
"maximumCount": 1
|
|
5034
4999
|
},
|
|
5035
5000
|
{
|
|
@@ -5063,6 +5028,7 @@
|
|
|
5063
5028
|
"destructable": 0,
|
|
5064
5029
|
"burnable": 0,
|
|
5065
5030
|
"smashable": 0,
|
|
5031
|
+
"isRelicBuilding": 1,
|
|
5066
5032
|
"maximumCount": 1
|
|
5067
5033
|
},
|
|
5068
5034
|
{
|
|
@@ -5096,6 +5062,7 @@
|
|
|
5096
5062
|
"destructable": 0,
|
|
5097
5063
|
"burnable": 0,
|
|
5098
5064
|
"smashable": 0,
|
|
5065
|
+
"isRelicBuilding": 1,
|
|
5099
5066
|
"maximumCount": 1
|
|
5100
5067
|
},
|
|
5101
5068
|
{
|
|
@@ -5129,6 +5096,7 @@
|
|
|
5129
5096
|
"destructable": 0,
|
|
5130
5097
|
"burnable": 0,
|
|
5131
5098
|
"smashable": 0,
|
|
5099
|
+
"isRelicBuilding": 1,
|
|
5132
5100
|
"maximumCount": 1
|
|
5133
5101
|
},
|
|
5134
5102
|
{
|
|
@@ -5162,6 +5130,7 @@
|
|
|
5162
5130
|
"destructable": 0,
|
|
5163
5131
|
"burnable": 0,
|
|
5164
5132
|
"smashable": 0,
|
|
5133
|
+
"isRelicBuilding": 1,
|
|
5165
5134
|
"maximumCount": 1
|
|
5166
5135
|
},
|
|
5167
5136
|
{
|
|
@@ -5195,6 +5164,7 @@
|
|
|
5195
5164
|
"destructable": 0,
|
|
5196
5165
|
"burnable": 0,
|
|
5197
5166
|
"smashable": 0,
|
|
5167
|
+
"isRelicBuilding": 1,
|
|
5198
5168
|
"maximumCount": 1
|
|
5199
5169
|
},
|
|
5200
5170
|
{
|
|
@@ -5228,6 +5198,7 @@
|
|
|
5228
5198
|
"destructable": 0,
|
|
5229
5199
|
"burnable": 0,
|
|
5230
5200
|
"smashable": 0,
|
|
5201
|
+
"isRelicBuilding": 1,
|
|
5231
5202
|
"maximumCount": 1
|
|
5232
5203
|
},
|
|
5233
5204
|
{
|
|
@@ -5261,6 +5232,7 @@
|
|
|
5261
5232
|
"destructable": 0,
|
|
5262
5233
|
"burnable": 0,
|
|
5263
5234
|
"smashable": 0,
|
|
5235
|
+
"isRelicBuilding": 1,
|
|
5264
5236
|
"maximumCount": 1
|
|
5265
5237
|
},
|
|
5266
5238
|
{
|
|
@@ -5294,6 +5266,7 @@
|
|
|
5294
5266
|
"destructable": 0,
|
|
5295
5267
|
"burnable": 0,
|
|
5296
5268
|
"smashable": 0,
|
|
5269
|
+
"isRelicBuilding": 1,
|
|
5297
5270
|
"maximumCount": 1
|
|
5298
5271
|
},
|
|
5299
5272
|
{
|
|
@@ -5327,6 +5300,7 @@
|
|
|
5327
5300
|
"destructable": 0,
|
|
5328
5301
|
"burnable": 0,
|
|
5329
5302
|
"smashable": 0,
|
|
5303
|
+
"isRelicBuilding": 1,
|
|
5330
5304
|
"maximumCount": 1
|
|
5331
5305
|
},
|
|
5332
5306
|
{
|
|
@@ -5359,6 +5333,7 @@
|
|
|
5359
5333
|
"destructable": 0,
|
|
5360
5334
|
"burnable": 0,
|
|
5361
5335
|
"smashable": 0,
|
|
5336
|
+
"isRelicBuilding": 1,
|
|
5362
5337
|
"maximumCount": 1
|
|
5363
5338
|
},
|
|
5364
5339
|
{
|
|
@@ -5390,6 +5365,7 @@
|
|
|
5390
5365
|
"burnable": 0,
|
|
5391
5366
|
"tempServerBurnable": 0,
|
|
5392
5367
|
"smashable": 0,
|
|
5368
|
+
"isRelicBuilding": 1,
|
|
5393
5369
|
"maximumCount": 1
|
|
5394
5370
|
},
|
|
5395
5371
|
{
|
|
@@ -5426,6 +5402,7 @@
|
|
|
5426
5402
|
"burnable": 0,
|
|
5427
5403
|
"tempServerBurnable": 0,
|
|
5428
5404
|
"smashable": 0,
|
|
5405
|
+
"isRelicBuilding": 1,
|
|
5429
5406
|
"maximumCount": 1
|
|
5430
5407
|
},
|
|
5431
5408
|
{
|
|
@@ -5461,6 +5438,7 @@
|
|
|
5461
5438
|
"burnable": 0,
|
|
5462
5439
|
"tempServerBurnable": 0,
|
|
5463
5440
|
"smashable": 0,
|
|
5441
|
+
"isRelicBuilding": 1,
|
|
5464
5442
|
"maximumCount": 1
|
|
5465
5443
|
},
|
|
5466
5444
|
{
|
|
@@ -5497,6 +5475,7 @@
|
|
|
5497
5475
|
"burnable": 0,
|
|
5498
5476
|
"tempServerBurnable": 0,
|
|
5499
5477
|
"smashable": 0,
|
|
5478
|
+
"isRelicBuilding": 1,
|
|
5500
5479
|
"maximumCount": 1
|
|
5501
5480
|
},
|
|
5502
5481
|
{
|
|
@@ -5532,6 +5511,7 @@
|
|
|
5532
5511
|
"burnable": 0,
|
|
5533
5512
|
"tempServerBurnable": 0,
|
|
5534
5513
|
"smashable": 0,
|
|
5514
|
+
"isRelicBuilding": 1,
|
|
5535
5515
|
"maximumCount": 1
|
|
5536
5516
|
},
|
|
5537
5517
|
{
|
|
@@ -5568,6 +5548,7 @@
|
|
|
5568
5548
|
"burnable": 0,
|
|
5569
5549
|
"tempServerBurnable": 0,
|
|
5570
5550
|
"smashable": 0,
|
|
5551
|
+
"isRelicBuilding": 1,
|
|
5571
5552
|
"maximumCount": 1
|
|
5572
5553
|
},
|
|
5573
5554
|
{
|
|
@@ -5603,6 +5584,7 @@
|
|
|
5603
5584
|
"burnable": 0,
|
|
5604
5585
|
"tempServerBurnable": 0,
|
|
5605
5586
|
"smashable": 0,
|
|
5587
|
+
"isRelicBuilding": 1,
|
|
5606
5588
|
"maximumCount": 1
|
|
5607
5589
|
},
|
|
5608
5590
|
{
|
|
@@ -5639,6 +5621,7 @@
|
|
|
5639
5621
|
"burnable": 0,
|
|
5640
5622
|
"tempServerBurnable": 0,
|
|
5641
5623
|
"smashable": 0,
|
|
5624
|
+
"isRelicBuilding": 1,
|
|
5642
5625
|
"maximumCount": 1
|
|
5643
5626
|
},
|
|
5644
5627
|
{
|
|
@@ -5674,6 +5657,7 @@
|
|
|
5674
5657
|
"burnable": 0,
|
|
5675
5658
|
"tempServerBurnable": 0,
|
|
5676
5659
|
"smashable": 0,
|
|
5660
|
+
"isRelicBuilding": 1,
|
|
5677
5661
|
"maximumCount": 1
|
|
5678
5662
|
},
|
|
5679
5663
|
{
|
|
@@ -5710,6 +5694,7 @@
|
|
|
5710
5694
|
"burnable": 0,
|
|
5711
5695
|
"tempServerBurnable": 0,
|
|
5712
5696
|
"smashable": 0,
|
|
5697
|
+
"isRelicBuilding": 1,
|
|
5713
5698
|
"maximumCount": 1
|
|
5714
5699
|
},
|
|
5715
5700
|
{
|
|
@@ -5745,6 +5730,7 @@
|
|
|
5745
5730
|
"burnable": 0,
|
|
5746
5731
|
"tempServerBurnable": 0,
|
|
5747
5732
|
"smashable": 0,
|
|
5733
|
+
"isRelicBuilding": 1,
|
|
5748
5734
|
"maximumCount": 1
|
|
5749
5735
|
},
|
|
5750
5736
|
{
|
|
@@ -5781,6 +5767,7 @@
|
|
|
5781
5767
|
"burnable": 0,
|
|
5782
5768
|
"tempServerBurnable": 0,
|
|
5783
5769
|
"smashable": 0,
|
|
5770
|
+
"isRelicBuilding": 1,
|
|
5784
5771
|
"maximumCount": 1
|
|
5785
5772
|
},
|
|
5786
5773
|
{
|
|
@@ -5816,6 +5803,7 @@
|
|
|
5816
5803
|
"burnable": 0,
|
|
5817
5804
|
"tempServerBurnable": 0,
|
|
5818
5805
|
"smashable": 0,
|
|
5806
|
+
"isRelicBuilding": 1,
|
|
5819
5807
|
"maximumCount": 1
|
|
5820
5808
|
},
|
|
5821
5809
|
{
|
|
@@ -5852,6 +5840,7 @@
|
|
|
5852
5840
|
"burnable": 0,
|
|
5853
5841
|
"tempServerBurnable": 0,
|
|
5854
5842
|
"smashable": 0,
|
|
5843
|
+
"isRelicBuilding": 1,
|
|
5855
5844
|
"maximumCount": 1
|
|
5856
5845
|
},
|
|
5857
5846
|
{
|
|
@@ -5887,6 +5876,7 @@
|
|
|
5887
5876
|
"burnable": 0,
|
|
5888
5877
|
"tempServerBurnable": 0,
|
|
5889
5878
|
"smashable": 0,
|
|
5879
|
+
"isRelicBuilding": 1,
|
|
5890
5880
|
"maximumCount": 1
|
|
5891
5881
|
},
|
|
5892
5882
|
{
|
|
@@ -5923,6 +5913,7 @@
|
|
|
5923
5913
|
"burnable": 0,
|
|
5924
5914
|
"tempServerBurnable": 0,
|
|
5925
5915
|
"smashable": 0,
|
|
5916
|
+
"isRelicBuilding": 1,
|
|
5926
5917
|
"maximumCount": 1
|
|
5927
5918
|
},
|
|
5928
5919
|
{
|
|
@@ -5958,6 +5949,7 @@
|
|
|
5958
5949
|
"burnable": 0,
|
|
5959
5950
|
"tempServerBurnable": 0,
|
|
5960
5951
|
"smashable": 0,
|
|
5952
|
+
"isRelicBuilding": 1,
|
|
5961
5953
|
"maximumCount": 1
|
|
5962
5954
|
},
|
|
5963
5955
|
{
|
|
@@ -5994,6 +5986,7 @@
|
|
|
5994
5986
|
"burnable": 0,
|
|
5995
5987
|
"tempServerBurnable": 0,
|
|
5996
5988
|
"smashable": 0,
|
|
5989
|
+
"isRelicBuilding": 1,
|
|
5997
5990
|
"maximumCount": 1
|
|
5998
5991
|
},
|
|
5999
5992
|
{
|
|
@@ -6029,6 +6022,7 @@
|
|
|
6029
6022
|
"burnable": 0,
|
|
6030
6023
|
"tempServerBurnable": 0,
|
|
6031
6024
|
"smashable": 0,
|
|
6025
|
+
"isRelicBuilding": 1,
|
|
6032
6026
|
"maximumCount": 1
|
|
6033
6027
|
},
|
|
6034
6028
|
{
|
|
@@ -6065,6 +6059,7 @@
|
|
|
6065
6059
|
"burnable": 0,
|
|
6066
6060
|
"tempServerBurnable": 0,
|
|
6067
6061
|
"smashable": 0,
|
|
6062
|
+
"isRelicBuilding": 1,
|
|
6068
6063
|
"maximumCount": 1
|
|
6069
6064
|
},
|
|
6070
6065
|
{
|
|
@@ -6100,6 +6095,7 @@
|
|
|
6100
6095
|
"burnable": 0,
|
|
6101
6096
|
"tempServerBurnable": 0,
|
|
6102
6097
|
"smashable": 0,
|
|
6098
|
+
"isRelicBuilding": 1,
|
|
6103
6099
|
"maximumCount": 1
|
|
6104
6100
|
},
|
|
6105
6101
|
{
|
|
@@ -6136,6 +6132,7 @@
|
|
|
6136
6132
|
"burnable": 0,
|
|
6137
6133
|
"tempServerBurnable": 0,
|
|
6138
6134
|
"smashable": 0,
|
|
6135
|
+
"isRelicBuilding": 1,
|
|
6139
6136
|
"maximumCount": 1
|
|
6140
6137
|
},
|
|
6141
6138
|
{
|
|
@@ -6172,6 +6169,7 @@
|
|
|
6172
6169
|
"burnable": 0,
|
|
6173
6170
|
"tempServerBurnable": 0,
|
|
6174
6171
|
"smashable": 0,
|
|
6172
|
+
"isRelicBuilding": 1,
|
|
6175
6173
|
"maximumCount": 1
|
|
6176
6174
|
},
|
|
6177
6175
|
{
|
|
@@ -6207,6 +6205,7 @@
|
|
|
6207
6205
|
"burnable": 0,
|
|
6208
6206
|
"tempServerBurnable": 0,
|
|
6209
6207
|
"smashable": 0,
|
|
6208
|
+
"isRelicBuilding": 1,
|
|
6210
6209
|
"maximumCount": 1
|
|
6211
6210
|
},
|
|
6212
6211
|
{
|
|
@@ -6243,6 +6242,7 @@
|
|
|
6243
6242
|
"burnable": 0,
|
|
6244
6243
|
"tempServerBurnable": 0,
|
|
6245
6244
|
"smashable": 0,
|
|
6245
|
+
"isRelicBuilding": 1,
|
|
6246
6246
|
"maximumCount": 1
|
|
6247
6247
|
},
|
|
6248
6248
|
{
|
|
@@ -6276,6 +6276,7 @@
|
|
|
6276
6276
|
"burnable": 0,
|
|
6277
6277
|
"tempServerBurnable": 0,
|
|
6278
6278
|
"smashable": 0,
|
|
6279
|
+
"isRelicBuilding": 1,
|
|
6279
6280
|
"maximumCount": 1
|
|
6280
6281
|
},
|
|
6281
6282
|
{
|
|
@@ -6312,6 +6313,7 @@
|
|
|
6312
6313
|
"burnable": 0,
|
|
6313
6314
|
"tempServerBurnable": 0,
|
|
6314
6315
|
"smashable": 0,
|
|
6316
|
+
"isRelicBuilding": 1,
|
|
6315
6317
|
"maximumCount": 1
|
|
6316
6318
|
},
|
|
6317
6319
|
{
|
|
@@ -6347,6 +6349,7 @@
|
|
|
6347
6349
|
"burnable": 0,
|
|
6348
6350
|
"tempServerBurnable": 0,
|
|
6349
6351
|
"smashable": 0,
|
|
6352
|
+
"isRelicBuilding": 1,
|
|
6350
6353
|
"maximumCount": 1
|
|
6351
6354
|
},
|
|
6352
6355
|
{
|
|
@@ -6383,6 +6386,7 @@
|
|
|
6383
6386
|
"burnable": 0,
|
|
6384
6387
|
"tempServerBurnable": 0,
|
|
6385
6388
|
"smashable": 0,
|
|
6389
|
+
"isRelicBuilding": 1,
|
|
6386
6390
|
"maximumCount": 1
|
|
6387
6391
|
},
|
|
6388
6392
|
{
|
|
@@ -6418,6 +6422,7 @@
|
|
|
6418
6422
|
"burnable": 0,
|
|
6419
6423
|
"tempServerBurnable": 0,
|
|
6420
6424
|
"smashable": 0,
|
|
6425
|
+
"isRelicBuilding": 1,
|
|
6421
6426
|
"maximumCount": 1
|
|
6422
6427
|
},
|
|
6423
6428
|
{
|
|
@@ -6454,6 +6459,7 @@
|
|
|
6454
6459
|
"burnable": 0,
|
|
6455
6460
|
"tempServerBurnable": 0,
|
|
6456
6461
|
"smashable": 0,
|
|
6462
|
+
"isRelicBuilding": 1,
|
|
6457
6463
|
"maximumCount": 1
|
|
6458
6464
|
},
|
|
6459
6465
|
{
|
|
@@ -6489,6 +6495,7 @@
|
|
|
6489
6495
|
"burnable": 0,
|
|
6490
6496
|
"tempServerBurnable": 0,
|
|
6491
6497
|
"smashable": 0,
|
|
6498
|
+
"isRelicBuilding": 1,
|
|
6492
6499
|
"maximumCount": 1
|
|
6493
6500
|
},
|
|
6494
6501
|
{
|
|
@@ -6525,6 +6532,7 @@
|
|
|
6525
6532
|
"burnable": 0,
|
|
6526
6533
|
"tempServerBurnable": 0,
|
|
6527
6534
|
"smashable": 0,
|
|
6535
|
+
"isRelicBuilding": 1,
|
|
6528
6536
|
"maximumCount": 1
|
|
6529
6537
|
},
|
|
6530
6538
|
{
|
|
@@ -6560,6 +6568,7 @@
|
|
|
6560
6568
|
"burnable": 0,
|
|
6561
6569
|
"tempServerBurnable": 0,
|
|
6562
6570
|
"smashable": 0,
|
|
6571
|
+
"isRelicBuilding": 1,
|
|
6563
6572
|
"maximumCount": 1
|
|
6564
6573
|
},
|
|
6565
6574
|
{
|
|
@@ -6596,6 +6605,7 @@
|
|
|
6596
6605
|
"burnable": 0,
|
|
6597
6606
|
"tempServerBurnable": 0,
|
|
6598
6607
|
"smashable": 0,
|
|
6608
|
+
"isRelicBuilding": 1,
|
|
6599
6609
|
"maximumCount": 1
|
|
6600
6610
|
},
|
|
6601
6611
|
{
|
|
@@ -6631,6 +6641,7 @@
|
|
|
6631
6641
|
"burnable": 0,
|
|
6632
6642
|
"tempServerBurnable": 0,
|
|
6633
6643
|
"smashable": 0,
|
|
6644
|
+
"isRelicBuilding": 1,
|
|
6634
6645
|
"maximumCount": 1
|
|
6635
6646
|
},
|
|
6636
6647
|
{
|
|
@@ -6667,6 +6678,7 @@
|
|
|
6667
6678
|
"burnable": 0,
|
|
6668
6679
|
"tempServerBurnable": 0,
|
|
6669
6680
|
"smashable": 0,
|
|
6681
|
+
"isRelicBuilding": 1,
|
|
6670
6682
|
"maximumCount": 1
|
|
6671
6683
|
},
|
|
6672
6684
|
{
|
|
@@ -6702,6 +6714,7 @@
|
|
|
6702
6714
|
"burnable": 0,
|
|
6703
6715
|
"tempServerBurnable": 0,
|
|
6704
6716
|
"smashable": 0,
|
|
6717
|
+
"isRelicBuilding": 1,
|
|
6705
6718
|
"maximumCount": 1
|
|
6706
6719
|
},
|
|
6707
6720
|
{
|
|
@@ -6738,6 +6751,7 @@
|
|
|
6738
6751
|
"burnable": 0,
|
|
6739
6752
|
"tempServerBurnable": 0,
|
|
6740
6753
|
"smashable": 0,
|
|
6754
|
+
"isRelicBuilding": 1,
|
|
6741
6755
|
"maximumCount": 1
|
|
6742
6756
|
},
|
|
6743
6757
|
{
|
|
@@ -6773,6 +6787,7 @@
|
|
|
6773
6787
|
"burnable": 0,
|
|
6774
6788
|
"tempServerBurnable": 0,
|
|
6775
6789
|
"smashable": 0,
|
|
6790
|
+
"isRelicBuilding": 1,
|
|
6776
6791
|
"maximumCount": 1
|
|
6777
6792
|
},
|
|
6778
6793
|
{
|
|
@@ -6809,6 +6824,7 @@
|
|
|
6809
6824
|
"burnable": 0,
|
|
6810
6825
|
"tempServerBurnable": 0,
|
|
6811
6826
|
"smashable": 0,
|
|
6827
|
+
"isRelicBuilding": 1,
|
|
6812
6828
|
"maximumCount": 1
|
|
6813
6829
|
},
|
|
6814
6830
|
{
|
|
@@ -6844,6 +6860,7 @@
|
|
|
6844
6860
|
"burnable": 0,
|
|
6845
6861
|
"tempServerBurnable": 0,
|
|
6846
6862
|
"smashable": 0,
|
|
6863
|
+
"isRelicBuilding": 1,
|
|
6847
6864
|
"maximumCount": 1
|
|
6848
6865
|
},
|
|
6849
6866
|
{
|
|
@@ -6880,6 +6897,7 @@
|
|
|
6880
6897
|
"burnable": 0,
|
|
6881
6898
|
"tempServerBurnable": 0,
|
|
6882
6899
|
"smashable": 0,
|
|
6900
|
+
"isRelicBuilding": 1,
|
|
6883
6901
|
"maximumCount": 1
|
|
6884
6902
|
},
|
|
6885
6903
|
{
|
|
@@ -6915,6 +6933,7 @@
|
|
|
6915
6933
|
"burnable": 0,
|
|
6916
6934
|
"tempServerBurnable": 0,
|
|
6917
6935
|
"smashable": 0,
|
|
6936
|
+
"isRelicBuilding": 1,
|
|
6918
6937
|
"maximumCount": 1
|
|
6919
6938
|
},
|
|
6920
6939
|
{
|
|
@@ -6951,6 +6970,7 @@
|
|
|
6951
6970
|
"burnable": 0,
|
|
6952
6971
|
"tempServerBurnable": 0,
|
|
6953
6972
|
"smashable": 0,
|
|
6973
|
+
"isRelicBuilding": 1,
|
|
6954
6974
|
"maximumCount": 1
|
|
6955
6975
|
},
|
|
6956
6976
|
{
|
|
@@ -6986,6 +7006,7 @@
|
|
|
6986
7006
|
"burnable": 0,
|
|
6987
7007
|
"tempServerBurnable": 0,
|
|
6988
7008
|
"smashable": 0,
|
|
7009
|
+
"isRelicBuilding": 1,
|
|
6989
7010
|
"maximumCount": 1
|
|
6990
7011
|
},
|
|
6991
7012
|
{
|
|
@@ -7022,6 +7043,7 @@
|
|
|
7022
7043
|
"burnable": 0,
|
|
7023
7044
|
"tempServerBurnable": 0,
|
|
7024
7045
|
"smashable": 0,
|
|
7046
|
+
"isRelicBuilding": 1,
|
|
7025
7047
|
"maximumCount": 1
|
|
7026
7048
|
},
|
|
7027
7049
|
{
|
|
@@ -7058,6 +7080,7 @@
|
|
|
7058
7080
|
"burnable": 0,
|
|
7059
7081
|
"tempServerBurnable": 0,
|
|
7060
7082
|
"smashable": 0,
|
|
7083
|
+
"isRelicBuilding": 1,
|
|
7061
7084
|
"maximumCount": 1
|
|
7062
7085
|
},
|
|
7063
7086
|
{
|
|
@@ -7093,6 +7116,7 @@
|
|
|
7093
7116
|
"burnable": 0,
|
|
7094
7117
|
"tempServerBurnable": 0,
|
|
7095
7118
|
"smashable": 0,
|
|
7119
|
+
"isRelicBuilding": 1,
|
|
7096
7120
|
"maximumCount": 1
|
|
7097
7121
|
},
|
|
7098
7122
|
{
|
|
@@ -7129,6 +7153,7 @@
|
|
|
7129
7153
|
"burnable": 0,
|
|
7130
7154
|
"tempServerBurnable": 0,
|
|
7131
7155
|
"smashable": 0,
|
|
7156
|
+
"isRelicBuilding": 1,
|
|
7132
7157
|
"maximumCount": 1
|
|
7133
7158
|
},
|
|
7134
7159
|
{
|
|
@@ -7162,6 +7187,7 @@
|
|
|
7162
7187
|
"burnable": 0,
|
|
7163
7188
|
"tempServerBurnable": 0,
|
|
7164
7189
|
"smashable": 0,
|
|
7190
|
+
"isRelicBuilding": 1,
|
|
7165
7191
|
"maximumCount": 1
|
|
7166
7192
|
},
|
|
7167
7193
|
{
|
|
@@ -7198,6 +7224,7 @@
|
|
|
7198
7224
|
"burnable": 0,
|
|
7199
7225
|
"tempServerBurnable": 0,
|
|
7200
7226
|
"smashable": 0,
|
|
7227
|
+
"isRelicBuilding": 1,
|
|
7201
7228
|
"maximumCount": 1
|
|
7202
7229
|
},
|
|
7203
7230
|
{
|
|
@@ -7233,6 +7260,7 @@
|
|
|
7233
7260
|
"burnable": 0,
|
|
7234
7261
|
"tempServerBurnable": 0,
|
|
7235
7262
|
"smashable": 0,
|
|
7263
|
+
"isRelicBuilding": 1,
|
|
7236
7264
|
"maximumCount": 1
|
|
7237
7265
|
},
|
|
7238
7266
|
{
|
|
@@ -7269,6 +7297,7 @@
|
|
|
7269
7297
|
"burnable": 0,
|
|
7270
7298
|
"tempServerBurnable": 0,
|
|
7271
7299
|
"smashable": 0,
|
|
7300
|
+
"isRelicBuilding": 1,
|
|
7272
7301
|
"maximumCount": 1
|
|
7273
7302
|
},
|
|
7274
7303
|
{
|
|
@@ -7304,6 +7333,7 @@
|
|
|
7304
7333
|
"burnable": 0,
|
|
7305
7334
|
"tempServerBurnable": 0,
|
|
7306
7335
|
"smashable": 0,
|
|
7336
|
+
"isRelicBuilding": 1,
|
|
7307
7337
|
"maximumCount": 1
|
|
7308
7338
|
},
|
|
7309
7339
|
{
|
|
@@ -7340,6 +7370,7 @@
|
|
|
7340
7370
|
"burnable": 0,
|
|
7341
7371
|
"tempServerBurnable": 0,
|
|
7342
7372
|
"smashable": 0,
|
|
7373
|
+
"isRelicBuilding": 1,
|
|
7343
7374
|
"maximumCount": 1
|
|
7344
7375
|
},
|
|
7345
7376
|
{
|
|
@@ -7375,6 +7406,7 @@
|
|
|
7375
7406
|
"burnable": 0,
|
|
7376
7407
|
"tempServerBurnable": 0,
|
|
7377
7408
|
"smashable": 0,
|
|
7409
|
+
"isRelicBuilding": 1,
|
|
7378
7410
|
"maximumCount": 1
|
|
7379
7411
|
},
|
|
7380
7412
|
{
|
|
@@ -7411,6 +7443,7 @@
|
|
|
7411
7443
|
"burnable": 0,
|
|
7412
7444
|
"tempServerBurnable": 0,
|
|
7413
7445
|
"smashable": 0,
|
|
7446
|
+
"isRelicBuilding": 1,
|
|
7414
7447
|
"maximumCount": 1
|
|
7415
7448
|
},
|
|
7416
7449
|
{
|
|
@@ -7446,6 +7479,7 @@
|
|
|
7446
7479
|
"burnable": 0,
|
|
7447
7480
|
"tempServerBurnable": 0,
|
|
7448
7481
|
"smashable": 0,
|
|
7482
|
+
"isRelicBuilding": 1,
|
|
7449
7483
|
"maximumCount": 1
|
|
7450
7484
|
},
|
|
7451
7485
|
{
|
|
@@ -7482,6 +7516,7 @@
|
|
|
7482
7516
|
"burnable": 0,
|
|
7483
7517
|
"tempServerBurnable": 0,
|
|
7484
7518
|
"smashable": 0,
|
|
7519
|
+
"isRelicBuilding": 1,
|
|
7485
7520
|
"maximumCount": 1
|
|
7486
7521
|
},
|
|
7487
7522
|
{
|
|
@@ -7517,6 +7552,7 @@
|
|
|
7517
7552
|
"burnable": 0,
|
|
7518
7553
|
"tempServerBurnable": 0,
|
|
7519
7554
|
"smashable": 0,
|
|
7555
|
+
"isRelicBuilding": 1,
|
|
7520
7556
|
"maximumCount": 1
|
|
7521
7557
|
},
|
|
7522
7558
|
{
|
|
@@ -7553,6 +7589,7 @@
|
|
|
7553
7589
|
"burnable": 0,
|
|
7554
7590
|
"tempServerBurnable": 0,
|
|
7555
7591
|
"smashable": 0,
|
|
7592
|
+
"isRelicBuilding": 1,
|
|
7556
7593
|
"maximumCount": 1
|
|
7557
7594
|
},
|
|
7558
7595
|
{
|
|
@@ -7588,6 +7625,7 @@
|
|
|
7588
7625
|
"burnable": 0,
|
|
7589
7626
|
"tempServerBurnable": 0,
|
|
7590
7627
|
"smashable": 0,
|
|
7628
|
+
"isRelicBuilding": 1,
|
|
7591
7629
|
"maximumCount": 1
|
|
7592
7630
|
},
|
|
7593
7631
|
{
|
|
@@ -7624,6 +7662,7 @@
|
|
|
7624
7662
|
"burnable": 0,
|
|
7625
7663
|
"tempServerBurnable": 0,
|
|
7626
7664
|
"smashable": 0,
|
|
7665
|
+
"isRelicBuilding": 1,
|
|
7627
7666
|
"maximumCount": 1
|
|
7628
7667
|
},
|
|
7629
7668
|
{
|
|
@@ -7659,6 +7698,7 @@
|
|
|
7659
7698
|
"burnable": 0,
|
|
7660
7699
|
"tempServerBurnable": 0,
|
|
7661
7700
|
"smashable": 0,
|
|
7701
|
+
"isRelicBuilding": 1,
|
|
7662
7702
|
"maximumCount": 1
|
|
7663
7703
|
},
|
|
7664
7704
|
{
|
|
@@ -7695,6 +7735,7 @@
|
|
|
7695
7735
|
"burnable": 0,
|
|
7696
7736
|
"tempServerBurnable": 0,
|
|
7697
7737
|
"smashable": 0,
|
|
7738
|
+
"isRelicBuilding": 1,
|
|
7698
7739
|
"maximumCount": 1
|
|
7699
7740
|
},
|
|
7700
7741
|
{
|
|
@@ -7730,6 +7771,7 @@
|
|
|
7730
7771
|
"burnable": 0,
|
|
7731
7772
|
"tempServerBurnable": 0,
|
|
7732
7773
|
"smashable": 0,
|
|
7774
|
+
"isRelicBuilding": 1,
|
|
7733
7775
|
"maximumCount": 1
|
|
7734
7776
|
},
|
|
7735
7777
|
{
|
|
@@ -7766,6 +7808,7 @@
|
|
|
7766
7808
|
"burnable": 0,
|
|
7767
7809
|
"tempServerBurnable": 0,
|
|
7768
7810
|
"smashable": 0,
|
|
7811
|
+
"isRelicBuilding": 1,
|
|
7769
7812
|
"maximumCount": 1
|
|
7770
7813
|
},
|
|
7771
7814
|
{
|
|
@@ -7801,6 +7844,7 @@
|
|
|
7801
7844
|
"burnable": 0,
|
|
7802
7845
|
"tempServerBurnable": 0,
|
|
7803
7846
|
"smashable": 0,
|
|
7847
|
+
"isRelicBuilding": 1,
|
|
7804
7848
|
"maximumCount": 1
|
|
7805
7849
|
},
|
|
7806
7850
|
{
|
|
@@ -7837,6 +7881,7 @@
|
|
|
7837
7881
|
"burnable": 0,
|
|
7838
7882
|
"tempServerBurnable": 0,
|
|
7839
7883
|
"smashable": 0,
|
|
7884
|
+
"isRelicBuilding": 1,
|
|
7840
7885
|
"maximumCount": 1
|
|
7841
7886
|
},
|
|
7842
7887
|
{
|
|
@@ -7872,6 +7917,7 @@
|
|
|
7872
7917
|
"burnable": 0,
|
|
7873
7918
|
"tempServerBurnable": 0,
|
|
7874
7919
|
"smashable": 0,
|
|
7920
|
+
"isRelicBuilding": 1,
|
|
7875
7921
|
"maximumCount": 1
|
|
7876
7922
|
},
|
|
7877
7923
|
{
|
|
@@ -7908,6 +7954,7 @@
|
|
|
7908
7954
|
"burnable": 0,
|
|
7909
7955
|
"tempServerBurnable": 0,
|
|
7910
7956
|
"smashable": 0,
|
|
7957
|
+
"isRelicBuilding": 1,
|
|
7911
7958
|
"maximumCount": 1
|
|
7912
7959
|
},
|
|
7913
7960
|
{
|
|
@@ -7944,6 +7991,7 @@
|
|
|
7944
7991
|
"burnable": 0,
|
|
7945
7992
|
"tempServerBurnable": 0,
|
|
7946
7993
|
"smashable": 0,
|
|
7994
|
+
"isRelicBuilding": 1,
|
|
7947
7995
|
"maximumCount": 1
|
|
7948
7996
|
},
|
|
7949
7997
|
{
|
|
@@ -7979,6 +8027,7 @@
|
|
|
7979
8027
|
"burnable": 0,
|
|
7980
8028
|
"tempServerBurnable": 0,
|
|
7981
8029
|
"smashable": 0,
|
|
8030
|
+
"isRelicBuilding": 1,
|
|
7982
8031
|
"maximumCount": 1
|
|
7983
8032
|
},
|
|
7984
8033
|
{
|
|
@@ -8015,6 +8064,7 @@
|
|
|
8015
8064
|
"burnable": 0,
|
|
8016
8065
|
"tempServerBurnable": 0,
|
|
8017
8066
|
"smashable": 0,
|
|
8067
|
+
"isRelicBuilding": 1,
|
|
8018
8068
|
"maximumCount": 1
|
|
8019
8069
|
},
|
|
8020
8070
|
{
|
|
@@ -8048,6 +8098,7 @@
|
|
|
8048
8098
|
"burnable": 0,
|
|
8049
8099
|
"tempServerBurnable": 0,
|
|
8050
8100
|
"smashable": 0,
|
|
8101
|
+
"isRelicBuilding": 1,
|
|
8051
8102
|
"maximumCount": 1
|
|
8052
8103
|
},
|
|
8053
8104
|
{
|
|
@@ -8084,6 +8135,7 @@
|
|
|
8084
8135
|
"burnable": 0,
|
|
8085
8136
|
"tempServerBurnable": 0,
|
|
8086
8137
|
"smashable": 0,
|
|
8138
|
+
"isRelicBuilding": 1,
|
|
8087
8139
|
"maximumCount": 1
|
|
8088
8140
|
},
|
|
8089
8141
|
{
|
|
@@ -8119,6 +8171,7 @@
|
|
|
8119
8171
|
"burnable": 0,
|
|
8120
8172
|
"tempServerBurnable": 0,
|
|
8121
8173
|
"smashable": 0,
|
|
8174
|
+
"isRelicBuilding": 1,
|
|
8122
8175
|
"maximumCount": 1
|
|
8123
8176
|
},
|
|
8124
8177
|
{
|
|
@@ -8155,6 +8208,7 @@
|
|
|
8155
8208
|
"burnable": 0,
|
|
8156
8209
|
"tempServerBurnable": 0,
|
|
8157
8210
|
"smashable": 0,
|
|
8211
|
+
"isRelicBuilding": 1,
|
|
8158
8212
|
"maximumCount": 1
|
|
8159
8213
|
},
|
|
8160
8214
|
{
|
|
@@ -8190,6 +8244,7 @@
|
|
|
8190
8244
|
"burnable": 0,
|
|
8191
8245
|
"tempServerBurnable": 0,
|
|
8192
8246
|
"smashable": 0,
|
|
8247
|
+
"isRelicBuilding": 1,
|
|
8193
8248
|
"maximumCount": 1
|
|
8194
8249
|
},
|
|
8195
8250
|
{
|
|
@@ -8226,6 +8281,7 @@
|
|
|
8226
8281
|
"burnable": 0,
|
|
8227
8282
|
"tempServerBurnable": 0,
|
|
8228
8283
|
"smashable": 0,
|
|
8284
|
+
"isRelicBuilding": 1,
|
|
8229
8285
|
"maximumCount": 1
|
|
8230
8286
|
},
|
|
8231
8287
|
{
|
|
@@ -8261,6 +8317,7 @@
|
|
|
8261
8317
|
"burnable": 0,
|
|
8262
8318
|
"tempServerBurnable": 0,
|
|
8263
8319
|
"smashable": 0,
|
|
8320
|
+
"isRelicBuilding": 1,
|
|
8264
8321
|
"maximumCount": 1
|
|
8265
8322
|
},
|
|
8266
8323
|
{
|
|
@@ -8297,6 +8354,7 @@
|
|
|
8297
8354
|
"burnable": 0,
|
|
8298
8355
|
"tempServerBurnable": 0,
|
|
8299
8356
|
"smashable": 0,
|
|
8357
|
+
"isRelicBuilding": 1,
|
|
8300
8358
|
"maximumCount": 1
|
|
8301
8359
|
},
|
|
8302
8360
|
{
|
|
@@ -8332,6 +8390,7 @@
|
|
|
8332
8390
|
"burnable": 0,
|
|
8333
8391
|
"tempServerBurnable": 0,
|
|
8334
8392
|
"smashable": 0,
|
|
8393
|
+
"isRelicBuilding": 1,
|
|
8335
8394
|
"maximumCount": 1
|
|
8336
8395
|
},
|
|
8337
8396
|
{
|
|
@@ -8368,6 +8427,7 @@
|
|
|
8368
8427
|
"burnable": 0,
|
|
8369
8428
|
"tempServerBurnable": 0,
|
|
8370
8429
|
"smashable": 0,
|
|
8430
|
+
"isRelicBuilding": 1,
|
|
8371
8431
|
"maximumCount": 1
|
|
8372
8432
|
},
|
|
8373
8433
|
{
|
|
@@ -8403,6 +8463,7 @@
|
|
|
8403
8463
|
"burnable": 0,
|
|
8404
8464
|
"tempServerBurnable": 0,
|
|
8405
8465
|
"smashable": 0,
|
|
8466
|
+
"isRelicBuilding": 1,
|
|
8406
8467
|
"maximumCount": 1
|
|
8407
8468
|
},
|
|
8408
8469
|
{
|
|
@@ -8439,6 +8500,7 @@
|
|
|
8439
8500
|
"burnable": 0,
|
|
8440
8501
|
"tempServerBurnable": 0,
|
|
8441
8502
|
"smashable": 0,
|
|
8503
|
+
"isRelicBuilding": 1,
|
|
8442
8504
|
"maximumCount": 1
|
|
8443
8505
|
},
|
|
8444
8506
|
{
|
|
@@ -8474,6 +8536,7 @@
|
|
|
8474
8536
|
"burnable": 0,
|
|
8475
8537
|
"tempServerBurnable": 0,
|
|
8476
8538
|
"smashable": 0,
|
|
8539
|
+
"isRelicBuilding": 1,
|
|
8477
8540
|
"maximumCount": 1
|
|
8478
8541
|
},
|
|
8479
8542
|
{
|
|
@@ -8510,6 +8573,7 @@
|
|
|
8510
8573
|
"burnable": 0,
|
|
8511
8574
|
"tempServerBurnable": 0,
|
|
8512
8575
|
"smashable": 0,
|
|
8576
|
+
"isRelicBuilding": 1,
|
|
8513
8577
|
"maximumCount": 1
|
|
8514
8578
|
},
|
|
8515
8579
|
{
|
|
@@ -8545,6 +8609,7 @@
|
|
|
8545
8609
|
"burnable": 0,
|
|
8546
8610
|
"tempServerBurnable": 0,
|
|
8547
8611
|
"smashable": 0,
|
|
8612
|
+
"isRelicBuilding": 1,
|
|
8548
8613
|
"maximumCount": 1
|
|
8549
8614
|
},
|
|
8550
8615
|
{
|
|
@@ -8581,6 +8646,7 @@
|
|
|
8581
8646
|
"burnable": 0,
|
|
8582
8647
|
"tempServerBurnable": 0,
|
|
8583
8648
|
"smashable": 0,
|
|
8649
|
+
"isRelicBuilding": 1,
|
|
8584
8650
|
"maximumCount": 1
|
|
8585
8651
|
},
|
|
8586
8652
|
{
|
|
@@ -8616,6 +8682,7 @@
|
|
|
8616
8682
|
"burnable": 0,
|
|
8617
8683
|
"tempServerBurnable": 0,
|
|
8618
8684
|
"smashable": 0,
|
|
8685
|
+
"isRelicBuilding": 1,
|
|
8619
8686
|
"maximumCount": 1
|
|
8620
8687
|
},
|
|
8621
8688
|
{
|
|
@@ -8652,6 +8719,7 @@
|
|
|
8652
8719
|
"burnable": 0,
|
|
8653
8720
|
"tempServerBurnable": 0,
|
|
8654
8721
|
"smashable": 0,
|
|
8722
|
+
"isRelicBuilding": 1,
|
|
8655
8723
|
"maximumCount": 1
|
|
8656
8724
|
},
|
|
8657
8725
|
{
|
|
@@ -8687,6 +8755,7 @@
|
|
|
8687
8755
|
"burnable": 0,
|
|
8688
8756
|
"tempServerBurnable": 0,
|
|
8689
8757
|
"smashable": 0,
|
|
8758
|
+
"isRelicBuilding": 1,
|
|
8690
8759
|
"maximumCount": 1
|
|
8691
8760
|
},
|
|
8692
8761
|
{
|
|
@@ -8723,6 +8792,7 @@
|
|
|
8723
8792
|
"burnable": 0,
|
|
8724
8793
|
"tempServerBurnable": 0,
|
|
8725
8794
|
"smashable": 0,
|
|
8795
|
+
"isRelicBuilding": 1,
|
|
8726
8796
|
"maximumCount": 1
|
|
8727
8797
|
},
|
|
8728
8798
|
{
|
|
@@ -8758,6 +8828,7 @@
|
|
|
8758
8828
|
"burnable": 0,
|
|
8759
8829
|
"tempServerBurnable": 0,
|
|
8760
8830
|
"smashable": 0,
|
|
8831
|
+
"isRelicBuilding": 1,
|
|
8761
8832
|
"maximumCount": 1
|
|
8762
8833
|
},
|
|
8763
8834
|
{
|
|
@@ -8794,6 +8865,7 @@
|
|
|
8794
8865
|
"burnable": 0,
|
|
8795
8866
|
"tempServerBurnable": 0,
|
|
8796
8867
|
"smashable": 0,
|
|
8868
|
+
"isRelicBuilding": 1,
|
|
8797
8869
|
"maximumCount": 1
|
|
8798
8870
|
},
|
|
8799
8871
|
{
|
|
@@ -8830,6 +8902,7 @@
|
|
|
8830
8902
|
"burnable": 0,
|
|
8831
8903
|
"tempServerBurnable": 0,
|
|
8832
8904
|
"smashable": 0,
|
|
8905
|
+
"isRelicBuilding": 1,
|
|
8833
8906
|
"maximumCount": 1
|
|
8834
8907
|
},
|
|
8835
8908
|
{
|
|
@@ -8865,6 +8938,7 @@
|
|
|
8865
8938
|
"burnable": 0,
|
|
8866
8939
|
"tempServerBurnable": 0,
|
|
8867
8940
|
"smashable": 0,
|
|
8941
|
+
"isRelicBuilding": 1,
|
|
8868
8942
|
"maximumCount": 1
|
|
8869
8943
|
},
|
|
8870
8944
|
{
|
|
@@ -8901,6 +8975,7 @@
|
|
|
8901
8975
|
"burnable": 0,
|
|
8902
8976
|
"tempServerBurnable": 0,
|
|
8903
8977
|
"smashable": 0,
|
|
8978
|
+
"isRelicBuilding": 1,
|
|
8904
8979
|
"maximumCount": 1
|
|
8905
8980
|
},
|
|
8906
8981
|
{
|
|
@@ -8934,6 +9009,7 @@
|
|
|
8934
9009
|
"burnable": 0,
|
|
8935
9010
|
"tempServerBurnable": 0,
|
|
8936
9011
|
"smashable": 0,
|
|
9012
|
+
"isRelicBuilding": 1,
|
|
8937
9013
|
"maximumCount": 1
|
|
8938
9014
|
},
|
|
8939
9015
|
{
|
|
@@ -8970,6 +9046,7 @@
|
|
|
8970
9046
|
"burnable": 0,
|
|
8971
9047
|
"tempServerBurnable": 0,
|
|
8972
9048
|
"smashable": 0,
|
|
9049
|
+
"isRelicBuilding": 1,
|
|
8973
9050
|
"maximumCount": 1
|
|
8974
9051
|
},
|
|
8975
9052
|
{
|
|
@@ -9005,6 +9082,7 @@
|
|
|
9005
9082
|
"burnable": 0,
|
|
9006
9083
|
"tempServerBurnable": 0,
|
|
9007
9084
|
"smashable": 0,
|
|
9085
|
+
"isRelicBuilding": 1,
|
|
9008
9086
|
"maximumCount": 1
|
|
9009
9087
|
},
|
|
9010
9088
|
{
|
|
@@ -9041,6 +9119,7 @@
|
|
|
9041
9119
|
"burnable": 0,
|
|
9042
9120
|
"tempServerBurnable": 0,
|
|
9043
9121
|
"smashable": 0,
|
|
9122
|
+
"isRelicBuilding": 1,
|
|
9044
9123
|
"maximumCount": 1
|
|
9045
9124
|
},
|
|
9046
9125
|
{
|
|
@@ -9076,6 +9155,7 @@
|
|
|
9076
9155
|
"burnable": 0,
|
|
9077
9156
|
"tempServerBurnable": 0,
|
|
9078
9157
|
"smashable": 0,
|
|
9158
|
+
"isRelicBuilding": 1,
|
|
9079
9159
|
"maximumCount": 1
|
|
9080
9160
|
},
|
|
9081
9161
|
{
|
|
@@ -9112,6 +9192,7 @@
|
|
|
9112
9192
|
"burnable": 0,
|
|
9113
9193
|
"tempServerBurnable": 0,
|
|
9114
9194
|
"smashable": 0,
|
|
9195
|
+
"isRelicBuilding": 1,
|
|
9115
9196
|
"maximumCount": 1
|
|
9116
9197
|
},
|
|
9117
9198
|
{
|
|
@@ -9147,6 +9228,7 @@
|
|
|
9147
9228
|
"burnable": 0,
|
|
9148
9229
|
"tempServerBurnable": 0,
|
|
9149
9230
|
"smashable": 0,
|
|
9231
|
+
"isRelicBuilding": 1,
|
|
9150
9232
|
"maximumCount": 1
|
|
9151
9233
|
},
|
|
9152
9234
|
{
|
|
@@ -9183,6 +9265,7 @@
|
|
|
9183
9265
|
"burnable": 0,
|
|
9184
9266
|
"tempServerBurnable": 0,
|
|
9185
9267
|
"smashable": 0,
|
|
9268
|
+
"isRelicBuilding": 1,
|
|
9186
9269
|
"maximumCount": 1
|
|
9187
9270
|
},
|
|
9188
9271
|
{
|
|
@@ -9218,6 +9301,7 @@
|
|
|
9218
9301
|
"burnable": 0,
|
|
9219
9302
|
"tempServerBurnable": 0,
|
|
9220
9303
|
"smashable": 0,
|
|
9304
|
+
"isRelicBuilding": 1,
|
|
9221
9305
|
"maximumCount": 1
|
|
9222
9306
|
},
|
|
9223
9307
|
{
|
|
@@ -9254,6 +9338,7 @@
|
|
|
9254
9338
|
"burnable": 0,
|
|
9255
9339
|
"tempServerBurnable": 0,
|
|
9256
9340
|
"smashable": 0,
|
|
9341
|
+
"isRelicBuilding": 1,
|
|
9257
9342
|
"maximumCount": 1
|
|
9258
9343
|
},
|
|
9259
9344
|
{
|
|
@@ -9289,6 +9374,7 @@
|
|
|
9289
9374
|
"burnable": 0,
|
|
9290
9375
|
"tempServerBurnable": 0,
|
|
9291
9376
|
"smashable": 0,
|
|
9377
|
+
"isRelicBuilding": 1,
|
|
9292
9378
|
"maximumCount": 1
|
|
9293
9379
|
},
|
|
9294
9380
|
{
|
|
@@ -9325,6 +9411,7 @@
|
|
|
9325
9411
|
"burnable": 0,
|
|
9326
9412
|
"tempServerBurnable": 0,
|
|
9327
9413
|
"smashable": 0,
|
|
9414
|
+
"isRelicBuilding": 1,
|
|
9328
9415
|
"maximumCount": 1
|
|
9329
9416
|
},
|
|
9330
9417
|
{
|
|
@@ -9360,6 +9447,7 @@
|
|
|
9360
9447
|
"burnable": 0,
|
|
9361
9448
|
"tempServerBurnable": 0,
|
|
9362
9449
|
"smashable": 0,
|
|
9450
|
+
"isRelicBuilding": 1,
|
|
9363
9451
|
"maximumCount": 1
|
|
9364
9452
|
},
|
|
9365
9453
|
{
|
|
@@ -9396,6 +9484,7 @@
|
|
|
9396
9484
|
"burnable": 0,
|
|
9397
9485
|
"tempServerBurnable": 0,
|
|
9398
9486
|
"smashable": 0,
|
|
9487
|
+
"isRelicBuilding": 1,
|
|
9399
9488
|
"maximumCount": 1
|
|
9400
9489
|
},
|
|
9401
9490
|
{
|
|
@@ -9431,6 +9520,7 @@
|
|
|
9431
9520
|
"burnable": 0,
|
|
9432
9521
|
"tempServerBurnable": 0,
|
|
9433
9522
|
"smashable": 0,
|
|
9523
|
+
"isRelicBuilding": 1,
|
|
9434
9524
|
"maximumCount": 1
|
|
9435
9525
|
},
|
|
9436
9526
|
{
|
|
@@ -9467,6 +9557,7 @@
|
|
|
9467
9557
|
"burnable": 0,
|
|
9468
9558
|
"tempServerBurnable": 0,
|
|
9469
9559
|
"smashable": 0,
|
|
9560
|
+
"isRelicBuilding": 1,
|
|
9470
9561
|
"maximumCount": 1
|
|
9471
9562
|
},
|
|
9472
9563
|
{
|
|
@@ -9502,6 +9593,7 @@
|
|
|
9502
9593
|
"burnable": 0,
|
|
9503
9594
|
"tempServerBurnable": 0,
|
|
9504
9595
|
"smashable": 0,
|
|
9596
|
+
"isRelicBuilding": 1,
|
|
9505
9597
|
"maximumCount": 1
|
|
9506
9598
|
},
|
|
9507
9599
|
{
|
|
@@ -9538,6 +9630,7 @@
|
|
|
9538
9630
|
"burnable": 0,
|
|
9539
9631
|
"tempServerBurnable": 0,
|
|
9540
9632
|
"smashable": 0,
|
|
9633
|
+
"isRelicBuilding": 1,
|
|
9541
9634
|
"maximumCount": 1
|
|
9542
9635
|
},
|
|
9543
9636
|
{
|
|
@@ -9573,6 +9666,7 @@
|
|
|
9573
9666
|
"burnable": 0,
|
|
9574
9667
|
"tempServerBurnable": 0,
|
|
9575
9668
|
"smashable": 0,
|
|
9669
|
+
"isRelicBuilding": 1,
|
|
9576
9670
|
"maximumCount": 1
|
|
9577
9671
|
},
|
|
9578
9672
|
{
|
|
@@ -9609,6 +9703,7 @@
|
|
|
9609
9703
|
"burnable": 0,
|
|
9610
9704
|
"tempServerBurnable": 0,
|
|
9611
9705
|
"smashable": 0,
|
|
9706
|
+
"isRelicBuilding": 1,
|
|
9612
9707
|
"maximumCount": 1
|
|
9613
9708
|
},
|
|
9614
9709
|
{
|
|
@@ -9644,6 +9739,7 @@
|
|
|
9644
9739
|
"burnable": 0,
|
|
9645
9740
|
"tempServerBurnable": 0,
|
|
9646
9741
|
"smashable": 0,
|
|
9742
|
+
"isRelicBuilding": 1,
|
|
9647
9743
|
"maximumCount": 1
|
|
9648
9744
|
},
|
|
9649
9745
|
{
|
|
@@ -9680,6 +9776,7 @@
|
|
|
9680
9776
|
"burnable": 0,
|
|
9681
9777
|
"tempServerBurnable": 0,
|
|
9682
9778
|
"smashable": 0,
|
|
9779
|
+
"isRelicBuilding": 1,
|
|
9683
9780
|
"maximumCount": 1
|
|
9684
9781
|
},
|
|
9685
9782
|
{
|
|
@@ -9716,6 +9813,7 @@
|
|
|
9716
9813
|
"burnable": 0,
|
|
9717
9814
|
"tempServerBurnable": 0,
|
|
9718
9815
|
"smashable": 0,
|
|
9816
|
+
"isRelicBuilding": 1,
|
|
9719
9817
|
"maximumCount": 1
|
|
9720
9818
|
},
|
|
9721
9819
|
{
|
|
@@ -9751,6 +9849,7 @@
|
|
|
9751
9849
|
"burnable": 0,
|
|
9752
9850
|
"tempServerBurnable": 0,
|
|
9753
9851
|
"smashable": 0,
|
|
9852
|
+
"isRelicBuilding": 1,
|
|
9754
9853
|
"maximumCount": 1
|
|
9755
9854
|
},
|
|
9756
9855
|
{
|
|
@@ -9787,6 +9886,7 @@
|
|
|
9787
9886
|
"burnable": 0,
|
|
9788
9887
|
"tempServerBurnable": 0,
|
|
9789
9888
|
"smashable": 0,
|
|
9889
|
+
"isRelicBuilding": 1,
|
|
9790
9890
|
"maximumCount": 1
|
|
9791
9891
|
},
|
|
9792
9892
|
{
|
|
@@ -9820,6 +9920,7 @@
|
|
|
9820
9920
|
"burnable": 0,
|
|
9821
9921
|
"tempServerBurnable": 0,
|
|
9822
9922
|
"smashable": 0,
|
|
9923
|
+
"isRelicBuilding": 1,
|
|
9823
9924
|
"maximumCount": 1
|
|
9824
9925
|
},
|
|
9825
9926
|
{
|
|
@@ -9856,6 +9957,7 @@
|
|
|
9856
9957
|
"burnable": 0,
|
|
9857
9958
|
"tempServerBurnable": 0,
|
|
9858
9959
|
"smashable": 0,
|
|
9960
|
+
"isRelicBuilding": 1,
|
|
9859
9961
|
"maximumCount": 1
|
|
9860
9962
|
},
|
|
9861
9963
|
{
|
|
@@ -9891,6 +9993,7 @@
|
|
|
9891
9993
|
"burnable": 0,
|
|
9892
9994
|
"tempServerBurnable": 0,
|
|
9893
9995
|
"smashable": 0,
|
|
9996
|
+
"isRelicBuilding": 1,
|
|
9894
9997
|
"maximumCount": 1
|
|
9895
9998
|
},
|
|
9896
9999
|
{
|
|
@@ -9927,6 +10030,7 @@
|
|
|
9927
10030
|
"burnable": 0,
|
|
9928
10031
|
"tempServerBurnable": 0,
|
|
9929
10032
|
"smashable": 0,
|
|
10033
|
+
"isRelicBuilding": 1,
|
|
9930
10034
|
"maximumCount": 1
|
|
9931
10035
|
},
|
|
9932
10036
|
{
|
|
@@ -9962,6 +10066,7 @@
|
|
|
9962
10066
|
"burnable": 0,
|
|
9963
10067
|
"tempServerBurnable": 0,
|
|
9964
10068
|
"smashable": 0,
|
|
10069
|
+
"isRelicBuilding": 1,
|
|
9965
10070
|
"maximumCount": 1
|
|
9966
10071
|
},
|
|
9967
10072
|
{
|
|
@@ -9998,6 +10103,7 @@
|
|
|
9998
10103
|
"burnable": 0,
|
|
9999
10104
|
"tempServerBurnable": 0,
|
|
10000
10105
|
"smashable": 0,
|
|
10106
|
+
"isRelicBuilding": 1,
|
|
10001
10107
|
"maximumCount": 1
|
|
10002
10108
|
},
|
|
10003
10109
|
{
|
|
@@ -10033,6 +10139,7 @@
|
|
|
10033
10139
|
"burnable": 0,
|
|
10034
10140
|
"tempServerBurnable": 0,
|
|
10035
10141
|
"smashable": 0,
|
|
10142
|
+
"isRelicBuilding": 1,
|
|
10036
10143
|
"maximumCount": 1
|
|
10037
10144
|
},
|
|
10038
10145
|
{
|
|
@@ -10069,6 +10176,7 @@
|
|
|
10069
10176
|
"burnable": 0,
|
|
10070
10177
|
"tempServerBurnable": 0,
|
|
10071
10178
|
"smashable": 0,
|
|
10179
|
+
"isRelicBuilding": 1,
|
|
10072
10180
|
"maximumCount": 1
|
|
10073
10181
|
},
|
|
10074
10182
|
{
|
|
@@ -10104,6 +10212,7 @@
|
|
|
10104
10212
|
"burnable": 0,
|
|
10105
10213
|
"tempServerBurnable": 0,
|
|
10106
10214
|
"smashable": 0,
|
|
10215
|
+
"isRelicBuilding": 1,
|
|
10107
10216
|
"maximumCount": 1
|
|
10108
10217
|
},
|
|
10109
10218
|
{
|
|
@@ -10140,6 +10249,7 @@
|
|
|
10140
10249
|
"burnable": 0,
|
|
10141
10250
|
"tempServerBurnable": 0,
|
|
10142
10251
|
"smashable": 0,
|
|
10252
|
+
"isRelicBuilding": 1,
|
|
10143
10253
|
"maximumCount": 1
|
|
10144
10254
|
},
|
|
10145
10255
|
{
|
|
@@ -10175,6 +10285,7 @@
|
|
|
10175
10285
|
"burnable": 0,
|
|
10176
10286
|
"tempServerBurnable": 0,
|
|
10177
10287
|
"smashable": 0,
|
|
10288
|
+
"isRelicBuilding": 1,
|
|
10178
10289
|
"maximumCount": 1
|
|
10179
10290
|
},
|
|
10180
10291
|
{
|
|
@@ -10211,6 +10322,7 @@
|
|
|
10211
10322
|
"burnable": 0,
|
|
10212
10323
|
"tempServerBurnable": 0,
|
|
10213
10324
|
"smashable": 0,
|
|
10325
|
+
"isRelicBuilding": 1,
|
|
10214
10326
|
"maximumCount": 1
|
|
10215
10327
|
},
|
|
10216
10328
|
{
|
|
@@ -10246,6 +10358,7 @@
|
|
|
10246
10358
|
"burnable": 0,
|
|
10247
10359
|
"tempServerBurnable": 0,
|
|
10248
10360
|
"smashable": 0,
|
|
10361
|
+
"isRelicBuilding": 1,
|
|
10249
10362
|
"maximumCount": 1
|
|
10250
10363
|
},
|
|
10251
10364
|
{
|
|
@@ -10282,6 +10395,7 @@
|
|
|
10282
10395
|
"burnable": 0,
|
|
10283
10396
|
"tempServerBurnable": 0,
|
|
10284
10397
|
"smashable": 0,
|
|
10398
|
+
"isRelicBuilding": 1,
|
|
10285
10399
|
"maximumCount": 1
|
|
10286
10400
|
},
|
|
10287
10401
|
{
|
|
@@ -10317,6 +10431,7 @@
|
|
|
10317
10431
|
"burnable": 0,
|
|
10318
10432
|
"tempServerBurnable": 0,
|
|
10319
10433
|
"smashable": 0,
|
|
10434
|
+
"isRelicBuilding": 1,
|
|
10320
10435
|
"maximumCount": 1
|
|
10321
10436
|
},
|
|
10322
10437
|
{
|
|
@@ -10353,6 +10468,7 @@
|
|
|
10353
10468
|
"burnable": 0,
|
|
10354
10469
|
"tempServerBurnable": 0,
|
|
10355
10470
|
"smashable": 0,
|
|
10471
|
+
"isRelicBuilding": 1,
|
|
10356
10472
|
"maximumCount": 1
|
|
10357
10473
|
},
|
|
10358
10474
|
{
|
|
@@ -10388,6 +10504,7 @@
|
|
|
10388
10504
|
"burnable": 0,
|
|
10389
10505
|
"tempServerBurnable": 0,
|
|
10390
10506
|
"smashable": 0,
|
|
10507
|
+
"isRelicBuilding": 1,
|
|
10391
10508
|
"maximumCount": 1
|
|
10392
10509
|
},
|
|
10393
10510
|
{
|
|
@@ -10424,6 +10541,7 @@
|
|
|
10424
10541
|
"burnable": 0,
|
|
10425
10542
|
"tempServerBurnable": 0,
|
|
10426
10543
|
"smashable": 0,
|
|
10544
|
+
"isRelicBuilding": 1,
|
|
10427
10545
|
"maximumCount": 1
|
|
10428
10546
|
},
|
|
10429
10547
|
{
|
|
@@ -10459,6 +10577,7 @@
|
|
|
10459
10577
|
"burnable": 0,
|
|
10460
10578
|
"tempServerBurnable": 0,
|
|
10461
10579
|
"smashable": 0,
|
|
10580
|
+
"isRelicBuilding": 1,
|
|
10462
10581
|
"maximumCount": 1
|
|
10463
10582
|
},
|
|
10464
10583
|
{
|
|
@@ -10495,6 +10614,7 @@
|
|
|
10495
10614
|
"burnable": 0,
|
|
10496
10615
|
"tempServerBurnable": 0,
|
|
10497
10616
|
"smashable": 0,
|
|
10617
|
+
"isRelicBuilding": 1,
|
|
10498
10618
|
"maximumCount": 1
|
|
10499
10619
|
},
|
|
10500
10620
|
{
|
|
@@ -10530,6 +10650,7 @@
|
|
|
10530
10650
|
"burnable": 0,
|
|
10531
10651
|
"tempServerBurnable": 0,
|
|
10532
10652
|
"smashable": 0,
|
|
10653
|
+
"isRelicBuilding": 1,
|
|
10533
10654
|
"maximumCount": 1
|
|
10534
10655
|
},
|
|
10535
10656
|
{
|
|
@@ -10566,6 +10687,7 @@
|
|
|
10566
10687
|
"burnable": 0,
|
|
10567
10688
|
"tempServerBurnable": 0,
|
|
10568
10689
|
"smashable": 0,
|
|
10690
|
+
"isRelicBuilding": 1,
|
|
10569
10691
|
"maximumCount": 1
|
|
10570
10692
|
},
|
|
10571
10693
|
{
|
|
@@ -10602,6 +10724,7 @@
|
|
|
10602
10724
|
"burnable": 0,
|
|
10603
10725
|
"tempServerBurnable": 0,
|
|
10604
10726
|
"smashable": 0,
|
|
10727
|
+
"isRelicBuilding": 1,
|
|
10605
10728
|
"maximumCount": 1
|
|
10606
10729
|
},
|
|
10607
10730
|
{
|
|
@@ -10637,6 +10760,7 @@
|
|
|
10637
10760
|
"burnable": 0,
|
|
10638
10761
|
"tempServerBurnable": 0,
|
|
10639
10762
|
"smashable": 0,
|
|
10763
|
+
"isRelicBuilding": 1,
|
|
10640
10764
|
"maximumCount": 1
|
|
10641
10765
|
},
|
|
10642
10766
|
{
|
|
@@ -10673,6 +10797,7 @@
|
|
|
10673
10797
|
"burnable": 0,
|
|
10674
10798
|
"tempServerBurnable": 0,
|
|
10675
10799
|
"smashable": 0,
|
|
10800
|
+
"isRelicBuilding": 1,
|
|
10676
10801
|
"maximumCount": 1
|
|
10677
10802
|
},
|
|
10678
10803
|
{
|
|
@@ -10706,6 +10831,7 @@
|
|
|
10706
10831
|
"burnable": 0,
|
|
10707
10832
|
"tempServerBurnable": 0,
|
|
10708
10833
|
"smashable": 0,
|
|
10834
|
+
"isRelicBuilding": 1,
|
|
10709
10835
|
"maximumCount": 1
|
|
10710
10836
|
},
|
|
10711
10837
|
{
|
|
@@ -10742,6 +10868,7 @@
|
|
|
10742
10868
|
"burnable": 0,
|
|
10743
10869
|
"tempServerBurnable": 0,
|
|
10744
10870
|
"smashable": 0,
|
|
10871
|
+
"isRelicBuilding": 1,
|
|
10745
10872
|
"maximumCount": 1
|
|
10746
10873
|
},
|
|
10747
10874
|
{
|
|
@@ -10777,6 +10904,7 @@
|
|
|
10777
10904
|
"burnable": 0,
|
|
10778
10905
|
"tempServerBurnable": 0,
|
|
10779
10906
|
"smashable": 0,
|
|
10907
|
+
"isRelicBuilding": 1,
|
|
10780
10908
|
"maximumCount": 1
|
|
10781
10909
|
},
|
|
10782
10910
|
{
|
|
@@ -10813,6 +10941,7 @@
|
|
|
10813
10941
|
"burnable": 0,
|
|
10814
10942
|
"tempServerBurnable": 0,
|
|
10815
10943
|
"smashable": 0,
|
|
10944
|
+
"isRelicBuilding": 1,
|
|
10816
10945
|
"maximumCount": 1
|
|
10817
10946
|
},
|
|
10818
10947
|
{
|
|
@@ -10848,6 +10977,7 @@
|
|
|
10848
10977
|
"burnable": 0,
|
|
10849
10978
|
"tempServerBurnable": 0,
|
|
10850
10979
|
"smashable": 0,
|
|
10980
|
+
"isRelicBuilding": 1,
|
|
10851
10981
|
"maximumCount": 1
|
|
10852
10982
|
},
|
|
10853
10983
|
{
|
|
@@ -10884,6 +11014,7 @@
|
|
|
10884
11014
|
"burnable": 0,
|
|
10885
11015
|
"tempServerBurnable": 0,
|
|
10886
11016
|
"smashable": 0,
|
|
11017
|
+
"isRelicBuilding": 1,
|
|
10887
11018
|
"maximumCount": 1
|
|
10888
11019
|
},
|
|
10889
11020
|
{
|
|
@@ -10919,6 +11050,7 @@
|
|
|
10919
11050
|
"burnable": 0,
|
|
10920
11051
|
"tempServerBurnable": 0,
|
|
10921
11052
|
"smashable": 0,
|
|
11053
|
+
"isRelicBuilding": 1,
|
|
10922
11054
|
"maximumCount": 1
|
|
10923
11055
|
},
|
|
10924
11056
|
{
|
|
@@ -10955,6 +11087,7 @@
|
|
|
10955
11087
|
"burnable": 0,
|
|
10956
11088
|
"tempServerBurnable": 0,
|
|
10957
11089
|
"smashable": 0,
|
|
11090
|
+
"isRelicBuilding": 1,
|
|
10958
11091
|
"maximumCount": 1
|
|
10959
11092
|
},
|
|
10960
11093
|
{
|
|
@@ -10990,6 +11123,7 @@
|
|
|
10990
11123
|
"burnable": 0,
|
|
10991
11124
|
"tempServerBurnable": 0,
|
|
10992
11125
|
"smashable": 0,
|
|
11126
|
+
"isRelicBuilding": 1,
|
|
10993
11127
|
"maximumCount": 1
|
|
10994
11128
|
},
|
|
10995
11129
|
{
|
|
@@ -11026,6 +11160,7 @@
|
|
|
11026
11160
|
"burnable": 0,
|
|
11027
11161
|
"tempServerBurnable": 0,
|
|
11028
11162
|
"smashable": 0,
|
|
11163
|
+
"isRelicBuilding": 1,
|
|
11029
11164
|
"maximumCount": 1
|
|
11030
11165
|
},
|
|
11031
11166
|
{
|
|
@@ -11061,6 +11196,7 @@
|
|
|
11061
11196
|
"burnable": 0,
|
|
11062
11197
|
"tempServerBurnable": 0,
|
|
11063
11198
|
"smashable": 0,
|
|
11199
|
+
"isRelicBuilding": 1,
|
|
11064
11200
|
"maximumCount": 1
|
|
11065
11201
|
},
|
|
11066
11202
|
{
|
|
@@ -11097,6 +11233,7 @@
|
|
|
11097
11233
|
"burnable": 0,
|
|
11098
11234
|
"tempServerBurnable": 0,
|
|
11099
11235
|
"smashable": 0,
|
|
11236
|
+
"isRelicBuilding": 1,
|
|
11100
11237
|
"maximumCount": 1
|
|
11101
11238
|
},
|
|
11102
11239
|
{
|
|
@@ -11132,6 +11269,7 @@
|
|
|
11132
11269
|
"burnable": 0,
|
|
11133
11270
|
"tempServerBurnable": 0,
|
|
11134
11271
|
"smashable": 0,
|
|
11272
|
+
"isRelicBuilding": 1,
|
|
11135
11273
|
"maximumCount": 1
|
|
11136
11274
|
},
|
|
11137
11275
|
{
|
|
@@ -11168,6 +11306,7 @@
|
|
|
11168
11306
|
"burnable": 0,
|
|
11169
11307
|
"tempServerBurnable": 0,
|
|
11170
11308
|
"smashable": 0,
|
|
11309
|
+
"isRelicBuilding": 1,
|
|
11171
11310
|
"maximumCount": 1
|
|
11172
11311
|
},
|
|
11173
11312
|
{
|
|
@@ -11203,6 +11342,7 @@
|
|
|
11203
11342
|
"burnable": 0,
|
|
11204
11343
|
"tempServerBurnable": 0,
|
|
11205
11344
|
"smashable": 0,
|
|
11345
|
+
"isRelicBuilding": 1,
|
|
11206
11346
|
"maximumCount": 1
|
|
11207
11347
|
},
|
|
11208
11348
|
{
|
|
@@ -11239,6 +11379,7 @@
|
|
|
11239
11379
|
"burnable": 0,
|
|
11240
11380
|
"tempServerBurnable": 0,
|
|
11241
11381
|
"smashable": 0,
|
|
11382
|
+
"isRelicBuilding": 1,
|
|
11242
11383
|
"maximumCount": 1
|
|
11243
11384
|
},
|
|
11244
11385
|
{
|
|
@@ -11274,6 +11415,7 @@
|
|
|
11274
11415
|
"burnable": 0,
|
|
11275
11416
|
"tempServerBurnable": 0,
|
|
11276
11417
|
"smashable": 0,
|
|
11418
|
+
"isRelicBuilding": 1,
|
|
11277
11419
|
"maximumCount": 1
|
|
11278
11420
|
},
|
|
11279
11421
|
{
|
|
@@ -11310,6 +11452,7 @@
|
|
|
11310
11452
|
"burnable": 0,
|
|
11311
11453
|
"tempServerBurnable": 0,
|
|
11312
11454
|
"smashable": 0,
|
|
11455
|
+
"isRelicBuilding": 1,
|
|
11313
11456
|
"maximumCount": 1
|
|
11314
11457
|
},
|
|
11315
11458
|
{
|
|
@@ -11345,6 +11488,7 @@
|
|
|
11345
11488
|
"burnable": 0,
|
|
11346
11489
|
"tempServerBurnable": 0,
|
|
11347
11490
|
"smashable": 0,
|
|
11491
|
+
"isRelicBuilding": 1,
|
|
11348
11492
|
"maximumCount": 1
|
|
11349
11493
|
},
|
|
11350
11494
|
{
|
|
@@ -11381,6 +11525,7 @@
|
|
|
11381
11525
|
"burnable": 0,
|
|
11382
11526
|
"tempServerBurnable": 0,
|
|
11383
11527
|
"smashable": 0,
|
|
11528
|
+
"isRelicBuilding": 1,
|
|
11384
11529
|
"maximumCount": 1
|
|
11385
11530
|
},
|
|
11386
11531
|
{
|
|
@@ -11416,6 +11561,7 @@
|
|
|
11416
11561
|
"burnable": 0,
|
|
11417
11562
|
"tempServerBurnable": 0,
|
|
11418
11563
|
"smashable": 0,
|
|
11564
|
+
"isRelicBuilding": 1,
|
|
11419
11565
|
"maximumCount": 1
|
|
11420
11566
|
},
|
|
11421
11567
|
{
|
|
@@ -11452,6 +11598,7 @@
|
|
|
11452
11598
|
"burnable": 0,
|
|
11453
11599
|
"tempServerBurnable": 0,
|
|
11454
11600
|
"smashable": 0,
|
|
11601
|
+
"isRelicBuilding": 1,
|
|
11455
11602
|
"maximumCount": 1
|
|
11456
11603
|
},
|
|
11457
11604
|
{
|
|
@@ -11488,6 +11635,7 @@
|
|
|
11488
11635
|
"burnable": 0,
|
|
11489
11636
|
"tempServerBurnable": 0,
|
|
11490
11637
|
"smashable": 0,
|
|
11638
|
+
"isRelicBuilding": 1,
|
|
11491
11639
|
"maximumCount": 1
|
|
11492
11640
|
},
|
|
11493
11641
|
{
|
|
@@ -11523,6 +11671,7 @@
|
|
|
11523
11671
|
"burnable": 0,
|
|
11524
11672
|
"tempServerBurnable": 0,
|
|
11525
11673
|
"smashable": 0,
|
|
11674
|
+
"isRelicBuilding": 1,
|
|
11526
11675
|
"maximumCount": 1
|
|
11527
11676
|
},
|
|
11528
11677
|
{
|
|
@@ -11559,6 +11708,7 @@
|
|
|
11559
11708
|
"burnable": 0,
|
|
11560
11709
|
"tempServerBurnable": 0,
|
|
11561
11710
|
"smashable": 0,
|
|
11711
|
+
"isRelicBuilding": 1,
|
|
11562
11712
|
"maximumCount": 1
|
|
11563
11713
|
},
|
|
11564
11714
|
{
|
|
@@ -11592,6 +11742,7 @@
|
|
|
11592
11742
|
"burnable": 0,
|
|
11593
11743
|
"tempServerBurnable": 0,
|
|
11594
11744
|
"smashable": 0,
|
|
11745
|
+
"isRelicBuilding": 1,
|
|
11595
11746
|
"maximumCount": 1
|
|
11596
11747
|
},
|
|
11597
11748
|
{
|
|
@@ -11628,6 +11779,7 @@
|
|
|
11628
11779
|
"burnable": 0,
|
|
11629
11780
|
"tempServerBurnable": 0,
|
|
11630
11781
|
"smashable": 0,
|
|
11782
|
+
"isRelicBuilding": 1,
|
|
11631
11783
|
"maximumCount": 1
|
|
11632
11784
|
},
|
|
11633
11785
|
{
|
|
@@ -11663,6 +11815,7 @@
|
|
|
11663
11815
|
"burnable": 0,
|
|
11664
11816
|
"tempServerBurnable": 0,
|
|
11665
11817
|
"smashable": 0,
|
|
11818
|
+
"isRelicBuilding": 1,
|
|
11666
11819
|
"maximumCount": 1
|
|
11667
11820
|
},
|
|
11668
11821
|
{
|
|
@@ -11699,6 +11852,7 @@
|
|
|
11699
11852
|
"burnable": 0,
|
|
11700
11853
|
"tempServerBurnable": 0,
|
|
11701
11854
|
"smashable": 0,
|
|
11855
|
+
"isRelicBuilding": 1,
|
|
11702
11856
|
"maximumCount": 1
|
|
11703
11857
|
},
|
|
11704
11858
|
{
|
|
@@ -11734,6 +11888,7 @@
|
|
|
11734
11888
|
"burnable": 0,
|
|
11735
11889
|
"tempServerBurnable": 0,
|
|
11736
11890
|
"smashable": 0,
|
|
11891
|
+
"isRelicBuilding": 1,
|
|
11737
11892
|
"maximumCount": 1
|
|
11738
11893
|
},
|
|
11739
11894
|
{
|
|
@@ -11770,6 +11925,7 @@
|
|
|
11770
11925
|
"burnable": 0,
|
|
11771
11926
|
"tempServerBurnable": 0,
|
|
11772
11927
|
"smashable": 0,
|
|
11928
|
+
"isRelicBuilding": 1,
|
|
11773
11929
|
"maximumCount": 1
|
|
11774
11930
|
},
|
|
11775
11931
|
{
|
|
@@ -11805,6 +11961,7 @@
|
|
|
11805
11961
|
"burnable": 0,
|
|
11806
11962
|
"tempServerBurnable": 0,
|
|
11807
11963
|
"smashable": 0,
|
|
11964
|
+
"isRelicBuilding": 1,
|
|
11808
11965
|
"maximumCount": 1
|
|
11809
11966
|
},
|
|
11810
11967
|
{
|
|
@@ -11841,6 +11998,7 @@
|
|
|
11841
11998
|
"burnable": 0,
|
|
11842
11999
|
"tempServerBurnable": 0,
|
|
11843
12000
|
"smashable": 0,
|
|
12001
|
+
"isRelicBuilding": 1,
|
|
11844
12002
|
"maximumCount": 1
|
|
11845
12003
|
},
|
|
11846
12004
|
{
|
|
@@ -11876,6 +12034,7 @@
|
|
|
11876
12034
|
"burnable": 0,
|
|
11877
12035
|
"tempServerBurnable": 0,
|
|
11878
12036
|
"smashable": 0,
|
|
12037
|
+
"isRelicBuilding": 1,
|
|
11879
12038
|
"maximumCount": 1
|
|
11880
12039
|
},
|
|
11881
12040
|
{
|
|
@@ -11912,6 +12071,7 @@
|
|
|
11912
12071
|
"burnable": 0,
|
|
11913
12072
|
"tempServerBurnable": 0,
|
|
11914
12073
|
"smashable": 0,
|
|
12074
|
+
"isRelicBuilding": 1,
|
|
11915
12075
|
"maximumCount": 1
|
|
11916
12076
|
},
|
|
11917
12077
|
{
|
|
@@ -11947,6 +12107,7 @@
|
|
|
11947
12107
|
"burnable": 0,
|
|
11948
12108
|
"tempServerBurnable": 0,
|
|
11949
12109
|
"smashable": 0,
|
|
12110
|
+
"isRelicBuilding": 1,
|
|
11950
12111
|
"maximumCount": 1
|
|
11951
12112
|
},
|
|
11952
12113
|
{
|
|
@@ -11983,6 +12144,7 @@
|
|
|
11983
12144
|
"burnable": 0,
|
|
11984
12145
|
"tempServerBurnable": 0,
|
|
11985
12146
|
"smashable": 0,
|
|
12147
|
+
"isRelicBuilding": 1,
|
|
11986
12148
|
"maximumCount": 1
|
|
11987
12149
|
},
|
|
11988
12150
|
{
|
|
@@ -12018,6 +12180,7 @@
|
|
|
12018
12180
|
"burnable": 0,
|
|
12019
12181
|
"tempServerBurnable": 0,
|
|
12020
12182
|
"smashable": 0,
|
|
12183
|
+
"isRelicBuilding": 1,
|
|
12021
12184
|
"maximumCount": 1
|
|
12022
12185
|
},
|
|
12023
12186
|
{
|
|
@@ -12054,6 +12217,7 @@
|
|
|
12054
12217
|
"burnable": 0,
|
|
12055
12218
|
"tempServerBurnable": 0,
|
|
12056
12219
|
"smashable": 0,
|
|
12220
|
+
"isRelicBuilding": 1,
|
|
12057
12221
|
"maximumCount": 1
|
|
12058
12222
|
},
|
|
12059
12223
|
{
|
|
@@ -12089,6 +12253,7 @@
|
|
|
12089
12253
|
"burnable": 0,
|
|
12090
12254
|
"tempServerBurnable": 0,
|
|
12091
12255
|
"smashable": 0,
|
|
12256
|
+
"isRelicBuilding": 1,
|
|
12092
12257
|
"maximumCount": 1
|
|
12093
12258
|
},
|
|
12094
12259
|
{
|
|
@@ -12125,6 +12290,7 @@
|
|
|
12125
12290
|
"burnable": 0,
|
|
12126
12291
|
"tempServerBurnable": 0,
|
|
12127
12292
|
"smashable": 0,
|
|
12293
|
+
"isRelicBuilding": 1,
|
|
12128
12294
|
"maximumCount": 1
|
|
12129
12295
|
},
|
|
12130
12296
|
{
|
|
@@ -12160,6 +12326,7 @@
|
|
|
12160
12326
|
"burnable": 0,
|
|
12161
12327
|
"tempServerBurnable": 0,
|
|
12162
12328
|
"smashable": 0,
|
|
12329
|
+
"isRelicBuilding": 1,
|
|
12163
12330
|
"maximumCount": 1
|
|
12164
12331
|
},
|
|
12165
12332
|
{
|
|
@@ -12196,6 +12363,7 @@
|
|
|
12196
12363
|
"burnable": 0,
|
|
12197
12364
|
"tempServerBurnable": 0,
|
|
12198
12365
|
"smashable": 0,
|
|
12366
|
+
"isRelicBuilding": 1,
|
|
12199
12367
|
"maximumCount": 1
|
|
12200
12368
|
},
|
|
12201
12369
|
{
|
|
@@ -12231,6 +12399,7 @@
|
|
|
12231
12399
|
"burnable": 0,
|
|
12232
12400
|
"tempServerBurnable": 0,
|
|
12233
12401
|
"smashable": 0,
|
|
12402
|
+
"isRelicBuilding": 1,
|
|
12234
12403
|
"maximumCount": 1
|
|
12235
12404
|
},
|
|
12236
12405
|
{
|
|
@@ -12267,6 +12436,7 @@
|
|
|
12267
12436
|
"burnable": 0,
|
|
12268
12437
|
"tempServerBurnable": 0,
|
|
12269
12438
|
"smashable": 0,
|
|
12439
|
+
"isRelicBuilding": 1,
|
|
12270
12440
|
"maximumCount": 1
|
|
12271
12441
|
},
|
|
12272
12442
|
{
|
|
@@ -12302,6 +12472,7 @@
|
|
|
12302
12472
|
"burnable": 0,
|
|
12303
12473
|
"tempServerBurnable": 0,
|
|
12304
12474
|
"smashable": 0,
|
|
12475
|
+
"isRelicBuilding": 1,
|
|
12305
12476
|
"maximumCount": 1
|
|
12306
12477
|
},
|
|
12307
12478
|
{
|
|
@@ -12338,6 +12509,7 @@
|
|
|
12338
12509
|
"burnable": 0,
|
|
12339
12510
|
"tempServerBurnable": 0,
|
|
12340
12511
|
"smashable": 0,
|
|
12512
|
+
"isRelicBuilding": 1,
|
|
12341
12513
|
"maximumCount": 1
|
|
12342
12514
|
},
|
|
12343
12515
|
{
|
|
@@ -12374,6 +12546,7 @@
|
|
|
12374
12546
|
"burnable": 0,
|
|
12375
12547
|
"tempServerBurnable": 0,
|
|
12376
12548
|
"smashable": 0,
|
|
12549
|
+
"isRelicBuilding": 1,
|
|
12377
12550
|
"maximumCount": 1
|
|
12378
12551
|
},
|
|
12379
12552
|
{
|
|
@@ -12409,6 +12582,7 @@
|
|
|
12409
12582
|
"burnable": 0,
|
|
12410
12583
|
"tempServerBurnable": 0,
|
|
12411
12584
|
"smashable": 0,
|
|
12585
|
+
"isRelicBuilding": 1,
|
|
12412
12586
|
"maximumCount": 1
|
|
12413
12587
|
},
|
|
12414
12588
|
{
|
|
@@ -12444,6 +12618,7 @@
|
|
|
12444
12618
|
"burnable": 0,
|
|
12445
12619
|
"tempServerBurnable": 0,
|
|
12446
12620
|
"smashable": 0,
|
|
12621
|
+
"isRelicBuilding": 1,
|
|
12447
12622
|
"maximumCount": 1
|
|
12448
12623
|
},
|
|
12449
12624
|
{
|
|
@@ -55578,6 +55753,36 @@
|
|
|
55578
55753
|
"tempServerCostStone": 5612,
|
|
55579
55754
|
"tempServerTime": 3600
|
|
55580
55755
|
},
|
|
55756
|
+
{
|
|
55757
|
+
"wodID": 553,
|
|
55758
|
+
"crossplayID": 553,
|
|
55759
|
+
"comment2": "Legend Woodcutter",
|
|
55760
|
+
"downgradeWodID": 552,
|
|
55761
|
+
"group": "Building",
|
|
55762
|
+
"type": "Level1",
|
|
55763
|
+
"width": 5,
|
|
55764
|
+
"height": 5,
|
|
55765
|
+
"kIDs": "0,1,2,3,4",
|
|
55766
|
+
"onlyInAreaTypes": "1,4,12",
|
|
55767
|
+
"buildingGroundType": "CIVIL",
|
|
55768
|
+
"name": "LegendWoodcutter",
|
|
55769
|
+
"level": 30,
|
|
55770
|
+
"requiredLegendLevel": 30,
|
|
55771
|
+
"costWood": 80630,
|
|
55772
|
+
"costStone": 80870,
|
|
55773
|
+
"costCoal": 26864,
|
|
55774
|
+
"costIron": 26791,
|
|
55775
|
+
"buildDuration": 173030,
|
|
55776
|
+
"xp": 42,
|
|
55777
|
+
"mightValue": 87,
|
|
55778
|
+
"Woodproduction": 132,
|
|
55779
|
+
"tempServerBurnable": 1,
|
|
55780
|
+
"potionable": 1,
|
|
55781
|
+
"constructionItemGroupIDs": "11,12,28,29,2011,2035,3048,3061,3102",
|
|
55782
|
+
"tempServerCostWood": 8063,
|
|
55783
|
+
"tempServerCostStone": 8087,
|
|
55784
|
+
"tempServerTime": 3600
|
|
55785
|
+
},
|
|
55581
55786
|
{
|
|
55582
55787
|
"wodID": 320,
|
|
55583
55788
|
"crossplayID": 320,
|
|
@@ -56477,36 +56682,6 @@
|
|
|
56477
56682
|
"tempServerCostStone": 8005,
|
|
56478
56683
|
"tempServerTime": 3600
|
|
56479
56684
|
},
|
|
56480
|
-
{
|
|
56481
|
-
"wodID": 553,
|
|
56482
|
-
"crossplayID": 553,
|
|
56483
|
-
"comment2": "Legend Woodcutter",
|
|
56484
|
-
"downgradeWodID": 552,
|
|
56485
|
-
"group": "Building",
|
|
56486
|
-
"type": "Level1",
|
|
56487
|
-
"width": 5,
|
|
56488
|
-
"height": 5,
|
|
56489
|
-
"kIDs": "0,1,2,3,4",
|
|
56490
|
-
"onlyInAreaTypes": "1,4,12",
|
|
56491
|
-
"buildingGroundType": "CIVIL",
|
|
56492
|
-
"name": "LegendWoodcutter",
|
|
56493
|
-
"level": 30,
|
|
56494
|
-
"requiredLegendLevel": 30,
|
|
56495
|
-
"costWood": 80630,
|
|
56496
|
-
"costStone": 80870,
|
|
56497
|
-
"costCoal": 26864,
|
|
56498
|
-
"costIron": 26791,
|
|
56499
|
-
"buildDuration": 173030,
|
|
56500
|
-
"xp": 42,
|
|
56501
|
-
"mightValue": 87,
|
|
56502
|
-
"Woodproduction": 132,
|
|
56503
|
-
"tempServerBurnable": 1,
|
|
56504
|
-
"potionable": 1,
|
|
56505
|
-
"constructionItemGroupIDs": "11,12,28,29,2011,2035,3048,3061,3102",
|
|
56506
|
-
"tempServerCostWood": 8063,
|
|
56507
|
-
"tempServerCostStone": 8087,
|
|
56508
|
-
"tempServerTime": 3600
|
|
56509
|
-
},
|
|
56510
56685
|
{
|
|
56511
56686
|
"wodID": 1769,
|
|
56512
56687
|
"crossplayID": 1769,
|
|
@@ -101237,6 +101412,151 @@
|
|
|
101237
101412
|
"sellC1": 1600000,
|
|
101238
101413
|
"areaSpecificEffects": "370&12,371&40000",
|
|
101239
101414
|
"tempServerDestructable": 1
|
|
101415
|
+
},
|
|
101416
|
+
{
|
|
101417
|
+
"wodID": 900000,
|
|
101418
|
+
"crossplayID": 900000,
|
|
101419
|
+
"group": "Building",
|
|
101420
|
+
"name": "Offer",
|
|
101421
|
+
"type": "isoObject",
|
|
101422
|
+
"kIDs": "",
|
|
101423
|
+
"server": 0,
|
|
101424
|
+
"block": 0,
|
|
101425
|
+
"width": 8,
|
|
101426
|
+
"height": 8,
|
|
101427
|
+
"movable": 0,
|
|
101428
|
+
"level": 1
|
|
101429
|
+
},
|
|
101430
|
+
{
|
|
101431
|
+
"wodID": 900001,
|
|
101432
|
+
"crossplayID": 900001,
|
|
101433
|
+
"group": "Tower",
|
|
101434
|
+
"type": "CornerLevel1",
|
|
101435
|
+
"width": 2,
|
|
101436
|
+
"height": 2,
|
|
101437
|
+
"movable": 0,
|
|
101438
|
+
"kIDs": "0,1,2,3,4",
|
|
101439
|
+
"name": "Corner",
|
|
101440
|
+
"level": 1,
|
|
101441
|
+
"destructable": 0,
|
|
101442
|
+
"burnable": 0,
|
|
101443
|
+
"smashable": 0,
|
|
101444
|
+
"rotateType": 4
|
|
101445
|
+
},
|
|
101446
|
+
{
|
|
101447
|
+
"wodID": 900002,
|
|
101448
|
+
"crossplayID": 900002,
|
|
101449
|
+
"group": "Tower",
|
|
101450
|
+
"type": "CornerLevel2",
|
|
101451
|
+
"width": 2,
|
|
101452
|
+
"height": 2,
|
|
101453
|
+
"movable": 0,
|
|
101454
|
+
"kIDs": "0,1,2,3,4",
|
|
101455
|
+
"name": "Corner",
|
|
101456
|
+
"level": 2,
|
|
101457
|
+
"destructable": 0,
|
|
101458
|
+
"burnable": 0,
|
|
101459
|
+
"smashable": 0,
|
|
101460
|
+
"rotateType": 4
|
|
101461
|
+
},
|
|
101462
|
+
{
|
|
101463
|
+
"wodID": 900003,
|
|
101464
|
+
"crossplayID": 900003,
|
|
101465
|
+
"group": "Tower",
|
|
101466
|
+
"type": "CornerLevel3",
|
|
101467
|
+
"width": 2,
|
|
101468
|
+
"height": 2,
|
|
101469
|
+
"movable": 0,
|
|
101470
|
+
"kIDs": "0,1,2,3,4",
|
|
101471
|
+
"name": "Corner",
|
|
101472
|
+
"level": 3,
|
|
101473
|
+
"destructable": 0,
|
|
101474
|
+
"burnable": 0,
|
|
101475
|
+
"smashable": 0,
|
|
101476
|
+
"rotateType": 4
|
|
101477
|
+
},
|
|
101478
|
+
{
|
|
101479
|
+
"wodID": 900004,
|
|
101480
|
+
"crossplayID": 900004,
|
|
101481
|
+
"group": "Tower",
|
|
101482
|
+
"type": "CornerLevel4",
|
|
101483
|
+
"width": 2,
|
|
101484
|
+
"height": 2,
|
|
101485
|
+
"movable": 0,
|
|
101486
|
+
"kIDs": "0,1,2,3,4",
|
|
101487
|
+
"name": "Corner",
|
|
101488
|
+
"level": 4,
|
|
101489
|
+
"destructable": 0,
|
|
101490
|
+
"burnable": 0,
|
|
101491
|
+
"smashable": 0,
|
|
101492
|
+
"rotateType": 4
|
|
101493
|
+
},
|
|
101494
|
+
{
|
|
101495
|
+
"wodID": 900005,
|
|
101496
|
+
"crossplayID": 900005,
|
|
101497
|
+
"group": "Tower",
|
|
101498
|
+
"type": "CornerLevel5",
|
|
101499
|
+
"width": 2,
|
|
101500
|
+
"height": 2,
|
|
101501
|
+
"movable": 0,
|
|
101502
|
+
"kIDs": "0,1,2,3,4",
|
|
101503
|
+
"name": "Corner",
|
|
101504
|
+
"level": 5,
|
|
101505
|
+
"destructable": 0,
|
|
101506
|
+
"burnable": 0,
|
|
101507
|
+
"smashable": 0,
|
|
101508
|
+
"rotateType": 4
|
|
101509
|
+
},
|
|
101510
|
+
{
|
|
101511
|
+
"wodID": 900006,
|
|
101512
|
+
"crossplayID": 900006,
|
|
101513
|
+
"group": "Tower",
|
|
101514
|
+
"type": "Level1",
|
|
101515
|
+
"width": 2,
|
|
101516
|
+
"height": 2,
|
|
101517
|
+
"movable": 0,
|
|
101518
|
+
"eventIDs": 3,
|
|
101519
|
+
"kIDs": 10,
|
|
101520
|
+
"name": "FactionLookoutCorner",
|
|
101521
|
+
"level": 1,
|
|
101522
|
+
"destructable": 0,
|
|
101523
|
+
"burnable": 0,
|
|
101524
|
+
"smashable": 0,
|
|
101525
|
+
"rotateType": 4
|
|
101526
|
+
},
|
|
101527
|
+
{
|
|
101528
|
+
"wodID": 900007,
|
|
101529
|
+
"crossplayID": 900007,
|
|
101530
|
+
"group": "Tower",
|
|
101531
|
+
"type": "Level2",
|
|
101532
|
+
"width": 2,
|
|
101533
|
+
"height": 2,
|
|
101534
|
+
"movable": 0,
|
|
101535
|
+
"eventIDs": 3,
|
|
101536
|
+
"kIDs": 10,
|
|
101537
|
+
"name": "FactionLookoutCorner",
|
|
101538
|
+
"level": 2,
|
|
101539
|
+
"destructable": 0,
|
|
101540
|
+
"burnable": 0,
|
|
101541
|
+
"smashable": 0,
|
|
101542
|
+
"rotateType": 4
|
|
101543
|
+
},
|
|
101544
|
+
{
|
|
101545
|
+
"wodID": 900008,
|
|
101546
|
+
"crossplayID": 900008,
|
|
101547
|
+
"group": "Tower",
|
|
101548
|
+
"type": "Level3",
|
|
101549
|
+
"width": 2,
|
|
101550
|
+
"height": 2,
|
|
101551
|
+
"movable": 0,
|
|
101552
|
+
"eventIDs": 3,
|
|
101553
|
+
"kIDs": 10,
|
|
101554
|
+
"name": "FactionLookoutCorner",
|
|
101555
|
+
"level": 3,
|
|
101556
|
+
"destructable": 0,
|
|
101557
|
+
"burnable": 0,
|
|
101558
|
+
"smashable": 0,
|
|
101559
|
+
"rotateType": 4
|
|
101240
101560
|
}
|
|
101241
101561
|
]
|
|
101242
101562
|
}
|