e4k-data 4.92.81 → 4.94.85
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 +403 -83
- package/data/currencies.json +0 -28
- package/data/currencyBoosters.json +0 -10
- package/data/donationItems.json +8 -16
- package/data/equipments.json +66 -0
- package/data/eventAutoScalingUnitPairings.json +320 -0
- package/data/expansions.json +54 -54
- package/data/gachaEvents.json +10 -10
- package/data/horses.json +143 -143
- package/data/leaderboardRewards.json +67 -0
- package/data/leaguetypeEvents.json +33 -0
- package/data/packages.json +15 -1
- package/data/rewards.json +77 -5
- package/data/sceatSkillTiers.json +7 -0
- package/data/sceatSkills.json +45 -0
- package/data/titles.json +118 -118
- package/data/units.json +18 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/data/worldmapskins.json +36 -0
- package/images/x768.json +4316 -854
- package/languages/da.json +79 -23
- package/languages/de.json +78 -22
- package/languages/el.json +79 -23
- package/languages/en.json +80 -24
- package/languages/es.json +79 -23
- package/languages/fi.json +78 -22
- package/languages/fr.json +79 -23
- package/languages/it.json +79 -23
- package/languages/ja.json +78 -22
- package/languages/ko.json +78 -22
- package/languages/nl.json +79 -23
- package/languages/no.json +79 -23
- package/languages/pl.json +80 -24
- package/languages/pt.json +79 -23
- package/languages/ru.json +79 -23
- package/languages/sv.json +79 -23
- package/languages/tr.json +79 -23
- package/languages/zh_CN.json +78 -22
- package/languages/zh_TW.json +78 -22
- package/package.json +1 -1
- package/typings/data.d.ts +11 -2
- package/typings/images.d.ts +247 -32
- package/typings/languages.d.ts +56 -3
package/data/buildings.json
CHANGED
|
@@ -401,6 +401,7 @@
|
|
|
401
401
|
"wodID": 2549,
|
|
402
402
|
"crossplayID": 2549,
|
|
403
403
|
"name": "Guard",
|
|
404
|
+
"upgradeWodID": 3181,
|
|
404
405
|
"downgradeWodID": 1986,
|
|
405
406
|
"level": 8,
|
|
406
407
|
"requiredLevel": 70,
|
|
@@ -429,6 +430,40 @@
|
|
|
429
430
|
"tempServerCostStone": 2900,
|
|
430
431
|
"tempServerTime": 4000
|
|
431
432
|
},
|
|
433
|
+
{
|
|
434
|
+
"wodID": 3181,
|
|
435
|
+
"crossplayID": 3181,
|
|
436
|
+
"name": "Guard",
|
|
437
|
+
"downgradeWodID": 2549,
|
|
438
|
+
"level": 9,
|
|
439
|
+
"requiredLevel": 70,
|
|
440
|
+
"earlyUnlockRequiredLevel": 70,
|
|
441
|
+
"requiredLegendLevel": 950,
|
|
442
|
+
"group": "Tower",
|
|
443
|
+
"type": "Level9",
|
|
444
|
+
"width": 2,
|
|
445
|
+
"height": 2,
|
|
446
|
+
"movable": 0,
|
|
447
|
+
"kIDs": "0,1,2,3,4",
|
|
448
|
+
"costPlaster": 480,
|
|
449
|
+
"costDragonScaleTile": 2400,
|
|
450
|
+
"buildDuration": 3456000,
|
|
451
|
+
"xp": 75,
|
|
452
|
+
"mightValue": 125,
|
|
453
|
+
"unitWallCount": 105,
|
|
454
|
+
"decoPoints": 65,
|
|
455
|
+
"destructable": 0,
|
|
456
|
+
"tempServerDestructable": 0,
|
|
457
|
+
"tempServerBurnable": 1,
|
|
458
|
+
"smashable": 0,
|
|
459
|
+
"maximumCount": 20,
|
|
460
|
+
"sortOrder": 71.1,
|
|
461
|
+
"tempServerCostWood": 1600,
|
|
462
|
+
"tempServerCostStone": 2900,
|
|
463
|
+
"tempServerTime": 4000,
|
|
464
|
+
"sceatSkillLocked": 445,
|
|
465
|
+
"effectLocked": 1
|
|
466
|
+
},
|
|
432
467
|
{
|
|
433
468
|
"wodID": 57,
|
|
434
469
|
"crossplayID": 1479,
|
|
@@ -1314,11 +1349,12 @@
|
|
|
1314
1349
|
"wodID": 2543,
|
|
1315
1350
|
"crossplayID": 2543,
|
|
1316
1351
|
"name": "Castlewall",
|
|
1352
|
+
"upgradeWodID": 3182,
|
|
1317
1353
|
"downgradeWodID": 1984,
|
|
1318
1354
|
"level": 8,
|
|
1319
1355
|
"requiredLevel": 70,
|
|
1320
1356
|
"earlyUnlockRequiredLevel": 70,
|
|
1321
|
-
"requiredLegendLevel":
|
|
1357
|
+
"requiredLegendLevel": 750,
|
|
1322
1358
|
"group": "Defence",
|
|
1323
1359
|
"type": "Level6",
|
|
1324
1360
|
"width": 0,
|
|
@@ -1338,6 +1374,36 @@
|
|
|
1338
1374
|
"maximumCount": 1,
|
|
1339
1375
|
"sortOrder": 72.1
|
|
1340
1376
|
},
|
|
1377
|
+
{
|
|
1378
|
+
"wodID": 3182,
|
|
1379
|
+
"crossplayID": 3182,
|
|
1380
|
+
"name": "Castlewall",
|
|
1381
|
+
"downgradeWodID": 2543,
|
|
1382
|
+
"level": 9,
|
|
1383
|
+
"requiredLevel": 70,
|
|
1384
|
+
"earlyUnlockRequiredLevel": 70,
|
|
1385
|
+
"requiredLegendLevel": 950,
|
|
1386
|
+
"group": "Defence",
|
|
1387
|
+
"type": "Level7",
|
|
1388
|
+
"width": 0,
|
|
1389
|
+
"height": 0,
|
|
1390
|
+
"rotateType": 3,
|
|
1391
|
+
"movable": 0,
|
|
1392
|
+
"shopCategory": "DEFENCE",
|
|
1393
|
+
"costPlaster": 1440,
|
|
1394
|
+
"costDragonScaleTile": 7200,
|
|
1395
|
+
"mightValue": 0,
|
|
1396
|
+
"wallBonus": 215,
|
|
1397
|
+
"destructable": 0,
|
|
1398
|
+
"tempServerDestructable": 0,
|
|
1399
|
+
"burnable": 0,
|
|
1400
|
+
"tempServerBurnable": 1,
|
|
1401
|
+
"smashable": 0,
|
|
1402
|
+
"maximumCount": 1,
|
|
1403
|
+
"sortOrder": 72.1,
|
|
1404
|
+
"sceatSkillLocked": 434,
|
|
1405
|
+
"effectLocked": 1
|
|
1406
|
+
},
|
|
1341
1407
|
{
|
|
1342
1408
|
"wodID": 450,
|
|
1343
1409
|
"crossplayID": 450,
|
|
@@ -1548,11 +1614,12 @@
|
|
|
1548
1614
|
"wodID": 2545,
|
|
1549
1615
|
"crossplayID": 2545,
|
|
1550
1616
|
"name": "Basic",
|
|
1617
|
+
"upgradeWodID": 3183,
|
|
1551
1618
|
"downgradeWodID": 1985,
|
|
1552
1619
|
"level": 8,
|
|
1553
1620
|
"requiredLevel": 70,
|
|
1554
1621
|
"earlyUnlockRequiredLevel": 70,
|
|
1555
|
-
"requiredLegendLevel":
|
|
1622
|
+
"requiredLegendLevel": 750,
|
|
1556
1623
|
"group": "Gate",
|
|
1557
1624
|
"type": "Level6",
|
|
1558
1625
|
"width": 2,
|
|
@@ -1573,6 +1640,88 @@
|
|
|
1573
1640
|
"maximumCount": 4,
|
|
1574
1641
|
"sortOrder": 73.1
|
|
1575
1642
|
},
|
|
1643
|
+
{
|
|
1644
|
+
"wodID": 3183,
|
|
1645
|
+
"crossplayID": 3183,
|
|
1646
|
+
"name": "Basic",
|
|
1647
|
+
"downgradeWodID": 2545,
|
|
1648
|
+
"level": 9,
|
|
1649
|
+
"requiredLevel": 70,
|
|
1650
|
+
"earlyUnlockRequiredLevel": 70,
|
|
1651
|
+
"requiredLegendLevel": 950,
|
|
1652
|
+
"group": "Gate",
|
|
1653
|
+
"type": "Level7",
|
|
1654
|
+
"width": 2,
|
|
1655
|
+
"height": 4,
|
|
1656
|
+
"movable": 0,
|
|
1657
|
+
"costPlaster": 1440,
|
|
1658
|
+
"costDragonScaleTile": 7200,
|
|
1659
|
+
"buildDuration": 3456000,
|
|
1660
|
+
"xp": 150,
|
|
1661
|
+
"mightValue": 225,
|
|
1662
|
+
"gateBonus": 215,
|
|
1663
|
+
"decoPoints": 215,
|
|
1664
|
+
"destructable": 0,
|
|
1665
|
+
"tempServerDestructable": 0,
|
|
1666
|
+
"burnable": 0,
|
|
1667
|
+
"tempServerBurnable": 1,
|
|
1668
|
+
"smashable": 0,
|
|
1669
|
+
"maximumCount": 4,
|
|
1670
|
+
"sortOrder": 73.1,
|
|
1671
|
+
"sceatSkillLocked": 444,
|
|
1672
|
+
"effectLocked": 1
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"wodID": 2987,
|
|
1676
|
+
"crossplayID": 2987,
|
|
1677
|
+
"comment2": "Keep",
|
|
1678
|
+
"name": "Keep",
|
|
1679
|
+
"downgradeWodID": 252,
|
|
1680
|
+
"level": 8,
|
|
1681
|
+
"requiredLevel": 70,
|
|
1682
|
+
"requiredLegendLevel": 785,
|
|
1683
|
+
"group": "Building",
|
|
1684
|
+
"type": "Level8",
|
|
1685
|
+
"width": 12,
|
|
1686
|
+
"height": 12,
|
|
1687
|
+
"kIDs": "0,1,2,3,4",
|
|
1688
|
+
"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",
|
|
1689
|
+
"buildingGroundType": "KEEP",
|
|
1690
|
+
"costLegendaryToken": 1840,
|
|
1691
|
+
"costLegendaryMaterial": 7700,
|
|
1692
|
+
"buildDuration": 24192000,
|
|
1693
|
+
"xp": 200,
|
|
1694
|
+
"mightValue": 250,
|
|
1695
|
+
"buildSpeedBoost": 100,
|
|
1696
|
+
"Woodproduction": 5,
|
|
1697
|
+
"Stoneproduction": 5,
|
|
1698
|
+
"Foodproduction": 5,
|
|
1699
|
+
"Hideout": 5000,
|
|
1700
|
+
"woodStorage": 5000,
|
|
1701
|
+
"stoneStorage": 5000,
|
|
1702
|
+
"foodStorage": 5000,
|
|
1703
|
+
"coalStorage": 5000,
|
|
1704
|
+
"oilStorage": 5000,
|
|
1705
|
+
"glassStorage": 5000,
|
|
1706
|
+
"aquamarineStorage": 5000,
|
|
1707
|
+
"ironStorage": 5000,
|
|
1708
|
+
"honeyStorage": 5000,
|
|
1709
|
+
"meadStorage": 5000,
|
|
1710
|
+
"beefStorage": 5000,
|
|
1711
|
+
"decoPoints": 1000,
|
|
1712
|
+
"destructable": 0,
|
|
1713
|
+
"tempServerDestructable": 0,
|
|
1714
|
+
"tempServerBurnable": 1,
|
|
1715
|
+
"smashable": 0,
|
|
1716
|
+
"maximumCount": 1,
|
|
1717
|
+
"sortOrder": 68.1,
|
|
1718
|
+
"tempServerCostWood": 7201,
|
|
1719
|
+
"tempServerCostStone": 8098,
|
|
1720
|
+
"tempServerTime": 3600,
|
|
1721
|
+
"sceatSkillLocked": 363,
|
|
1722
|
+
"effectLocked": 1,
|
|
1723
|
+
"areaSpecificEffects": "702&350000,706&250000"
|
|
1724
|
+
},
|
|
1576
1725
|
{
|
|
1577
1726
|
"wodID": 171,
|
|
1578
1727
|
"crossplayID": 171,
|
|
@@ -1903,57 +2052,6 @@
|
|
|
1903
2052
|
"effectLocked": 1,
|
|
1904
2053
|
"areaSpecificEffects": "702&300000,706&200000"
|
|
1905
2054
|
},
|
|
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
2055
|
{
|
|
1958
2056
|
"wodID": 160,
|
|
1959
2057
|
"crossplayID": 160,
|
|
@@ -4661,6 +4759,7 @@
|
|
|
4661
4759
|
"destructable": 0,
|
|
4662
4760
|
"burnable": 0,
|
|
4663
4761
|
"smashable": 0,
|
|
4762
|
+
"isRelicBuilding": 1,
|
|
4664
4763
|
"maximumCount": 1
|
|
4665
4764
|
},
|
|
4666
4765
|
{
|
|
@@ -4695,6 +4794,7 @@
|
|
|
4695
4794
|
"destructable": 0,
|
|
4696
4795
|
"burnable": 0,
|
|
4697
4796
|
"smashable": 0,
|
|
4797
|
+
"isRelicBuilding": 1,
|
|
4698
4798
|
"maximumCount": 1
|
|
4699
4799
|
},
|
|
4700
4800
|
{
|
|
@@ -4729,6 +4829,7 @@
|
|
|
4729
4829
|
"destructable": 0,
|
|
4730
4830
|
"burnable": 0,
|
|
4731
4831
|
"smashable": 0,
|
|
4832
|
+
"isRelicBuilding": 1,
|
|
4732
4833
|
"maximumCount": 1
|
|
4733
4834
|
},
|
|
4734
4835
|
{
|
|
@@ -4763,6 +4864,7 @@
|
|
|
4763
4864
|
"destructable": 0,
|
|
4764
4865
|
"burnable": 0,
|
|
4765
4866
|
"smashable": 0,
|
|
4867
|
+
"isRelicBuilding": 1,
|
|
4766
4868
|
"maximumCount": 1
|
|
4767
4869
|
},
|
|
4768
4870
|
{
|
|
@@ -4797,6 +4899,7 @@
|
|
|
4797
4899
|
"destructable": 0,
|
|
4798
4900
|
"burnable": 0,
|
|
4799
4901
|
"smashable": 0,
|
|
4902
|
+
"isRelicBuilding": 1,
|
|
4800
4903
|
"maximumCount": 1
|
|
4801
4904
|
},
|
|
4802
4905
|
{
|
|
@@ -4831,6 +4934,7 @@
|
|
|
4831
4934
|
"destructable": 0,
|
|
4832
4935
|
"burnable": 0,
|
|
4833
4936
|
"smashable": 0,
|
|
4937
|
+
"isRelicBuilding": 1,
|
|
4834
4938
|
"maximumCount": 1
|
|
4835
4939
|
},
|
|
4836
4940
|
{
|
|
@@ -4865,6 +4969,7 @@
|
|
|
4865
4969
|
"destructable": 0,
|
|
4866
4970
|
"burnable": 0,
|
|
4867
4971
|
"smashable": 0,
|
|
4972
|
+
"isRelicBuilding": 1,
|
|
4868
4973
|
"maximumCount": 1
|
|
4869
4974
|
},
|
|
4870
4975
|
{
|
|
@@ -4899,6 +5004,7 @@
|
|
|
4899
5004
|
"destructable": 0,
|
|
4900
5005
|
"burnable": 0,
|
|
4901
5006
|
"smashable": 0,
|
|
5007
|
+
"isRelicBuilding": 1,
|
|
4902
5008
|
"maximumCount": 1
|
|
4903
5009
|
},
|
|
4904
5010
|
{
|
|
@@ -4933,6 +5039,7 @@
|
|
|
4933
5039
|
"destructable": 0,
|
|
4934
5040
|
"burnable": 0,
|
|
4935
5041
|
"smashable": 0,
|
|
5042
|
+
"isRelicBuilding": 1,
|
|
4936
5043
|
"maximumCount": 1
|
|
4937
5044
|
},
|
|
4938
5045
|
{
|
|
@@ -4967,6 +5074,7 @@
|
|
|
4967
5074
|
"destructable": 0,
|
|
4968
5075
|
"burnable": 0,
|
|
4969
5076
|
"smashable": 0,
|
|
5077
|
+
"isRelicBuilding": 1,
|
|
4970
5078
|
"maximumCount": 1
|
|
4971
5079
|
},
|
|
4972
5080
|
{
|
|
@@ -5000,6 +5108,7 @@
|
|
|
5000
5108
|
"destructable": 0,
|
|
5001
5109
|
"burnable": 0,
|
|
5002
5110
|
"smashable": 0,
|
|
5111
|
+
"isRelicBuilding": 1,
|
|
5003
5112
|
"maximumCount": 1
|
|
5004
5113
|
},
|
|
5005
5114
|
{
|
|
@@ -5030,6 +5139,7 @@
|
|
|
5030
5139
|
"destructable": 0,
|
|
5031
5140
|
"burnable": 0,
|
|
5032
5141
|
"smashable": 0,
|
|
5142
|
+
"isRelicBuilding": 1,
|
|
5033
5143
|
"maximumCount": 1
|
|
5034
5144
|
},
|
|
5035
5145
|
{
|
|
@@ -5063,6 +5173,7 @@
|
|
|
5063
5173
|
"destructable": 0,
|
|
5064
5174
|
"burnable": 0,
|
|
5065
5175
|
"smashable": 0,
|
|
5176
|
+
"isRelicBuilding": 1,
|
|
5066
5177
|
"maximumCount": 1
|
|
5067
5178
|
},
|
|
5068
5179
|
{
|
|
@@ -5096,6 +5207,7 @@
|
|
|
5096
5207
|
"destructable": 0,
|
|
5097
5208
|
"burnable": 0,
|
|
5098
5209
|
"smashable": 0,
|
|
5210
|
+
"isRelicBuilding": 1,
|
|
5099
5211
|
"maximumCount": 1
|
|
5100
5212
|
},
|
|
5101
5213
|
{
|
|
@@ -5129,6 +5241,7 @@
|
|
|
5129
5241
|
"destructable": 0,
|
|
5130
5242
|
"burnable": 0,
|
|
5131
5243
|
"smashable": 0,
|
|
5244
|
+
"isRelicBuilding": 1,
|
|
5132
5245
|
"maximumCount": 1
|
|
5133
5246
|
},
|
|
5134
5247
|
{
|
|
@@ -5162,6 +5275,7 @@
|
|
|
5162
5275
|
"destructable": 0,
|
|
5163
5276
|
"burnable": 0,
|
|
5164
5277
|
"smashable": 0,
|
|
5278
|
+
"isRelicBuilding": 1,
|
|
5165
5279
|
"maximumCount": 1
|
|
5166
5280
|
},
|
|
5167
5281
|
{
|
|
@@ -5195,6 +5309,7 @@
|
|
|
5195
5309
|
"destructable": 0,
|
|
5196
5310
|
"burnable": 0,
|
|
5197
5311
|
"smashable": 0,
|
|
5312
|
+
"isRelicBuilding": 1,
|
|
5198
5313
|
"maximumCount": 1
|
|
5199
5314
|
},
|
|
5200
5315
|
{
|
|
@@ -5228,6 +5343,7 @@
|
|
|
5228
5343
|
"destructable": 0,
|
|
5229
5344
|
"burnable": 0,
|
|
5230
5345
|
"smashable": 0,
|
|
5346
|
+
"isRelicBuilding": 1,
|
|
5231
5347
|
"maximumCount": 1
|
|
5232
5348
|
},
|
|
5233
5349
|
{
|
|
@@ -5261,6 +5377,7 @@
|
|
|
5261
5377
|
"destructable": 0,
|
|
5262
5378
|
"burnable": 0,
|
|
5263
5379
|
"smashable": 0,
|
|
5380
|
+
"isRelicBuilding": 1,
|
|
5264
5381
|
"maximumCount": 1
|
|
5265
5382
|
},
|
|
5266
5383
|
{
|
|
@@ -5294,6 +5411,7 @@
|
|
|
5294
5411
|
"destructable": 0,
|
|
5295
5412
|
"burnable": 0,
|
|
5296
5413
|
"smashable": 0,
|
|
5414
|
+
"isRelicBuilding": 1,
|
|
5297
5415
|
"maximumCount": 1
|
|
5298
5416
|
},
|
|
5299
5417
|
{
|
|
@@ -5327,6 +5445,7 @@
|
|
|
5327
5445
|
"destructable": 0,
|
|
5328
5446
|
"burnable": 0,
|
|
5329
5447
|
"smashable": 0,
|
|
5448
|
+
"isRelicBuilding": 1,
|
|
5330
5449
|
"maximumCount": 1
|
|
5331
5450
|
},
|
|
5332
5451
|
{
|
|
@@ -5359,6 +5478,7 @@
|
|
|
5359
5478
|
"destructable": 0,
|
|
5360
5479
|
"burnable": 0,
|
|
5361
5480
|
"smashable": 0,
|
|
5481
|
+
"isRelicBuilding": 1,
|
|
5362
5482
|
"maximumCount": 1
|
|
5363
5483
|
},
|
|
5364
5484
|
{
|
|
@@ -5390,6 +5510,7 @@
|
|
|
5390
5510
|
"burnable": 0,
|
|
5391
5511
|
"tempServerBurnable": 0,
|
|
5392
5512
|
"smashable": 0,
|
|
5513
|
+
"isRelicBuilding": 1,
|
|
5393
5514
|
"maximumCount": 1
|
|
5394
5515
|
},
|
|
5395
5516
|
{
|
|
@@ -5426,6 +5547,7 @@
|
|
|
5426
5547
|
"burnable": 0,
|
|
5427
5548
|
"tempServerBurnable": 0,
|
|
5428
5549
|
"smashable": 0,
|
|
5550
|
+
"isRelicBuilding": 1,
|
|
5429
5551
|
"maximumCount": 1
|
|
5430
5552
|
},
|
|
5431
5553
|
{
|
|
@@ -5461,6 +5583,7 @@
|
|
|
5461
5583
|
"burnable": 0,
|
|
5462
5584
|
"tempServerBurnable": 0,
|
|
5463
5585
|
"smashable": 0,
|
|
5586
|
+
"isRelicBuilding": 1,
|
|
5464
5587
|
"maximumCount": 1
|
|
5465
5588
|
},
|
|
5466
5589
|
{
|
|
@@ -5497,6 +5620,7 @@
|
|
|
5497
5620
|
"burnable": 0,
|
|
5498
5621
|
"tempServerBurnable": 0,
|
|
5499
5622
|
"smashable": 0,
|
|
5623
|
+
"isRelicBuilding": 1,
|
|
5500
5624
|
"maximumCount": 1
|
|
5501
5625
|
},
|
|
5502
5626
|
{
|
|
@@ -5532,6 +5656,7 @@
|
|
|
5532
5656
|
"burnable": 0,
|
|
5533
5657
|
"tempServerBurnable": 0,
|
|
5534
5658
|
"smashable": 0,
|
|
5659
|
+
"isRelicBuilding": 1,
|
|
5535
5660
|
"maximumCount": 1
|
|
5536
5661
|
},
|
|
5537
5662
|
{
|
|
@@ -5568,6 +5693,7 @@
|
|
|
5568
5693
|
"burnable": 0,
|
|
5569
5694
|
"tempServerBurnable": 0,
|
|
5570
5695
|
"smashable": 0,
|
|
5696
|
+
"isRelicBuilding": 1,
|
|
5571
5697
|
"maximumCount": 1
|
|
5572
5698
|
},
|
|
5573
5699
|
{
|
|
@@ -5603,6 +5729,7 @@
|
|
|
5603
5729
|
"burnable": 0,
|
|
5604
5730
|
"tempServerBurnable": 0,
|
|
5605
5731
|
"smashable": 0,
|
|
5732
|
+
"isRelicBuilding": 1,
|
|
5606
5733
|
"maximumCount": 1
|
|
5607
5734
|
},
|
|
5608
5735
|
{
|
|
@@ -5639,6 +5766,7 @@
|
|
|
5639
5766
|
"burnable": 0,
|
|
5640
5767
|
"tempServerBurnable": 0,
|
|
5641
5768
|
"smashable": 0,
|
|
5769
|
+
"isRelicBuilding": 1,
|
|
5642
5770
|
"maximumCount": 1
|
|
5643
5771
|
},
|
|
5644
5772
|
{
|
|
@@ -5674,6 +5802,7 @@
|
|
|
5674
5802
|
"burnable": 0,
|
|
5675
5803
|
"tempServerBurnable": 0,
|
|
5676
5804
|
"smashable": 0,
|
|
5805
|
+
"isRelicBuilding": 1,
|
|
5677
5806
|
"maximumCount": 1
|
|
5678
5807
|
},
|
|
5679
5808
|
{
|
|
@@ -5710,6 +5839,7 @@
|
|
|
5710
5839
|
"burnable": 0,
|
|
5711
5840
|
"tempServerBurnable": 0,
|
|
5712
5841
|
"smashable": 0,
|
|
5842
|
+
"isRelicBuilding": 1,
|
|
5713
5843
|
"maximumCount": 1
|
|
5714
5844
|
},
|
|
5715
5845
|
{
|
|
@@ -5745,6 +5875,7 @@
|
|
|
5745
5875
|
"burnable": 0,
|
|
5746
5876
|
"tempServerBurnable": 0,
|
|
5747
5877
|
"smashable": 0,
|
|
5878
|
+
"isRelicBuilding": 1,
|
|
5748
5879
|
"maximumCount": 1
|
|
5749
5880
|
},
|
|
5750
5881
|
{
|
|
@@ -5781,6 +5912,7 @@
|
|
|
5781
5912
|
"burnable": 0,
|
|
5782
5913
|
"tempServerBurnable": 0,
|
|
5783
5914
|
"smashable": 0,
|
|
5915
|
+
"isRelicBuilding": 1,
|
|
5784
5916
|
"maximumCount": 1
|
|
5785
5917
|
},
|
|
5786
5918
|
{
|
|
@@ -5816,6 +5948,7 @@
|
|
|
5816
5948
|
"burnable": 0,
|
|
5817
5949
|
"tempServerBurnable": 0,
|
|
5818
5950
|
"smashable": 0,
|
|
5951
|
+
"isRelicBuilding": 1,
|
|
5819
5952
|
"maximumCount": 1
|
|
5820
5953
|
},
|
|
5821
5954
|
{
|
|
@@ -5852,6 +5985,7 @@
|
|
|
5852
5985
|
"burnable": 0,
|
|
5853
5986
|
"tempServerBurnable": 0,
|
|
5854
5987
|
"smashable": 0,
|
|
5988
|
+
"isRelicBuilding": 1,
|
|
5855
5989
|
"maximumCount": 1
|
|
5856
5990
|
},
|
|
5857
5991
|
{
|
|
@@ -5887,6 +6021,7 @@
|
|
|
5887
6021
|
"burnable": 0,
|
|
5888
6022
|
"tempServerBurnable": 0,
|
|
5889
6023
|
"smashable": 0,
|
|
6024
|
+
"isRelicBuilding": 1,
|
|
5890
6025
|
"maximumCount": 1
|
|
5891
6026
|
},
|
|
5892
6027
|
{
|
|
@@ -5923,6 +6058,7 @@
|
|
|
5923
6058
|
"burnable": 0,
|
|
5924
6059
|
"tempServerBurnable": 0,
|
|
5925
6060
|
"smashable": 0,
|
|
6061
|
+
"isRelicBuilding": 1,
|
|
5926
6062
|
"maximumCount": 1
|
|
5927
6063
|
},
|
|
5928
6064
|
{
|
|
@@ -5958,6 +6094,7 @@
|
|
|
5958
6094
|
"burnable": 0,
|
|
5959
6095
|
"tempServerBurnable": 0,
|
|
5960
6096
|
"smashable": 0,
|
|
6097
|
+
"isRelicBuilding": 1,
|
|
5961
6098
|
"maximumCount": 1
|
|
5962
6099
|
},
|
|
5963
6100
|
{
|
|
@@ -5994,6 +6131,7 @@
|
|
|
5994
6131
|
"burnable": 0,
|
|
5995
6132
|
"tempServerBurnable": 0,
|
|
5996
6133
|
"smashable": 0,
|
|
6134
|
+
"isRelicBuilding": 1,
|
|
5997
6135
|
"maximumCount": 1
|
|
5998
6136
|
},
|
|
5999
6137
|
{
|
|
@@ -6029,6 +6167,7 @@
|
|
|
6029
6167
|
"burnable": 0,
|
|
6030
6168
|
"tempServerBurnable": 0,
|
|
6031
6169
|
"smashable": 0,
|
|
6170
|
+
"isRelicBuilding": 1,
|
|
6032
6171
|
"maximumCount": 1
|
|
6033
6172
|
},
|
|
6034
6173
|
{
|
|
@@ -6065,6 +6204,7 @@
|
|
|
6065
6204
|
"burnable": 0,
|
|
6066
6205
|
"tempServerBurnable": 0,
|
|
6067
6206
|
"smashable": 0,
|
|
6207
|
+
"isRelicBuilding": 1,
|
|
6068
6208
|
"maximumCount": 1
|
|
6069
6209
|
},
|
|
6070
6210
|
{
|
|
@@ -6100,6 +6240,7 @@
|
|
|
6100
6240
|
"burnable": 0,
|
|
6101
6241
|
"tempServerBurnable": 0,
|
|
6102
6242
|
"smashable": 0,
|
|
6243
|
+
"isRelicBuilding": 1,
|
|
6103
6244
|
"maximumCount": 1
|
|
6104
6245
|
},
|
|
6105
6246
|
{
|
|
@@ -6136,6 +6277,7 @@
|
|
|
6136
6277
|
"burnable": 0,
|
|
6137
6278
|
"tempServerBurnable": 0,
|
|
6138
6279
|
"smashable": 0,
|
|
6280
|
+
"isRelicBuilding": 1,
|
|
6139
6281
|
"maximumCount": 1
|
|
6140
6282
|
},
|
|
6141
6283
|
{
|
|
@@ -6172,6 +6314,7 @@
|
|
|
6172
6314
|
"burnable": 0,
|
|
6173
6315
|
"tempServerBurnable": 0,
|
|
6174
6316
|
"smashable": 0,
|
|
6317
|
+
"isRelicBuilding": 1,
|
|
6175
6318
|
"maximumCount": 1
|
|
6176
6319
|
},
|
|
6177
6320
|
{
|
|
@@ -6207,6 +6350,7 @@
|
|
|
6207
6350
|
"burnable": 0,
|
|
6208
6351
|
"tempServerBurnable": 0,
|
|
6209
6352
|
"smashable": 0,
|
|
6353
|
+
"isRelicBuilding": 1,
|
|
6210
6354
|
"maximumCount": 1
|
|
6211
6355
|
},
|
|
6212
6356
|
{
|
|
@@ -6243,6 +6387,7 @@
|
|
|
6243
6387
|
"burnable": 0,
|
|
6244
6388
|
"tempServerBurnable": 0,
|
|
6245
6389
|
"smashable": 0,
|
|
6390
|
+
"isRelicBuilding": 1,
|
|
6246
6391
|
"maximumCount": 1
|
|
6247
6392
|
},
|
|
6248
6393
|
{
|
|
@@ -6276,6 +6421,7 @@
|
|
|
6276
6421
|
"burnable": 0,
|
|
6277
6422
|
"tempServerBurnable": 0,
|
|
6278
6423
|
"smashable": 0,
|
|
6424
|
+
"isRelicBuilding": 1,
|
|
6279
6425
|
"maximumCount": 1
|
|
6280
6426
|
},
|
|
6281
6427
|
{
|
|
@@ -6312,6 +6458,7 @@
|
|
|
6312
6458
|
"burnable": 0,
|
|
6313
6459
|
"tempServerBurnable": 0,
|
|
6314
6460
|
"smashable": 0,
|
|
6461
|
+
"isRelicBuilding": 1,
|
|
6315
6462
|
"maximumCount": 1
|
|
6316
6463
|
},
|
|
6317
6464
|
{
|
|
@@ -6347,6 +6494,7 @@
|
|
|
6347
6494
|
"burnable": 0,
|
|
6348
6495
|
"tempServerBurnable": 0,
|
|
6349
6496
|
"smashable": 0,
|
|
6497
|
+
"isRelicBuilding": 1,
|
|
6350
6498
|
"maximumCount": 1
|
|
6351
6499
|
},
|
|
6352
6500
|
{
|
|
@@ -6383,6 +6531,7 @@
|
|
|
6383
6531
|
"burnable": 0,
|
|
6384
6532
|
"tempServerBurnable": 0,
|
|
6385
6533
|
"smashable": 0,
|
|
6534
|
+
"isRelicBuilding": 1,
|
|
6386
6535
|
"maximumCount": 1
|
|
6387
6536
|
},
|
|
6388
6537
|
{
|
|
@@ -6418,6 +6567,7 @@
|
|
|
6418
6567
|
"burnable": 0,
|
|
6419
6568
|
"tempServerBurnable": 0,
|
|
6420
6569
|
"smashable": 0,
|
|
6570
|
+
"isRelicBuilding": 1,
|
|
6421
6571
|
"maximumCount": 1
|
|
6422
6572
|
},
|
|
6423
6573
|
{
|
|
@@ -6454,6 +6604,7 @@
|
|
|
6454
6604
|
"burnable": 0,
|
|
6455
6605
|
"tempServerBurnable": 0,
|
|
6456
6606
|
"smashable": 0,
|
|
6607
|
+
"isRelicBuilding": 1,
|
|
6457
6608
|
"maximumCount": 1
|
|
6458
6609
|
},
|
|
6459
6610
|
{
|
|
@@ -6489,6 +6640,7 @@
|
|
|
6489
6640
|
"burnable": 0,
|
|
6490
6641
|
"tempServerBurnable": 0,
|
|
6491
6642
|
"smashable": 0,
|
|
6643
|
+
"isRelicBuilding": 1,
|
|
6492
6644
|
"maximumCount": 1
|
|
6493
6645
|
},
|
|
6494
6646
|
{
|
|
@@ -6525,6 +6677,7 @@
|
|
|
6525
6677
|
"burnable": 0,
|
|
6526
6678
|
"tempServerBurnable": 0,
|
|
6527
6679
|
"smashable": 0,
|
|
6680
|
+
"isRelicBuilding": 1,
|
|
6528
6681
|
"maximumCount": 1
|
|
6529
6682
|
},
|
|
6530
6683
|
{
|
|
@@ -6560,6 +6713,7 @@
|
|
|
6560
6713
|
"burnable": 0,
|
|
6561
6714
|
"tempServerBurnable": 0,
|
|
6562
6715
|
"smashable": 0,
|
|
6716
|
+
"isRelicBuilding": 1,
|
|
6563
6717
|
"maximumCount": 1
|
|
6564
6718
|
},
|
|
6565
6719
|
{
|
|
@@ -6596,6 +6750,7 @@
|
|
|
6596
6750
|
"burnable": 0,
|
|
6597
6751
|
"tempServerBurnable": 0,
|
|
6598
6752
|
"smashable": 0,
|
|
6753
|
+
"isRelicBuilding": 1,
|
|
6599
6754
|
"maximumCount": 1
|
|
6600
6755
|
},
|
|
6601
6756
|
{
|
|
@@ -6631,6 +6786,7 @@
|
|
|
6631
6786
|
"burnable": 0,
|
|
6632
6787
|
"tempServerBurnable": 0,
|
|
6633
6788
|
"smashable": 0,
|
|
6789
|
+
"isRelicBuilding": 1,
|
|
6634
6790
|
"maximumCount": 1
|
|
6635
6791
|
},
|
|
6636
6792
|
{
|
|
@@ -6667,6 +6823,7 @@
|
|
|
6667
6823
|
"burnable": 0,
|
|
6668
6824
|
"tempServerBurnable": 0,
|
|
6669
6825
|
"smashable": 0,
|
|
6826
|
+
"isRelicBuilding": 1,
|
|
6670
6827
|
"maximumCount": 1
|
|
6671
6828
|
},
|
|
6672
6829
|
{
|
|
@@ -6702,6 +6859,7 @@
|
|
|
6702
6859
|
"burnable": 0,
|
|
6703
6860
|
"tempServerBurnable": 0,
|
|
6704
6861
|
"smashable": 0,
|
|
6862
|
+
"isRelicBuilding": 1,
|
|
6705
6863
|
"maximumCount": 1
|
|
6706
6864
|
},
|
|
6707
6865
|
{
|
|
@@ -6738,6 +6896,7 @@
|
|
|
6738
6896
|
"burnable": 0,
|
|
6739
6897
|
"tempServerBurnable": 0,
|
|
6740
6898
|
"smashable": 0,
|
|
6899
|
+
"isRelicBuilding": 1,
|
|
6741
6900
|
"maximumCount": 1
|
|
6742
6901
|
},
|
|
6743
6902
|
{
|
|
@@ -6773,6 +6932,7 @@
|
|
|
6773
6932
|
"burnable": 0,
|
|
6774
6933
|
"tempServerBurnable": 0,
|
|
6775
6934
|
"smashable": 0,
|
|
6935
|
+
"isRelicBuilding": 1,
|
|
6776
6936
|
"maximumCount": 1
|
|
6777
6937
|
},
|
|
6778
6938
|
{
|
|
@@ -6809,6 +6969,7 @@
|
|
|
6809
6969
|
"burnable": 0,
|
|
6810
6970
|
"tempServerBurnable": 0,
|
|
6811
6971
|
"smashable": 0,
|
|
6972
|
+
"isRelicBuilding": 1,
|
|
6812
6973
|
"maximumCount": 1
|
|
6813
6974
|
},
|
|
6814
6975
|
{
|
|
@@ -6844,6 +7005,7 @@
|
|
|
6844
7005
|
"burnable": 0,
|
|
6845
7006
|
"tempServerBurnable": 0,
|
|
6846
7007
|
"smashable": 0,
|
|
7008
|
+
"isRelicBuilding": 1,
|
|
6847
7009
|
"maximumCount": 1
|
|
6848
7010
|
},
|
|
6849
7011
|
{
|
|
@@ -6880,6 +7042,7 @@
|
|
|
6880
7042
|
"burnable": 0,
|
|
6881
7043
|
"tempServerBurnable": 0,
|
|
6882
7044
|
"smashable": 0,
|
|
7045
|
+
"isRelicBuilding": 1,
|
|
6883
7046
|
"maximumCount": 1
|
|
6884
7047
|
},
|
|
6885
7048
|
{
|
|
@@ -6915,6 +7078,7 @@
|
|
|
6915
7078
|
"burnable": 0,
|
|
6916
7079
|
"tempServerBurnable": 0,
|
|
6917
7080
|
"smashable": 0,
|
|
7081
|
+
"isRelicBuilding": 1,
|
|
6918
7082
|
"maximumCount": 1
|
|
6919
7083
|
},
|
|
6920
7084
|
{
|
|
@@ -6951,6 +7115,7 @@
|
|
|
6951
7115
|
"burnable": 0,
|
|
6952
7116
|
"tempServerBurnable": 0,
|
|
6953
7117
|
"smashable": 0,
|
|
7118
|
+
"isRelicBuilding": 1,
|
|
6954
7119
|
"maximumCount": 1
|
|
6955
7120
|
},
|
|
6956
7121
|
{
|
|
@@ -6986,6 +7151,7 @@
|
|
|
6986
7151
|
"burnable": 0,
|
|
6987
7152
|
"tempServerBurnable": 0,
|
|
6988
7153
|
"smashable": 0,
|
|
7154
|
+
"isRelicBuilding": 1,
|
|
6989
7155
|
"maximumCount": 1
|
|
6990
7156
|
},
|
|
6991
7157
|
{
|
|
@@ -7022,6 +7188,7 @@
|
|
|
7022
7188
|
"burnable": 0,
|
|
7023
7189
|
"tempServerBurnable": 0,
|
|
7024
7190
|
"smashable": 0,
|
|
7191
|
+
"isRelicBuilding": 1,
|
|
7025
7192
|
"maximumCount": 1
|
|
7026
7193
|
},
|
|
7027
7194
|
{
|
|
@@ -7058,6 +7225,7 @@
|
|
|
7058
7225
|
"burnable": 0,
|
|
7059
7226
|
"tempServerBurnable": 0,
|
|
7060
7227
|
"smashable": 0,
|
|
7228
|
+
"isRelicBuilding": 1,
|
|
7061
7229
|
"maximumCount": 1
|
|
7062
7230
|
},
|
|
7063
7231
|
{
|
|
@@ -7093,6 +7261,7 @@
|
|
|
7093
7261
|
"burnable": 0,
|
|
7094
7262
|
"tempServerBurnable": 0,
|
|
7095
7263
|
"smashable": 0,
|
|
7264
|
+
"isRelicBuilding": 1,
|
|
7096
7265
|
"maximumCount": 1
|
|
7097
7266
|
},
|
|
7098
7267
|
{
|
|
@@ -7129,6 +7298,7 @@
|
|
|
7129
7298
|
"burnable": 0,
|
|
7130
7299
|
"tempServerBurnable": 0,
|
|
7131
7300
|
"smashable": 0,
|
|
7301
|
+
"isRelicBuilding": 1,
|
|
7132
7302
|
"maximumCount": 1
|
|
7133
7303
|
},
|
|
7134
7304
|
{
|
|
@@ -7162,6 +7332,7 @@
|
|
|
7162
7332
|
"burnable": 0,
|
|
7163
7333
|
"tempServerBurnable": 0,
|
|
7164
7334
|
"smashable": 0,
|
|
7335
|
+
"isRelicBuilding": 1,
|
|
7165
7336
|
"maximumCount": 1
|
|
7166
7337
|
},
|
|
7167
7338
|
{
|
|
@@ -7198,6 +7369,7 @@
|
|
|
7198
7369
|
"burnable": 0,
|
|
7199
7370
|
"tempServerBurnable": 0,
|
|
7200
7371
|
"smashable": 0,
|
|
7372
|
+
"isRelicBuilding": 1,
|
|
7201
7373
|
"maximumCount": 1
|
|
7202
7374
|
},
|
|
7203
7375
|
{
|
|
@@ -7233,6 +7405,7 @@
|
|
|
7233
7405
|
"burnable": 0,
|
|
7234
7406
|
"tempServerBurnable": 0,
|
|
7235
7407
|
"smashable": 0,
|
|
7408
|
+
"isRelicBuilding": 1,
|
|
7236
7409
|
"maximumCount": 1
|
|
7237
7410
|
},
|
|
7238
7411
|
{
|
|
@@ -7269,6 +7442,7 @@
|
|
|
7269
7442
|
"burnable": 0,
|
|
7270
7443
|
"tempServerBurnable": 0,
|
|
7271
7444
|
"smashable": 0,
|
|
7445
|
+
"isRelicBuilding": 1,
|
|
7272
7446
|
"maximumCount": 1
|
|
7273
7447
|
},
|
|
7274
7448
|
{
|
|
@@ -7304,6 +7478,7 @@
|
|
|
7304
7478
|
"burnable": 0,
|
|
7305
7479
|
"tempServerBurnable": 0,
|
|
7306
7480
|
"smashable": 0,
|
|
7481
|
+
"isRelicBuilding": 1,
|
|
7307
7482
|
"maximumCount": 1
|
|
7308
7483
|
},
|
|
7309
7484
|
{
|
|
@@ -7340,6 +7515,7 @@
|
|
|
7340
7515
|
"burnable": 0,
|
|
7341
7516
|
"tempServerBurnable": 0,
|
|
7342
7517
|
"smashable": 0,
|
|
7518
|
+
"isRelicBuilding": 1,
|
|
7343
7519
|
"maximumCount": 1
|
|
7344
7520
|
},
|
|
7345
7521
|
{
|
|
@@ -7375,6 +7551,7 @@
|
|
|
7375
7551
|
"burnable": 0,
|
|
7376
7552
|
"tempServerBurnable": 0,
|
|
7377
7553
|
"smashable": 0,
|
|
7554
|
+
"isRelicBuilding": 1,
|
|
7378
7555
|
"maximumCount": 1
|
|
7379
7556
|
},
|
|
7380
7557
|
{
|
|
@@ -7411,6 +7588,7 @@
|
|
|
7411
7588
|
"burnable": 0,
|
|
7412
7589
|
"tempServerBurnable": 0,
|
|
7413
7590
|
"smashable": 0,
|
|
7591
|
+
"isRelicBuilding": 1,
|
|
7414
7592
|
"maximumCount": 1
|
|
7415
7593
|
},
|
|
7416
7594
|
{
|
|
@@ -7446,6 +7624,7 @@
|
|
|
7446
7624
|
"burnable": 0,
|
|
7447
7625
|
"tempServerBurnable": 0,
|
|
7448
7626
|
"smashable": 0,
|
|
7627
|
+
"isRelicBuilding": 1,
|
|
7449
7628
|
"maximumCount": 1
|
|
7450
7629
|
},
|
|
7451
7630
|
{
|
|
@@ -7482,6 +7661,7 @@
|
|
|
7482
7661
|
"burnable": 0,
|
|
7483
7662
|
"tempServerBurnable": 0,
|
|
7484
7663
|
"smashable": 0,
|
|
7664
|
+
"isRelicBuilding": 1,
|
|
7485
7665
|
"maximumCount": 1
|
|
7486
7666
|
},
|
|
7487
7667
|
{
|
|
@@ -7517,6 +7697,7 @@
|
|
|
7517
7697
|
"burnable": 0,
|
|
7518
7698
|
"tempServerBurnable": 0,
|
|
7519
7699
|
"smashable": 0,
|
|
7700
|
+
"isRelicBuilding": 1,
|
|
7520
7701
|
"maximumCount": 1
|
|
7521
7702
|
},
|
|
7522
7703
|
{
|
|
@@ -7553,6 +7734,7 @@
|
|
|
7553
7734
|
"burnable": 0,
|
|
7554
7735
|
"tempServerBurnable": 0,
|
|
7555
7736
|
"smashable": 0,
|
|
7737
|
+
"isRelicBuilding": 1,
|
|
7556
7738
|
"maximumCount": 1
|
|
7557
7739
|
},
|
|
7558
7740
|
{
|
|
@@ -7588,6 +7770,7 @@
|
|
|
7588
7770
|
"burnable": 0,
|
|
7589
7771
|
"tempServerBurnable": 0,
|
|
7590
7772
|
"smashable": 0,
|
|
7773
|
+
"isRelicBuilding": 1,
|
|
7591
7774
|
"maximumCount": 1
|
|
7592
7775
|
},
|
|
7593
7776
|
{
|
|
@@ -7624,6 +7807,7 @@
|
|
|
7624
7807
|
"burnable": 0,
|
|
7625
7808
|
"tempServerBurnable": 0,
|
|
7626
7809
|
"smashable": 0,
|
|
7810
|
+
"isRelicBuilding": 1,
|
|
7627
7811
|
"maximumCount": 1
|
|
7628
7812
|
},
|
|
7629
7813
|
{
|
|
@@ -7659,6 +7843,7 @@
|
|
|
7659
7843
|
"burnable": 0,
|
|
7660
7844
|
"tempServerBurnable": 0,
|
|
7661
7845
|
"smashable": 0,
|
|
7846
|
+
"isRelicBuilding": 1,
|
|
7662
7847
|
"maximumCount": 1
|
|
7663
7848
|
},
|
|
7664
7849
|
{
|
|
@@ -7695,6 +7880,7 @@
|
|
|
7695
7880
|
"burnable": 0,
|
|
7696
7881
|
"tempServerBurnable": 0,
|
|
7697
7882
|
"smashable": 0,
|
|
7883
|
+
"isRelicBuilding": 1,
|
|
7698
7884
|
"maximumCount": 1
|
|
7699
7885
|
},
|
|
7700
7886
|
{
|
|
@@ -7730,6 +7916,7 @@
|
|
|
7730
7916
|
"burnable": 0,
|
|
7731
7917
|
"tempServerBurnable": 0,
|
|
7732
7918
|
"smashable": 0,
|
|
7919
|
+
"isRelicBuilding": 1,
|
|
7733
7920
|
"maximumCount": 1
|
|
7734
7921
|
},
|
|
7735
7922
|
{
|
|
@@ -7766,6 +7953,7 @@
|
|
|
7766
7953
|
"burnable": 0,
|
|
7767
7954
|
"tempServerBurnable": 0,
|
|
7768
7955
|
"smashable": 0,
|
|
7956
|
+
"isRelicBuilding": 1,
|
|
7769
7957
|
"maximumCount": 1
|
|
7770
7958
|
},
|
|
7771
7959
|
{
|
|
@@ -7801,6 +7989,7 @@
|
|
|
7801
7989
|
"burnable": 0,
|
|
7802
7990
|
"tempServerBurnable": 0,
|
|
7803
7991
|
"smashable": 0,
|
|
7992
|
+
"isRelicBuilding": 1,
|
|
7804
7993
|
"maximumCount": 1
|
|
7805
7994
|
},
|
|
7806
7995
|
{
|
|
@@ -7837,6 +8026,7 @@
|
|
|
7837
8026
|
"burnable": 0,
|
|
7838
8027
|
"tempServerBurnable": 0,
|
|
7839
8028
|
"smashable": 0,
|
|
8029
|
+
"isRelicBuilding": 1,
|
|
7840
8030
|
"maximumCount": 1
|
|
7841
8031
|
},
|
|
7842
8032
|
{
|
|
@@ -7872,6 +8062,7 @@
|
|
|
7872
8062
|
"burnable": 0,
|
|
7873
8063
|
"tempServerBurnable": 0,
|
|
7874
8064
|
"smashable": 0,
|
|
8065
|
+
"isRelicBuilding": 1,
|
|
7875
8066
|
"maximumCount": 1
|
|
7876
8067
|
},
|
|
7877
8068
|
{
|
|
@@ -7908,6 +8099,7 @@
|
|
|
7908
8099
|
"burnable": 0,
|
|
7909
8100
|
"tempServerBurnable": 0,
|
|
7910
8101
|
"smashable": 0,
|
|
8102
|
+
"isRelicBuilding": 1,
|
|
7911
8103
|
"maximumCount": 1
|
|
7912
8104
|
},
|
|
7913
8105
|
{
|
|
@@ -7944,6 +8136,7 @@
|
|
|
7944
8136
|
"burnable": 0,
|
|
7945
8137
|
"tempServerBurnable": 0,
|
|
7946
8138
|
"smashable": 0,
|
|
8139
|
+
"isRelicBuilding": 1,
|
|
7947
8140
|
"maximumCount": 1
|
|
7948
8141
|
},
|
|
7949
8142
|
{
|
|
@@ -7979,6 +8172,7 @@
|
|
|
7979
8172
|
"burnable": 0,
|
|
7980
8173
|
"tempServerBurnable": 0,
|
|
7981
8174
|
"smashable": 0,
|
|
8175
|
+
"isRelicBuilding": 1,
|
|
7982
8176
|
"maximumCount": 1
|
|
7983
8177
|
},
|
|
7984
8178
|
{
|
|
@@ -8015,6 +8209,7 @@
|
|
|
8015
8209
|
"burnable": 0,
|
|
8016
8210
|
"tempServerBurnable": 0,
|
|
8017
8211
|
"smashable": 0,
|
|
8212
|
+
"isRelicBuilding": 1,
|
|
8018
8213
|
"maximumCount": 1
|
|
8019
8214
|
},
|
|
8020
8215
|
{
|
|
@@ -8048,6 +8243,7 @@
|
|
|
8048
8243
|
"burnable": 0,
|
|
8049
8244
|
"tempServerBurnable": 0,
|
|
8050
8245
|
"smashable": 0,
|
|
8246
|
+
"isRelicBuilding": 1,
|
|
8051
8247
|
"maximumCount": 1
|
|
8052
8248
|
},
|
|
8053
8249
|
{
|
|
@@ -8084,6 +8280,7 @@
|
|
|
8084
8280
|
"burnable": 0,
|
|
8085
8281
|
"tempServerBurnable": 0,
|
|
8086
8282
|
"smashable": 0,
|
|
8283
|
+
"isRelicBuilding": 1,
|
|
8087
8284
|
"maximumCount": 1
|
|
8088
8285
|
},
|
|
8089
8286
|
{
|
|
@@ -8119,6 +8316,7 @@
|
|
|
8119
8316
|
"burnable": 0,
|
|
8120
8317
|
"tempServerBurnable": 0,
|
|
8121
8318
|
"smashable": 0,
|
|
8319
|
+
"isRelicBuilding": 1,
|
|
8122
8320
|
"maximumCount": 1
|
|
8123
8321
|
},
|
|
8124
8322
|
{
|
|
@@ -8155,6 +8353,7 @@
|
|
|
8155
8353
|
"burnable": 0,
|
|
8156
8354
|
"tempServerBurnable": 0,
|
|
8157
8355
|
"smashable": 0,
|
|
8356
|
+
"isRelicBuilding": 1,
|
|
8158
8357
|
"maximumCount": 1
|
|
8159
8358
|
},
|
|
8160
8359
|
{
|
|
@@ -8190,6 +8389,7 @@
|
|
|
8190
8389
|
"burnable": 0,
|
|
8191
8390
|
"tempServerBurnable": 0,
|
|
8192
8391
|
"smashable": 0,
|
|
8392
|
+
"isRelicBuilding": 1,
|
|
8193
8393
|
"maximumCount": 1
|
|
8194
8394
|
},
|
|
8195
8395
|
{
|
|
@@ -8226,6 +8426,7 @@
|
|
|
8226
8426
|
"burnable": 0,
|
|
8227
8427
|
"tempServerBurnable": 0,
|
|
8228
8428
|
"smashable": 0,
|
|
8429
|
+
"isRelicBuilding": 1,
|
|
8229
8430
|
"maximumCount": 1
|
|
8230
8431
|
},
|
|
8231
8432
|
{
|
|
@@ -8261,6 +8462,7 @@
|
|
|
8261
8462
|
"burnable": 0,
|
|
8262
8463
|
"tempServerBurnable": 0,
|
|
8263
8464
|
"smashable": 0,
|
|
8465
|
+
"isRelicBuilding": 1,
|
|
8264
8466
|
"maximumCount": 1
|
|
8265
8467
|
},
|
|
8266
8468
|
{
|
|
@@ -8297,6 +8499,7 @@
|
|
|
8297
8499
|
"burnable": 0,
|
|
8298
8500
|
"tempServerBurnable": 0,
|
|
8299
8501
|
"smashable": 0,
|
|
8502
|
+
"isRelicBuilding": 1,
|
|
8300
8503
|
"maximumCount": 1
|
|
8301
8504
|
},
|
|
8302
8505
|
{
|
|
@@ -8332,6 +8535,7 @@
|
|
|
8332
8535
|
"burnable": 0,
|
|
8333
8536
|
"tempServerBurnable": 0,
|
|
8334
8537
|
"smashable": 0,
|
|
8538
|
+
"isRelicBuilding": 1,
|
|
8335
8539
|
"maximumCount": 1
|
|
8336
8540
|
},
|
|
8337
8541
|
{
|
|
@@ -8368,6 +8572,7 @@
|
|
|
8368
8572
|
"burnable": 0,
|
|
8369
8573
|
"tempServerBurnable": 0,
|
|
8370
8574
|
"smashable": 0,
|
|
8575
|
+
"isRelicBuilding": 1,
|
|
8371
8576
|
"maximumCount": 1
|
|
8372
8577
|
},
|
|
8373
8578
|
{
|
|
@@ -8403,6 +8608,7 @@
|
|
|
8403
8608
|
"burnable": 0,
|
|
8404
8609
|
"tempServerBurnable": 0,
|
|
8405
8610
|
"smashable": 0,
|
|
8611
|
+
"isRelicBuilding": 1,
|
|
8406
8612
|
"maximumCount": 1
|
|
8407
8613
|
},
|
|
8408
8614
|
{
|
|
@@ -8439,6 +8645,7 @@
|
|
|
8439
8645
|
"burnable": 0,
|
|
8440
8646
|
"tempServerBurnable": 0,
|
|
8441
8647
|
"smashable": 0,
|
|
8648
|
+
"isRelicBuilding": 1,
|
|
8442
8649
|
"maximumCount": 1
|
|
8443
8650
|
},
|
|
8444
8651
|
{
|
|
@@ -8474,6 +8681,7 @@
|
|
|
8474
8681
|
"burnable": 0,
|
|
8475
8682
|
"tempServerBurnable": 0,
|
|
8476
8683
|
"smashable": 0,
|
|
8684
|
+
"isRelicBuilding": 1,
|
|
8477
8685
|
"maximumCount": 1
|
|
8478
8686
|
},
|
|
8479
8687
|
{
|
|
@@ -8510,6 +8718,7 @@
|
|
|
8510
8718
|
"burnable": 0,
|
|
8511
8719
|
"tempServerBurnable": 0,
|
|
8512
8720
|
"smashable": 0,
|
|
8721
|
+
"isRelicBuilding": 1,
|
|
8513
8722
|
"maximumCount": 1
|
|
8514
8723
|
},
|
|
8515
8724
|
{
|
|
@@ -8545,6 +8754,7 @@
|
|
|
8545
8754
|
"burnable": 0,
|
|
8546
8755
|
"tempServerBurnable": 0,
|
|
8547
8756
|
"smashable": 0,
|
|
8757
|
+
"isRelicBuilding": 1,
|
|
8548
8758
|
"maximumCount": 1
|
|
8549
8759
|
},
|
|
8550
8760
|
{
|
|
@@ -8581,6 +8791,7 @@
|
|
|
8581
8791
|
"burnable": 0,
|
|
8582
8792
|
"tempServerBurnable": 0,
|
|
8583
8793
|
"smashable": 0,
|
|
8794
|
+
"isRelicBuilding": 1,
|
|
8584
8795
|
"maximumCount": 1
|
|
8585
8796
|
},
|
|
8586
8797
|
{
|
|
@@ -8616,6 +8827,7 @@
|
|
|
8616
8827
|
"burnable": 0,
|
|
8617
8828
|
"tempServerBurnable": 0,
|
|
8618
8829
|
"smashable": 0,
|
|
8830
|
+
"isRelicBuilding": 1,
|
|
8619
8831
|
"maximumCount": 1
|
|
8620
8832
|
},
|
|
8621
8833
|
{
|
|
@@ -8652,6 +8864,7 @@
|
|
|
8652
8864
|
"burnable": 0,
|
|
8653
8865
|
"tempServerBurnable": 0,
|
|
8654
8866
|
"smashable": 0,
|
|
8867
|
+
"isRelicBuilding": 1,
|
|
8655
8868
|
"maximumCount": 1
|
|
8656
8869
|
},
|
|
8657
8870
|
{
|
|
@@ -8687,6 +8900,7 @@
|
|
|
8687
8900
|
"burnable": 0,
|
|
8688
8901
|
"tempServerBurnable": 0,
|
|
8689
8902
|
"smashable": 0,
|
|
8903
|
+
"isRelicBuilding": 1,
|
|
8690
8904
|
"maximumCount": 1
|
|
8691
8905
|
},
|
|
8692
8906
|
{
|
|
@@ -8723,6 +8937,7 @@
|
|
|
8723
8937
|
"burnable": 0,
|
|
8724
8938
|
"tempServerBurnable": 0,
|
|
8725
8939
|
"smashable": 0,
|
|
8940
|
+
"isRelicBuilding": 1,
|
|
8726
8941
|
"maximumCount": 1
|
|
8727
8942
|
},
|
|
8728
8943
|
{
|
|
@@ -8758,6 +8973,7 @@
|
|
|
8758
8973
|
"burnable": 0,
|
|
8759
8974
|
"tempServerBurnable": 0,
|
|
8760
8975
|
"smashable": 0,
|
|
8976
|
+
"isRelicBuilding": 1,
|
|
8761
8977
|
"maximumCount": 1
|
|
8762
8978
|
},
|
|
8763
8979
|
{
|
|
@@ -8794,6 +9010,7 @@
|
|
|
8794
9010
|
"burnable": 0,
|
|
8795
9011
|
"tempServerBurnable": 0,
|
|
8796
9012
|
"smashable": 0,
|
|
9013
|
+
"isRelicBuilding": 1,
|
|
8797
9014
|
"maximumCount": 1
|
|
8798
9015
|
},
|
|
8799
9016
|
{
|
|
@@ -8830,6 +9047,7 @@
|
|
|
8830
9047
|
"burnable": 0,
|
|
8831
9048
|
"tempServerBurnable": 0,
|
|
8832
9049
|
"smashable": 0,
|
|
9050
|
+
"isRelicBuilding": 1,
|
|
8833
9051
|
"maximumCount": 1
|
|
8834
9052
|
},
|
|
8835
9053
|
{
|
|
@@ -8865,6 +9083,7 @@
|
|
|
8865
9083
|
"burnable": 0,
|
|
8866
9084
|
"tempServerBurnable": 0,
|
|
8867
9085
|
"smashable": 0,
|
|
9086
|
+
"isRelicBuilding": 1,
|
|
8868
9087
|
"maximumCount": 1
|
|
8869
9088
|
},
|
|
8870
9089
|
{
|
|
@@ -8901,6 +9120,7 @@
|
|
|
8901
9120
|
"burnable": 0,
|
|
8902
9121
|
"tempServerBurnable": 0,
|
|
8903
9122
|
"smashable": 0,
|
|
9123
|
+
"isRelicBuilding": 1,
|
|
8904
9124
|
"maximumCount": 1
|
|
8905
9125
|
},
|
|
8906
9126
|
{
|
|
@@ -8934,6 +9154,7 @@
|
|
|
8934
9154
|
"burnable": 0,
|
|
8935
9155
|
"tempServerBurnable": 0,
|
|
8936
9156
|
"smashable": 0,
|
|
9157
|
+
"isRelicBuilding": 1,
|
|
8937
9158
|
"maximumCount": 1
|
|
8938
9159
|
},
|
|
8939
9160
|
{
|
|
@@ -8970,6 +9191,7 @@
|
|
|
8970
9191
|
"burnable": 0,
|
|
8971
9192
|
"tempServerBurnable": 0,
|
|
8972
9193
|
"smashable": 0,
|
|
9194
|
+
"isRelicBuilding": 1,
|
|
8973
9195
|
"maximumCount": 1
|
|
8974
9196
|
},
|
|
8975
9197
|
{
|
|
@@ -9005,6 +9227,7 @@
|
|
|
9005
9227
|
"burnable": 0,
|
|
9006
9228
|
"tempServerBurnable": 0,
|
|
9007
9229
|
"smashable": 0,
|
|
9230
|
+
"isRelicBuilding": 1,
|
|
9008
9231
|
"maximumCount": 1
|
|
9009
9232
|
},
|
|
9010
9233
|
{
|
|
@@ -9041,6 +9264,7 @@
|
|
|
9041
9264
|
"burnable": 0,
|
|
9042
9265
|
"tempServerBurnable": 0,
|
|
9043
9266
|
"smashable": 0,
|
|
9267
|
+
"isRelicBuilding": 1,
|
|
9044
9268
|
"maximumCount": 1
|
|
9045
9269
|
},
|
|
9046
9270
|
{
|
|
@@ -9076,6 +9300,7 @@
|
|
|
9076
9300
|
"burnable": 0,
|
|
9077
9301
|
"tempServerBurnable": 0,
|
|
9078
9302
|
"smashable": 0,
|
|
9303
|
+
"isRelicBuilding": 1,
|
|
9079
9304
|
"maximumCount": 1
|
|
9080
9305
|
},
|
|
9081
9306
|
{
|
|
@@ -9112,6 +9337,7 @@
|
|
|
9112
9337
|
"burnable": 0,
|
|
9113
9338
|
"tempServerBurnable": 0,
|
|
9114
9339
|
"smashable": 0,
|
|
9340
|
+
"isRelicBuilding": 1,
|
|
9115
9341
|
"maximumCount": 1
|
|
9116
9342
|
},
|
|
9117
9343
|
{
|
|
@@ -9147,6 +9373,7 @@
|
|
|
9147
9373
|
"burnable": 0,
|
|
9148
9374
|
"tempServerBurnable": 0,
|
|
9149
9375
|
"smashable": 0,
|
|
9376
|
+
"isRelicBuilding": 1,
|
|
9150
9377
|
"maximumCount": 1
|
|
9151
9378
|
},
|
|
9152
9379
|
{
|
|
@@ -9183,6 +9410,7 @@
|
|
|
9183
9410
|
"burnable": 0,
|
|
9184
9411
|
"tempServerBurnable": 0,
|
|
9185
9412
|
"smashable": 0,
|
|
9413
|
+
"isRelicBuilding": 1,
|
|
9186
9414
|
"maximumCount": 1
|
|
9187
9415
|
},
|
|
9188
9416
|
{
|
|
@@ -9218,6 +9446,7 @@
|
|
|
9218
9446
|
"burnable": 0,
|
|
9219
9447
|
"tempServerBurnable": 0,
|
|
9220
9448
|
"smashable": 0,
|
|
9449
|
+
"isRelicBuilding": 1,
|
|
9221
9450
|
"maximumCount": 1
|
|
9222
9451
|
},
|
|
9223
9452
|
{
|
|
@@ -9254,6 +9483,7 @@
|
|
|
9254
9483
|
"burnable": 0,
|
|
9255
9484
|
"tempServerBurnable": 0,
|
|
9256
9485
|
"smashable": 0,
|
|
9486
|
+
"isRelicBuilding": 1,
|
|
9257
9487
|
"maximumCount": 1
|
|
9258
9488
|
},
|
|
9259
9489
|
{
|
|
@@ -9289,6 +9519,7 @@
|
|
|
9289
9519
|
"burnable": 0,
|
|
9290
9520
|
"tempServerBurnable": 0,
|
|
9291
9521
|
"smashable": 0,
|
|
9522
|
+
"isRelicBuilding": 1,
|
|
9292
9523
|
"maximumCount": 1
|
|
9293
9524
|
},
|
|
9294
9525
|
{
|
|
@@ -9325,6 +9556,7 @@
|
|
|
9325
9556
|
"burnable": 0,
|
|
9326
9557
|
"tempServerBurnable": 0,
|
|
9327
9558
|
"smashable": 0,
|
|
9559
|
+
"isRelicBuilding": 1,
|
|
9328
9560
|
"maximumCount": 1
|
|
9329
9561
|
},
|
|
9330
9562
|
{
|
|
@@ -9360,6 +9592,7 @@
|
|
|
9360
9592
|
"burnable": 0,
|
|
9361
9593
|
"tempServerBurnable": 0,
|
|
9362
9594
|
"smashable": 0,
|
|
9595
|
+
"isRelicBuilding": 1,
|
|
9363
9596
|
"maximumCount": 1
|
|
9364
9597
|
},
|
|
9365
9598
|
{
|
|
@@ -9396,6 +9629,7 @@
|
|
|
9396
9629
|
"burnable": 0,
|
|
9397
9630
|
"tempServerBurnable": 0,
|
|
9398
9631
|
"smashable": 0,
|
|
9632
|
+
"isRelicBuilding": 1,
|
|
9399
9633
|
"maximumCount": 1
|
|
9400
9634
|
},
|
|
9401
9635
|
{
|
|
@@ -9431,6 +9665,7 @@
|
|
|
9431
9665
|
"burnable": 0,
|
|
9432
9666
|
"tempServerBurnable": 0,
|
|
9433
9667
|
"smashable": 0,
|
|
9668
|
+
"isRelicBuilding": 1,
|
|
9434
9669
|
"maximumCount": 1
|
|
9435
9670
|
},
|
|
9436
9671
|
{
|
|
@@ -9467,6 +9702,7 @@
|
|
|
9467
9702
|
"burnable": 0,
|
|
9468
9703
|
"tempServerBurnable": 0,
|
|
9469
9704
|
"smashable": 0,
|
|
9705
|
+
"isRelicBuilding": 1,
|
|
9470
9706
|
"maximumCount": 1
|
|
9471
9707
|
},
|
|
9472
9708
|
{
|
|
@@ -9502,6 +9738,7 @@
|
|
|
9502
9738
|
"burnable": 0,
|
|
9503
9739
|
"tempServerBurnable": 0,
|
|
9504
9740
|
"smashable": 0,
|
|
9741
|
+
"isRelicBuilding": 1,
|
|
9505
9742
|
"maximumCount": 1
|
|
9506
9743
|
},
|
|
9507
9744
|
{
|
|
@@ -9538,6 +9775,7 @@
|
|
|
9538
9775
|
"burnable": 0,
|
|
9539
9776
|
"tempServerBurnable": 0,
|
|
9540
9777
|
"smashable": 0,
|
|
9778
|
+
"isRelicBuilding": 1,
|
|
9541
9779
|
"maximumCount": 1
|
|
9542
9780
|
},
|
|
9543
9781
|
{
|
|
@@ -9573,6 +9811,7 @@
|
|
|
9573
9811
|
"burnable": 0,
|
|
9574
9812
|
"tempServerBurnable": 0,
|
|
9575
9813
|
"smashable": 0,
|
|
9814
|
+
"isRelicBuilding": 1,
|
|
9576
9815
|
"maximumCount": 1
|
|
9577
9816
|
},
|
|
9578
9817
|
{
|
|
@@ -9609,6 +9848,7 @@
|
|
|
9609
9848
|
"burnable": 0,
|
|
9610
9849
|
"tempServerBurnable": 0,
|
|
9611
9850
|
"smashable": 0,
|
|
9851
|
+
"isRelicBuilding": 1,
|
|
9612
9852
|
"maximumCount": 1
|
|
9613
9853
|
},
|
|
9614
9854
|
{
|
|
@@ -9644,6 +9884,7 @@
|
|
|
9644
9884
|
"burnable": 0,
|
|
9645
9885
|
"tempServerBurnable": 0,
|
|
9646
9886
|
"smashable": 0,
|
|
9887
|
+
"isRelicBuilding": 1,
|
|
9647
9888
|
"maximumCount": 1
|
|
9648
9889
|
},
|
|
9649
9890
|
{
|
|
@@ -9680,6 +9921,7 @@
|
|
|
9680
9921
|
"burnable": 0,
|
|
9681
9922
|
"tempServerBurnable": 0,
|
|
9682
9923
|
"smashable": 0,
|
|
9924
|
+
"isRelicBuilding": 1,
|
|
9683
9925
|
"maximumCount": 1
|
|
9684
9926
|
},
|
|
9685
9927
|
{
|
|
@@ -9716,6 +9958,7 @@
|
|
|
9716
9958
|
"burnable": 0,
|
|
9717
9959
|
"tempServerBurnable": 0,
|
|
9718
9960
|
"smashable": 0,
|
|
9961
|
+
"isRelicBuilding": 1,
|
|
9719
9962
|
"maximumCount": 1
|
|
9720
9963
|
},
|
|
9721
9964
|
{
|
|
@@ -9751,6 +9994,7 @@
|
|
|
9751
9994
|
"burnable": 0,
|
|
9752
9995
|
"tempServerBurnable": 0,
|
|
9753
9996
|
"smashable": 0,
|
|
9997
|
+
"isRelicBuilding": 1,
|
|
9754
9998
|
"maximumCount": 1
|
|
9755
9999
|
},
|
|
9756
10000
|
{
|
|
@@ -9787,6 +10031,7 @@
|
|
|
9787
10031
|
"burnable": 0,
|
|
9788
10032
|
"tempServerBurnable": 0,
|
|
9789
10033
|
"smashable": 0,
|
|
10034
|
+
"isRelicBuilding": 1,
|
|
9790
10035
|
"maximumCount": 1
|
|
9791
10036
|
},
|
|
9792
10037
|
{
|
|
@@ -9820,6 +10065,7 @@
|
|
|
9820
10065
|
"burnable": 0,
|
|
9821
10066
|
"tempServerBurnable": 0,
|
|
9822
10067
|
"smashable": 0,
|
|
10068
|
+
"isRelicBuilding": 1,
|
|
9823
10069
|
"maximumCount": 1
|
|
9824
10070
|
},
|
|
9825
10071
|
{
|
|
@@ -9856,6 +10102,7 @@
|
|
|
9856
10102
|
"burnable": 0,
|
|
9857
10103
|
"tempServerBurnable": 0,
|
|
9858
10104
|
"smashable": 0,
|
|
10105
|
+
"isRelicBuilding": 1,
|
|
9859
10106
|
"maximumCount": 1
|
|
9860
10107
|
},
|
|
9861
10108
|
{
|
|
@@ -9891,6 +10138,7 @@
|
|
|
9891
10138
|
"burnable": 0,
|
|
9892
10139
|
"tempServerBurnable": 0,
|
|
9893
10140
|
"smashable": 0,
|
|
10141
|
+
"isRelicBuilding": 1,
|
|
9894
10142
|
"maximumCount": 1
|
|
9895
10143
|
},
|
|
9896
10144
|
{
|
|
@@ -9927,6 +10175,7 @@
|
|
|
9927
10175
|
"burnable": 0,
|
|
9928
10176
|
"tempServerBurnable": 0,
|
|
9929
10177
|
"smashable": 0,
|
|
10178
|
+
"isRelicBuilding": 1,
|
|
9930
10179
|
"maximumCount": 1
|
|
9931
10180
|
},
|
|
9932
10181
|
{
|
|
@@ -9962,6 +10211,7 @@
|
|
|
9962
10211
|
"burnable": 0,
|
|
9963
10212
|
"tempServerBurnable": 0,
|
|
9964
10213
|
"smashable": 0,
|
|
10214
|
+
"isRelicBuilding": 1,
|
|
9965
10215
|
"maximumCount": 1
|
|
9966
10216
|
},
|
|
9967
10217
|
{
|
|
@@ -9998,6 +10248,7 @@
|
|
|
9998
10248
|
"burnable": 0,
|
|
9999
10249
|
"tempServerBurnable": 0,
|
|
10000
10250
|
"smashable": 0,
|
|
10251
|
+
"isRelicBuilding": 1,
|
|
10001
10252
|
"maximumCount": 1
|
|
10002
10253
|
},
|
|
10003
10254
|
{
|
|
@@ -10033,6 +10284,7 @@
|
|
|
10033
10284
|
"burnable": 0,
|
|
10034
10285
|
"tempServerBurnable": 0,
|
|
10035
10286
|
"smashable": 0,
|
|
10287
|
+
"isRelicBuilding": 1,
|
|
10036
10288
|
"maximumCount": 1
|
|
10037
10289
|
},
|
|
10038
10290
|
{
|
|
@@ -10069,6 +10321,7 @@
|
|
|
10069
10321
|
"burnable": 0,
|
|
10070
10322
|
"tempServerBurnable": 0,
|
|
10071
10323
|
"smashable": 0,
|
|
10324
|
+
"isRelicBuilding": 1,
|
|
10072
10325
|
"maximumCount": 1
|
|
10073
10326
|
},
|
|
10074
10327
|
{
|
|
@@ -10104,6 +10357,7 @@
|
|
|
10104
10357
|
"burnable": 0,
|
|
10105
10358
|
"tempServerBurnable": 0,
|
|
10106
10359
|
"smashable": 0,
|
|
10360
|
+
"isRelicBuilding": 1,
|
|
10107
10361
|
"maximumCount": 1
|
|
10108
10362
|
},
|
|
10109
10363
|
{
|
|
@@ -10140,6 +10394,7 @@
|
|
|
10140
10394
|
"burnable": 0,
|
|
10141
10395
|
"tempServerBurnable": 0,
|
|
10142
10396
|
"smashable": 0,
|
|
10397
|
+
"isRelicBuilding": 1,
|
|
10143
10398
|
"maximumCount": 1
|
|
10144
10399
|
},
|
|
10145
10400
|
{
|
|
@@ -10175,6 +10430,7 @@
|
|
|
10175
10430
|
"burnable": 0,
|
|
10176
10431
|
"tempServerBurnable": 0,
|
|
10177
10432
|
"smashable": 0,
|
|
10433
|
+
"isRelicBuilding": 1,
|
|
10178
10434
|
"maximumCount": 1
|
|
10179
10435
|
},
|
|
10180
10436
|
{
|
|
@@ -10211,6 +10467,7 @@
|
|
|
10211
10467
|
"burnable": 0,
|
|
10212
10468
|
"tempServerBurnable": 0,
|
|
10213
10469
|
"smashable": 0,
|
|
10470
|
+
"isRelicBuilding": 1,
|
|
10214
10471
|
"maximumCount": 1
|
|
10215
10472
|
},
|
|
10216
10473
|
{
|
|
@@ -10246,6 +10503,7 @@
|
|
|
10246
10503
|
"burnable": 0,
|
|
10247
10504
|
"tempServerBurnable": 0,
|
|
10248
10505
|
"smashable": 0,
|
|
10506
|
+
"isRelicBuilding": 1,
|
|
10249
10507
|
"maximumCount": 1
|
|
10250
10508
|
},
|
|
10251
10509
|
{
|
|
@@ -10282,6 +10540,7 @@
|
|
|
10282
10540
|
"burnable": 0,
|
|
10283
10541
|
"tempServerBurnable": 0,
|
|
10284
10542
|
"smashable": 0,
|
|
10543
|
+
"isRelicBuilding": 1,
|
|
10285
10544
|
"maximumCount": 1
|
|
10286
10545
|
},
|
|
10287
10546
|
{
|
|
@@ -10317,6 +10576,7 @@
|
|
|
10317
10576
|
"burnable": 0,
|
|
10318
10577
|
"tempServerBurnable": 0,
|
|
10319
10578
|
"smashable": 0,
|
|
10579
|
+
"isRelicBuilding": 1,
|
|
10320
10580
|
"maximumCount": 1
|
|
10321
10581
|
},
|
|
10322
10582
|
{
|
|
@@ -10353,6 +10613,7 @@
|
|
|
10353
10613
|
"burnable": 0,
|
|
10354
10614
|
"tempServerBurnable": 0,
|
|
10355
10615
|
"smashable": 0,
|
|
10616
|
+
"isRelicBuilding": 1,
|
|
10356
10617
|
"maximumCount": 1
|
|
10357
10618
|
},
|
|
10358
10619
|
{
|
|
@@ -10388,6 +10649,7 @@
|
|
|
10388
10649
|
"burnable": 0,
|
|
10389
10650
|
"tempServerBurnable": 0,
|
|
10390
10651
|
"smashable": 0,
|
|
10652
|
+
"isRelicBuilding": 1,
|
|
10391
10653
|
"maximumCount": 1
|
|
10392
10654
|
},
|
|
10393
10655
|
{
|
|
@@ -10424,6 +10686,7 @@
|
|
|
10424
10686
|
"burnable": 0,
|
|
10425
10687
|
"tempServerBurnable": 0,
|
|
10426
10688
|
"smashable": 0,
|
|
10689
|
+
"isRelicBuilding": 1,
|
|
10427
10690
|
"maximumCount": 1
|
|
10428
10691
|
},
|
|
10429
10692
|
{
|
|
@@ -10459,6 +10722,7 @@
|
|
|
10459
10722
|
"burnable": 0,
|
|
10460
10723
|
"tempServerBurnable": 0,
|
|
10461
10724
|
"smashable": 0,
|
|
10725
|
+
"isRelicBuilding": 1,
|
|
10462
10726
|
"maximumCount": 1
|
|
10463
10727
|
},
|
|
10464
10728
|
{
|
|
@@ -10495,6 +10759,7 @@
|
|
|
10495
10759
|
"burnable": 0,
|
|
10496
10760
|
"tempServerBurnable": 0,
|
|
10497
10761
|
"smashable": 0,
|
|
10762
|
+
"isRelicBuilding": 1,
|
|
10498
10763
|
"maximumCount": 1
|
|
10499
10764
|
},
|
|
10500
10765
|
{
|
|
@@ -10530,6 +10795,7 @@
|
|
|
10530
10795
|
"burnable": 0,
|
|
10531
10796
|
"tempServerBurnable": 0,
|
|
10532
10797
|
"smashable": 0,
|
|
10798
|
+
"isRelicBuilding": 1,
|
|
10533
10799
|
"maximumCount": 1
|
|
10534
10800
|
},
|
|
10535
10801
|
{
|
|
@@ -10566,6 +10832,7 @@
|
|
|
10566
10832
|
"burnable": 0,
|
|
10567
10833
|
"tempServerBurnable": 0,
|
|
10568
10834
|
"smashable": 0,
|
|
10835
|
+
"isRelicBuilding": 1,
|
|
10569
10836
|
"maximumCount": 1
|
|
10570
10837
|
},
|
|
10571
10838
|
{
|
|
@@ -10602,6 +10869,7 @@
|
|
|
10602
10869
|
"burnable": 0,
|
|
10603
10870
|
"tempServerBurnable": 0,
|
|
10604
10871
|
"smashable": 0,
|
|
10872
|
+
"isRelicBuilding": 1,
|
|
10605
10873
|
"maximumCount": 1
|
|
10606
10874
|
},
|
|
10607
10875
|
{
|
|
@@ -10637,6 +10905,7 @@
|
|
|
10637
10905
|
"burnable": 0,
|
|
10638
10906
|
"tempServerBurnable": 0,
|
|
10639
10907
|
"smashable": 0,
|
|
10908
|
+
"isRelicBuilding": 1,
|
|
10640
10909
|
"maximumCount": 1
|
|
10641
10910
|
},
|
|
10642
10911
|
{
|
|
@@ -10673,6 +10942,7 @@
|
|
|
10673
10942
|
"burnable": 0,
|
|
10674
10943
|
"tempServerBurnable": 0,
|
|
10675
10944
|
"smashable": 0,
|
|
10945
|
+
"isRelicBuilding": 1,
|
|
10676
10946
|
"maximumCount": 1
|
|
10677
10947
|
},
|
|
10678
10948
|
{
|
|
@@ -10706,6 +10976,7 @@
|
|
|
10706
10976
|
"burnable": 0,
|
|
10707
10977
|
"tempServerBurnable": 0,
|
|
10708
10978
|
"smashable": 0,
|
|
10979
|
+
"isRelicBuilding": 1,
|
|
10709
10980
|
"maximumCount": 1
|
|
10710
10981
|
},
|
|
10711
10982
|
{
|
|
@@ -10742,6 +11013,7 @@
|
|
|
10742
11013
|
"burnable": 0,
|
|
10743
11014
|
"tempServerBurnable": 0,
|
|
10744
11015
|
"smashable": 0,
|
|
11016
|
+
"isRelicBuilding": 1,
|
|
10745
11017
|
"maximumCount": 1
|
|
10746
11018
|
},
|
|
10747
11019
|
{
|
|
@@ -10777,6 +11049,7 @@
|
|
|
10777
11049
|
"burnable": 0,
|
|
10778
11050
|
"tempServerBurnable": 0,
|
|
10779
11051
|
"smashable": 0,
|
|
11052
|
+
"isRelicBuilding": 1,
|
|
10780
11053
|
"maximumCount": 1
|
|
10781
11054
|
},
|
|
10782
11055
|
{
|
|
@@ -10813,6 +11086,7 @@
|
|
|
10813
11086
|
"burnable": 0,
|
|
10814
11087
|
"tempServerBurnable": 0,
|
|
10815
11088
|
"smashable": 0,
|
|
11089
|
+
"isRelicBuilding": 1,
|
|
10816
11090
|
"maximumCount": 1
|
|
10817
11091
|
},
|
|
10818
11092
|
{
|
|
@@ -10848,6 +11122,7 @@
|
|
|
10848
11122
|
"burnable": 0,
|
|
10849
11123
|
"tempServerBurnable": 0,
|
|
10850
11124
|
"smashable": 0,
|
|
11125
|
+
"isRelicBuilding": 1,
|
|
10851
11126
|
"maximumCount": 1
|
|
10852
11127
|
},
|
|
10853
11128
|
{
|
|
@@ -10884,6 +11159,7 @@
|
|
|
10884
11159
|
"burnable": 0,
|
|
10885
11160
|
"tempServerBurnable": 0,
|
|
10886
11161
|
"smashable": 0,
|
|
11162
|
+
"isRelicBuilding": 1,
|
|
10887
11163
|
"maximumCount": 1
|
|
10888
11164
|
},
|
|
10889
11165
|
{
|
|
@@ -10919,6 +11195,7 @@
|
|
|
10919
11195
|
"burnable": 0,
|
|
10920
11196
|
"tempServerBurnable": 0,
|
|
10921
11197
|
"smashable": 0,
|
|
11198
|
+
"isRelicBuilding": 1,
|
|
10922
11199
|
"maximumCount": 1
|
|
10923
11200
|
},
|
|
10924
11201
|
{
|
|
@@ -10955,6 +11232,7 @@
|
|
|
10955
11232
|
"burnable": 0,
|
|
10956
11233
|
"tempServerBurnable": 0,
|
|
10957
11234
|
"smashable": 0,
|
|
11235
|
+
"isRelicBuilding": 1,
|
|
10958
11236
|
"maximumCount": 1
|
|
10959
11237
|
},
|
|
10960
11238
|
{
|
|
@@ -10990,6 +11268,7 @@
|
|
|
10990
11268
|
"burnable": 0,
|
|
10991
11269
|
"tempServerBurnable": 0,
|
|
10992
11270
|
"smashable": 0,
|
|
11271
|
+
"isRelicBuilding": 1,
|
|
10993
11272
|
"maximumCount": 1
|
|
10994
11273
|
},
|
|
10995
11274
|
{
|
|
@@ -11026,6 +11305,7 @@
|
|
|
11026
11305
|
"burnable": 0,
|
|
11027
11306
|
"tempServerBurnable": 0,
|
|
11028
11307
|
"smashable": 0,
|
|
11308
|
+
"isRelicBuilding": 1,
|
|
11029
11309
|
"maximumCount": 1
|
|
11030
11310
|
},
|
|
11031
11311
|
{
|
|
@@ -11061,6 +11341,7 @@
|
|
|
11061
11341
|
"burnable": 0,
|
|
11062
11342
|
"tempServerBurnable": 0,
|
|
11063
11343
|
"smashable": 0,
|
|
11344
|
+
"isRelicBuilding": 1,
|
|
11064
11345
|
"maximumCount": 1
|
|
11065
11346
|
},
|
|
11066
11347
|
{
|
|
@@ -11097,6 +11378,7 @@
|
|
|
11097
11378
|
"burnable": 0,
|
|
11098
11379
|
"tempServerBurnable": 0,
|
|
11099
11380
|
"smashable": 0,
|
|
11381
|
+
"isRelicBuilding": 1,
|
|
11100
11382
|
"maximumCount": 1
|
|
11101
11383
|
},
|
|
11102
11384
|
{
|
|
@@ -11132,6 +11414,7 @@
|
|
|
11132
11414
|
"burnable": 0,
|
|
11133
11415
|
"tempServerBurnable": 0,
|
|
11134
11416
|
"smashable": 0,
|
|
11417
|
+
"isRelicBuilding": 1,
|
|
11135
11418
|
"maximumCount": 1
|
|
11136
11419
|
},
|
|
11137
11420
|
{
|
|
@@ -11168,6 +11451,7 @@
|
|
|
11168
11451
|
"burnable": 0,
|
|
11169
11452
|
"tempServerBurnable": 0,
|
|
11170
11453
|
"smashable": 0,
|
|
11454
|
+
"isRelicBuilding": 1,
|
|
11171
11455
|
"maximumCount": 1
|
|
11172
11456
|
},
|
|
11173
11457
|
{
|
|
@@ -11203,6 +11487,7 @@
|
|
|
11203
11487
|
"burnable": 0,
|
|
11204
11488
|
"tempServerBurnable": 0,
|
|
11205
11489
|
"smashable": 0,
|
|
11490
|
+
"isRelicBuilding": 1,
|
|
11206
11491
|
"maximumCount": 1
|
|
11207
11492
|
},
|
|
11208
11493
|
{
|
|
@@ -11239,6 +11524,7 @@
|
|
|
11239
11524
|
"burnable": 0,
|
|
11240
11525
|
"tempServerBurnable": 0,
|
|
11241
11526
|
"smashable": 0,
|
|
11527
|
+
"isRelicBuilding": 1,
|
|
11242
11528
|
"maximumCount": 1
|
|
11243
11529
|
},
|
|
11244
11530
|
{
|
|
@@ -11274,6 +11560,7 @@
|
|
|
11274
11560
|
"burnable": 0,
|
|
11275
11561
|
"tempServerBurnable": 0,
|
|
11276
11562
|
"smashable": 0,
|
|
11563
|
+
"isRelicBuilding": 1,
|
|
11277
11564
|
"maximumCount": 1
|
|
11278
11565
|
},
|
|
11279
11566
|
{
|
|
@@ -11310,6 +11597,7 @@
|
|
|
11310
11597
|
"burnable": 0,
|
|
11311
11598
|
"tempServerBurnable": 0,
|
|
11312
11599
|
"smashable": 0,
|
|
11600
|
+
"isRelicBuilding": 1,
|
|
11313
11601
|
"maximumCount": 1
|
|
11314
11602
|
},
|
|
11315
11603
|
{
|
|
@@ -11345,6 +11633,7 @@
|
|
|
11345
11633
|
"burnable": 0,
|
|
11346
11634
|
"tempServerBurnable": 0,
|
|
11347
11635
|
"smashable": 0,
|
|
11636
|
+
"isRelicBuilding": 1,
|
|
11348
11637
|
"maximumCount": 1
|
|
11349
11638
|
},
|
|
11350
11639
|
{
|
|
@@ -11381,6 +11670,7 @@
|
|
|
11381
11670
|
"burnable": 0,
|
|
11382
11671
|
"tempServerBurnable": 0,
|
|
11383
11672
|
"smashable": 0,
|
|
11673
|
+
"isRelicBuilding": 1,
|
|
11384
11674
|
"maximumCount": 1
|
|
11385
11675
|
},
|
|
11386
11676
|
{
|
|
@@ -11416,6 +11706,7 @@
|
|
|
11416
11706
|
"burnable": 0,
|
|
11417
11707
|
"tempServerBurnable": 0,
|
|
11418
11708
|
"smashable": 0,
|
|
11709
|
+
"isRelicBuilding": 1,
|
|
11419
11710
|
"maximumCount": 1
|
|
11420
11711
|
},
|
|
11421
11712
|
{
|
|
@@ -11452,6 +11743,7 @@
|
|
|
11452
11743
|
"burnable": 0,
|
|
11453
11744
|
"tempServerBurnable": 0,
|
|
11454
11745
|
"smashable": 0,
|
|
11746
|
+
"isRelicBuilding": 1,
|
|
11455
11747
|
"maximumCount": 1
|
|
11456
11748
|
},
|
|
11457
11749
|
{
|
|
@@ -11488,6 +11780,7 @@
|
|
|
11488
11780
|
"burnable": 0,
|
|
11489
11781
|
"tempServerBurnable": 0,
|
|
11490
11782
|
"smashable": 0,
|
|
11783
|
+
"isRelicBuilding": 1,
|
|
11491
11784
|
"maximumCount": 1
|
|
11492
11785
|
},
|
|
11493
11786
|
{
|
|
@@ -11523,6 +11816,7 @@
|
|
|
11523
11816
|
"burnable": 0,
|
|
11524
11817
|
"tempServerBurnable": 0,
|
|
11525
11818
|
"smashable": 0,
|
|
11819
|
+
"isRelicBuilding": 1,
|
|
11526
11820
|
"maximumCount": 1
|
|
11527
11821
|
},
|
|
11528
11822
|
{
|
|
@@ -11559,6 +11853,7 @@
|
|
|
11559
11853
|
"burnable": 0,
|
|
11560
11854
|
"tempServerBurnable": 0,
|
|
11561
11855
|
"smashable": 0,
|
|
11856
|
+
"isRelicBuilding": 1,
|
|
11562
11857
|
"maximumCount": 1
|
|
11563
11858
|
},
|
|
11564
11859
|
{
|
|
@@ -11592,6 +11887,7 @@
|
|
|
11592
11887
|
"burnable": 0,
|
|
11593
11888
|
"tempServerBurnable": 0,
|
|
11594
11889
|
"smashable": 0,
|
|
11890
|
+
"isRelicBuilding": 1,
|
|
11595
11891
|
"maximumCount": 1
|
|
11596
11892
|
},
|
|
11597
11893
|
{
|
|
@@ -11628,6 +11924,7 @@
|
|
|
11628
11924
|
"burnable": 0,
|
|
11629
11925
|
"tempServerBurnable": 0,
|
|
11630
11926
|
"smashable": 0,
|
|
11927
|
+
"isRelicBuilding": 1,
|
|
11631
11928
|
"maximumCount": 1
|
|
11632
11929
|
},
|
|
11633
11930
|
{
|
|
@@ -11663,6 +11960,7 @@
|
|
|
11663
11960
|
"burnable": 0,
|
|
11664
11961
|
"tempServerBurnable": 0,
|
|
11665
11962
|
"smashable": 0,
|
|
11963
|
+
"isRelicBuilding": 1,
|
|
11666
11964
|
"maximumCount": 1
|
|
11667
11965
|
},
|
|
11668
11966
|
{
|
|
@@ -11699,6 +11997,7 @@
|
|
|
11699
11997
|
"burnable": 0,
|
|
11700
11998
|
"tempServerBurnable": 0,
|
|
11701
11999
|
"smashable": 0,
|
|
12000
|
+
"isRelicBuilding": 1,
|
|
11702
12001
|
"maximumCount": 1
|
|
11703
12002
|
},
|
|
11704
12003
|
{
|
|
@@ -11734,6 +12033,7 @@
|
|
|
11734
12033
|
"burnable": 0,
|
|
11735
12034
|
"tempServerBurnable": 0,
|
|
11736
12035
|
"smashable": 0,
|
|
12036
|
+
"isRelicBuilding": 1,
|
|
11737
12037
|
"maximumCount": 1
|
|
11738
12038
|
},
|
|
11739
12039
|
{
|
|
@@ -11770,6 +12070,7 @@
|
|
|
11770
12070
|
"burnable": 0,
|
|
11771
12071
|
"tempServerBurnable": 0,
|
|
11772
12072
|
"smashable": 0,
|
|
12073
|
+
"isRelicBuilding": 1,
|
|
11773
12074
|
"maximumCount": 1
|
|
11774
12075
|
},
|
|
11775
12076
|
{
|
|
@@ -11805,6 +12106,7 @@
|
|
|
11805
12106
|
"burnable": 0,
|
|
11806
12107
|
"tempServerBurnable": 0,
|
|
11807
12108
|
"smashable": 0,
|
|
12109
|
+
"isRelicBuilding": 1,
|
|
11808
12110
|
"maximumCount": 1
|
|
11809
12111
|
},
|
|
11810
12112
|
{
|
|
@@ -11841,6 +12143,7 @@
|
|
|
11841
12143
|
"burnable": 0,
|
|
11842
12144
|
"tempServerBurnable": 0,
|
|
11843
12145
|
"smashable": 0,
|
|
12146
|
+
"isRelicBuilding": 1,
|
|
11844
12147
|
"maximumCount": 1
|
|
11845
12148
|
},
|
|
11846
12149
|
{
|
|
@@ -11876,6 +12179,7 @@
|
|
|
11876
12179
|
"burnable": 0,
|
|
11877
12180
|
"tempServerBurnable": 0,
|
|
11878
12181
|
"smashable": 0,
|
|
12182
|
+
"isRelicBuilding": 1,
|
|
11879
12183
|
"maximumCount": 1
|
|
11880
12184
|
},
|
|
11881
12185
|
{
|
|
@@ -11912,6 +12216,7 @@
|
|
|
11912
12216
|
"burnable": 0,
|
|
11913
12217
|
"tempServerBurnable": 0,
|
|
11914
12218
|
"smashable": 0,
|
|
12219
|
+
"isRelicBuilding": 1,
|
|
11915
12220
|
"maximumCount": 1
|
|
11916
12221
|
},
|
|
11917
12222
|
{
|
|
@@ -11947,6 +12252,7 @@
|
|
|
11947
12252
|
"burnable": 0,
|
|
11948
12253
|
"tempServerBurnable": 0,
|
|
11949
12254
|
"smashable": 0,
|
|
12255
|
+
"isRelicBuilding": 1,
|
|
11950
12256
|
"maximumCount": 1
|
|
11951
12257
|
},
|
|
11952
12258
|
{
|
|
@@ -11983,6 +12289,7 @@
|
|
|
11983
12289
|
"burnable": 0,
|
|
11984
12290
|
"tempServerBurnable": 0,
|
|
11985
12291
|
"smashable": 0,
|
|
12292
|
+
"isRelicBuilding": 1,
|
|
11986
12293
|
"maximumCount": 1
|
|
11987
12294
|
},
|
|
11988
12295
|
{
|
|
@@ -12018,6 +12325,7 @@
|
|
|
12018
12325
|
"burnable": 0,
|
|
12019
12326
|
"tempServerBurnable": 0,
|
|
12020
12327
|
"smashable": 0,
|
|
12328
|
+
"isRelicBuilding": 1,
|
|
12021
12329
|
"maximumCount": 1
|
|
12022
12330
|
},
|
|
12023
12331
|
{
|
|
@@ -12054,6 +12362,7 @@
|
|
|
12054
12362
|
"burnable": 0,
|
|
12055
12363
|
"tempServerBurnable": 0,
|
|
12056
12364
|
"smashable": 0,
|
|
12365
|
+
"isRelicBuilding": 1,
|
|
12057
12366
|
"maximumCount": 1
|
|
12058
12367
|
},
|
|
12059
12368
|
{
|
|
@@ -12089,6 +12398,7 @@
|
|
|
12089
12398
|
"burnable": 0,
|
|
12090
12399
|
"tempServerBurnable": 0,
|
|
12091
12400
|
"smashable": 0,
|
|
12401
|
+
"isRelicBuilding": 1,
|
|
12092
12402
|
"maximumCount": 1
|
|
12093
12403
|
},
|
|
12094
12404
|
{
|
|
@@ -12125,6 +12435,7 @@
|
|
|
12125
12435
|
"burnable": 0,
|
|
12126
12436
|
"tempServerBurnable": 0,
|
|
12127
12437
|
"smashable": 0,
|
|
12438
|
+
"isRelicBuilding": 1,
|
|
12128
12439
|
"maximumCount": 1
|
|
12129
12440
|
},
|
|
12130
12441
|
{
|
|
@@ -12160,6 +12471,7 @@
|
|
|
12160
12471
|
"burnable": 0,
|
|
12161
12472
|
"tempServerBurnable": 0,
|
|
12162
12473
|
"smashable": 0,
|
|
12474
|
+
"isRelicBuilding": 1,
|
|
12163
12475
|
"maximumCount": 1
|
|
12164
12476
|
},
|
|
12165
12477
|
{
|
|
@@ -12196,6 +12508,7 @@
|
|
|
12196
12508
|
"burnable": 0,
|
|
12197
12509
|
"tempServerBurnable": 0,
|
|
12198
12510
|
"smashable": 0,
|
|
12511
|
+
"isRelicBuilding": 1,
|
|
12199
12512
|
"maximumCount": 1
|
|
12200
12513
|
},
|
|
12201
12514
|
{
|
|
@@ -12231,6 +12544,7 @@
|
|
|
12231
12544
|
"burnable": 0,
|
|
12232
12545
|
"tempServerBurnable": 0,
|
|
12233
12546
|
"smashable": 0,
|
|
12547
|
+
"isRelicBuilding": 1,
|
|
12234
12548
|
"maximumCount": 1
|
|
12235
12549
|
},
|
|
12236
12550
|
{
|
|
@@ -12267,6 +12581,7 @@
|
|
|
12267
12581
|
"burnable": 0,
|
|
12268
12582
|
"tempServerBurnable": 0,
|
|
12269
12583
|
"smashable": 0,
|
|
12584
|
+
"isRelicBuilding": 1,
|
|
12270
12585
|
"maximumCount": 1
|
|
12271
12586
|
},
|
|
12272
12587
|
{
|
|
@@ -12302,6 +12617,7 @@
|
|
|
12302
12617
|
"burnable": 0,
|
|
12303
12618
|
"tempServerBurnable": 0,
|
|
12304
12619
|
"smashable": 0,
|
|
12620
|
+
"isRelicBuilding": 1,
|
|
12305
12621
|
"maximumCount": 1
|
|
12306
12622
|
},
|
|
12307
12623
|
{
|
|
@@ -12338,6 +12654,7 @@
|
|
|
12338
12654
|
"burnable": 0,
|
|
12339
12655
|
"tempServerBurnable": 0,
|
|
12340
12656
|
"smashable": 0,
|
|
12657
|
+
"isRelicBuilding": 1,
|
|
12341
12658
|
"maximumCount": 1
|
|
12342
12659
|
},
|
|
12343
12660
|
{
|
|
@@ -12374,6 +12691,7 @@
|
|
|
12374
12691
|
"burnable": 0,
|
|
12375
12692
|
"tempServerBurnable": 0,
|
|
12376
12693
|
"smashable": 0,
|
|
12694
|
+
"isRelicBuilding": 1,
|
|
12377
12695
|
"maximumCount": 1
|
|
12378
12696
|
},
|
|
12379
12697
|
{
|
|
@@ -12409,6 +12727,7 @@
|
|
|
12409
12727
|
"burnable": 0,
|
|
12410
12728
|
"tempServerBurnable": 0,
|
|
12411
12729
|
"smashable": 0,
|
|
12730
|
+
"isRelicBuilding": 1,
|
|
12412
12731
|
"maximumCount": 1
|
|
12413
12732
|
},
|
|
12414
12733
|
{
|
|
@@ -12444,6 +12763,7 @@
|
|
|
12444
12763
|
"burnable": 0,
|
|
12445
12764
|
"tempServerBurnable": 0,
|
|
12446
12765
|
"smashable": 0,
|
|
12766
|
+
"isRelicBuilding": 1,
|
|
12447
12767
|
"maximumCount": 1
|
|
12448
12768
|
},
|
|
12449
12769
|
{
|
|
@@ -55578,6 +55898,36 @@
|
|
|
55578
55898
|
"tempServerCostStone": 5612,
|
|
55579
55899
|
"tempServerTime": 3600
|
|
55580
55900
|
},
|
|
55901
|
+
{
|
|
55902
|
+
"wodID": 553,
|
|
55903
|
+
"crossplayID": 553,
|
|
55904
|
+
"comment2": "Legend Woodcutter",
|
|
55905
|
+
"downgradeWodID": 552,
|
|
55906
|
+
"group": "Building",
|
|
55907
|
+
"type": "Level1",
|
|
55908
|
+
"width": 5,
|
|
55909
|
+
"height": 5,
|
|
55910
|
+
"kIDs": "0,1,2,3,4",
|
|
55911
|
+
"onlyInAreaTypes": "1,4,12",
|
|
55912
|
+
"buildingGroundType": "CIVIL",
|
|
55913
|
+
"name": "LegendWoodcutter",
|
|
55914
|
+
"level": 30,
|
|
55915
|
+
"requiredLegendLevel": 30,
|
|
55916
|
+
"costWood": 80630,
|
|
55917
|
+
"costStone": 80870,
|
|
55918
|
+
"costCoal": 26864,
|
|
55919
|
+
"costIron": 26791,
|
|
55920
|
+
"buildDuration": 173030,
|
|
55921
|
+
"xp": 42,
|
|
55922
|
+
"mightValue": 87,
|
|
55923
|
+
"Woodproduction": 132,
|
|
55924
|
+
"tempServerBurnable": 1,
|
|
55925
|
+
"potionable": 1,
|
|
55926
|
+
"constructionItemGroupIDs": "11,12,28,29,2011,2035,3048,3061,3102",
|
|
55927
|
+
"tempServerCostWood": 8063,
|
|
55928
|
+
"tempServerCostStone": 8087,
|
|
55929
|
+
"tempServerTime": 3600
|
|
55930
|
+
},
|
|
55581
55931
|
{
|
|
55582
55932
|
"wodID": 320,
|
|
55583
55933
|
"crossplayID": 320,
|
|
@@ -56477,36 +56827,6 @@
|
|
|
56477
56827
|
"tempServerCostStone": 8005,
|
|
56478
56828
|
"tempServerTime": 3600
|
|
56479
56829
|
},
|
|
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
56830
|
{
|
|
56511
56831
|
"wodID": 1769,
|
|
56512
56832
|
"crossplayID": 1769,
|