e4k-data 4.49.23 → 4.50.35
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 +466 -101
- package/data/constructionItems.json +112 -0
- package/data/currencyCaps.json +5 -0
- package/data/equipments.json +62 -0
- package/data/leaguetypeEvents.json +3 -3
- package/data/lootBoxTombolas.json +648 -648
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +7 -1
- package/data/packageCategoryCurrencyRelations.json +5 -0
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +746 -0
- package/data/rewards.json +63 -0
- package/data/shapeshifterPermittedEffects.json +30 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/worldmapskins.json +4 -0
- package/images/x768.json +300 -0
- package/languages/da.json +94 -5
- package/languages/de.json +94 -5
- package/languages/el.json +94 -5
- package/languages/en.json +125 -36
- package/languages/es.json +94 -5
- package/languages/fi.json +94 -5
- package/languages/fr.json +94 -5
- package/languages/it.json +94 -5
- package/languages/ja.json +94 -5
- package/languages/ko.json +94 -5
- package/languages/nl.json +94 -5
- package/languages/no.json +94 -5
- package/languages/pl.json +94 -5
- package/languages/pt.json +94 -5
- package/languages/ru.json +94 -5
- package/languages/sv.json +94 -5
- package/languages/tr.json +94 -5
- package/languages/zh_CN.json +94 -5
- package/languages/zh_TW.json +94 -5
- package/package.json +1 -1
- package/typings/types.d.ts +5 -4
package/data/buildings.json
CHANGED
|
@@ -1,5 +1,141 @@
|
|
|
1
1
|
{
|
|
2
2
|
"building": [
|
|
3
|
+
{
|
|
4
|
+
"wodID": 900000,
|
|
5
|
+
"group": "Building",
|
|
6
|
+
"name": "Offer",
|
|
7
|
+
"type": "isoObject",
|
|
8
|
+
"kIDs": "",
|
|
9
|
+
"server": 0,
|
|
10
|
+
"block": 0,
|
|
11
|
+
"width": 8,
|
|
12
|
+
"height": 8,
|
|
13
|
+
"movable": 0,
|
|
14
|
+
"level": 1
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"wodID": 900001,
|
|
18
|
+
"group": "Tower",
|
|
19
|
+
"type": "CornerLevel1",
|
|
20
|
+
"width": 2,
|
|
21
|
+
"height": 2,
|
|
22
|
+
"movable": 0,
|
|
23
|
+
"kIDs": "0,1,2,3,4",
|
|
24
|
+
"name": "Corner",
|
|
25
|
+
"level": 1,
|
|
26
|
+
"destructable": 0,
|
|
27
|
+
"burnable": 0,
|
|
28
|
+
"smashable": 0,
|
|
29
|
+
"rotateType": 4
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"wodID": 900002,
|
|
33
|
+
"group": "Tower",
|
|
34
|
+
"type": "CornerLevel2",
|
|
35
|
+
"width": 2,
|
|
36
|
+
"height": 2,
|
|
37
|
+
"movable": 0,
|
|
38
|
+
"kIDs": "0,1,2,3,4",
|
|
39
|
+
"name": "Corner",
|
|
40
|
+
"level": 2,
|
|
41
|
+
"destructable": 0,
|
|
42
|
+
"burnable": 0,
|
|
43
|
+
"smashable": 0,
|
|
44
|
+
"rotateType": 4
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"wodID": 900003,
|
|
48
|
+
"group": "Tower",
|
|
49
|
+
"type": "CornerLevel3",
|
|
50
|
+
"width": 2,
|
|
51
|
+
"height": 2,
|
|
52
|
+
"movable": 0,
|
|
53
|
+
"kIDs": "0,1,2,3,4",
|
|
54
|
+
"name": "Corner",
|
|
55
|
+
"level": 3,
|
|
56
|
+
"destructable": 0,
|
|
57
|
+
"burnable": 0,
|
|
58
|
+
"smashable": 0,
|
|
59
|
+
"rotateType": 4
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"wodID": 900004,
|
|
63
|
+
"group": "Tower",
|
|
64
|
+
"type": "CornerLevel4",
|
|
65
|
+
"width": 2,
|
|
66
|
+
"height": 2,
|
|
67
|
+
"movable": 0,
|
|
68
|
+
"kIDs": "0,1,2,3,4",
|
|
69
|
+
"name": "Corner",
|
|
70
|
+
"level": 4,
|
|
71
|
+
"destructable": 0,
|
|
72
|
+
"burnable": 0,
|
|
73
|
+
"smashable": 0,
|
|
74
|
+
"rotateType": 4
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"wodID": 900005,
|
|
78
|
+
"group": "Tower",
|
|
79
|
+
"type": "CornerLevel5",
|
|
80
|
+
"width": 2,
|
|
81
|
+
"height": 2,
|
|
82
|
+
"movable": 0,
|
|
83
|
+
"kIDs": "0,1,2,3,4",
|
|
84
|
+
"name": "Corner",
|
|
85
|
+
"level": 5,
|
|
86
|
+
"destructable": 0,
|
|
87
|
+
"burnable": 0,
|
|
88
|
+
"smashable": 0,
|
|
89
|
+
"rotateType": 4
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"wodID": 900006,
|
|
93
|
+
"group": "Tower",
|
|
94
|
+
"type": "Level1",
|
|
95
|
+
"width": 2,
|
|
96
|
+
"height": 2,
|
|
97
|
+
"movable": 0,
|
|
98
|
+
"eventIDs": 3,
|
|
99
|
+
"kIDs": 10,
|
|
100
|
+
"name": "FactionLookoutCorner",
|
|
101
|
+
"level": 1,
|
|
102
|
+
"destructable": 0,
|
|
103
|
+
"burnable": 0,
|
|
104
|
+
"smashable": 0,
|
|
105
|
+
"rotateType": 4
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"wodID": 900007,
|
|
109
|
+
"group": "Tower",
|
|
110
|
+
"type": "Level2",
|
|
111
|
+
"width": 2,
|
|
112
|
+
"height": 2,
|
|
113
|
+
"movable": 0,
|
|
114
|
+
"eventIDs": 3,
|
|
115
|
+
"kIDs": 10,
|
|
116
|
+
"name": "FactionLookoutCorner",
|
|
117
|
+
"level": 2,
|
|
118
|
+
"destructable": 0,
|
|
119
|
+
"burnable": 0,
|
|
120
|
+
"smashable": 0,
|
|
121
|
+
"rotateType": 4
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"wodID": 900008,
|
|
125
|
+
"group": "Tower",
|
|
126
|
+
"type": "Level3",
|
|
127
|
+
"width": 2,
|
|
128
|
+
"height": 2,
|
|
129
|
+
"movable": 0,
|
|
130
|
+
"eventIDs": 3,
|
|
131
|
+
"kIDs": 10,
|
|
132
|
+
"name": "FactionLookoutCorner",
|
|
133
|
+
"level": 3,
|
|
134
|
+
"destructable": 0,
|
|
135
|
+
"burnable": 0,
|
|
136
|
+
"smashable": 0,
|
|
137
|
+
"rotateType": 4
|
|
138
|
+
},
|
|
3
139
|
{
|
|
4
140
|
"wodID": 401,
|
|
5
141
|
"name": "Guard",
|
|
@@ -1721,7 +1857,7 @@
|
|
|
1721
1857
|
"height": 6,
|
|
1722
1858
|
"kIDs": "0,1,2,3,4",
|
|
1723
1859
|
"shopCategory": "MILITARY",
|
|
1724
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
1860
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1725
1861
|
"buildingGroundType": "MILITARY",
|
|
1726
1862
|
"costWood": 33,
|
|
1727
1863
|
"costStone": 15,
|
|
@@ -1756,7 +1892,7 @@
|
|
|
1756
1892
|
"width": 6,
|
|
1757
1893
|
"height": 6,
|
|
1758
1894
|
"kIDs": "0,1,2,3,4",
|
|
1759
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
1895
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1760
1896
|
"buildingGroundType": "MILITARY",
|
|
1761
1897
|
"costWood": 565,
|
|
1762
1898
|
"costStone": 495,
|
|
@@ -1792,7 +1928,7 @@
|
|
|
1792
1928
|
"width": 6,
|
|
1793
1929
|
"height": 6,
|
|
1794
1930
|
"kIDs": "0,1,2,3,4",
|
|
1795
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
1931
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1796
1932
|
"buildingGroundType": "MILITARY",
|
|
1797
1933
|
"costWood": 1305,
|
|
1798
1934
|
"costStone": 1129,
|
|
@@ -1827,7 +1963,7 @@
|
|
|
1827
1963
|
"width": 6,
|
|
1828
1964
|
"height": 6,
|
|
1829
1965
|
"kIDs": "0,1,2,3,4",
|
|
1830
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
1966
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1831
1967
|
"buildingGroundType": "MILITARY",
|
|
1832
1968
|
"costWood": 2494,
|
|
1833
1969
|
"costStone": 2662,
|
|
@@ -1862,7 +1998,7 @@
|
|
|
1862
1998
|
"width": 6,
|
|
1863
1999
|
"height": 6,
|
|
1864
2000
|
"kIDs": "0,1,2,3,4",
|
|
1865
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2001
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1866
2002
|
"buildingGroundType": "MILITARY",
|
|
1867
2003
|
"costWood": 4435,
|
|
1868
2004
|
"costStone": 5627,
|
|
@@ -1897,7 +2033,7 @@
|
|
|
1897
2033
|
"width": 6,
|
|
1898
2034
|
"height": 6,
|
|
1899
2035
|
"kIDs": "0,1,2,3,4",
|
|
1900
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2036
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1901
2037
|
"buildingGroundType": "MILITARY",
|
|
1902
2038
|
"costLegendaryMaterial": 50,
|
|
1903
2039
|
"buildDuration": 205440,
|
|
@@ -1930,7 +2066,7 @@
|
|
|
1930
2066
|
"width": 6,
|
|
1931
2067
|
"height": 6,
|
|
1932
2068
|
"kIDs": "0,1,2,3,4",
|
|
1933
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2069
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1934
2070
|
"buildingGroundType": "MILITARY",
|
|
1935
2071
|
"costLegendaryToken": 50,
|
|
1936
2072
|
"costLegendaryMaterial": 50,
|
|
@@ -1963,7 +2099,7 @@
|
|
|
1963
2099
|
"width": 6,
|
|
1964
2100
|
"height": 6,
|
|
1965
2101
|
"kIDs": "0,1,2,3,4",
|
|
1966
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2102
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1967
2103
|
"buildingGroundType": "MILITARY",
|
|
1968
2104
|
"costLegendaryMaterial": 100,
|
|
1969
2105
|
"buildDuration": 300487,
|
|
@@ -1995,7 +2131,7 @@
|
|
|
1995
2131
|
"width": 6,
|
|
1996
2132
|
"height": 6,
|
|
1997
2133
|
"kIDs": "0,1,2,3,4",
|
|
1998
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2134
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
1999
2135
|
"buildingGroundType": "MILITARY",
|
|
2000
2136
|
"costLegendaryToken": 75,
|
|
2001
2137
|
"costLegendaryMaterial": 100,
|
|
@@ -2028,7 +2164,7 @@
|
|
|
2028
2164
|
"width": 6,
|
|
2029
2165
|
"height": 6,
|
|
2030
2166
|
"kIDs": "0,1,2,3,4",
|
|
2031
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2167
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
2032
2168
|
"buildingGroundType": "MILITARY",
|
|
2033
2169
|
"costLegendaryMaterial": 100,
|
|
2034
2170
|
"buildDuration": 468817,
|
|
@@ -2060,7 +2196,7 @@
|
|
|
2060
2196
|
"width": 6,
|
|
2061
2197
|
"height": 6,
|
|
2062
2198
|
"kIDs": "0,1,2,3,4",
|
|
2063
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2199
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
2064
2200
|
"buildingGroundType": "MILITARY",
|
|
2065
2201
|
"costLegendaryToken": 100,
|
|
2066
2202
|
"costLegendaryMaterial": 100,
|
|
@@ -2093,7 +2229,7 @@
|
|
|
2093
2229
|
"width": 6,
|
|
2094
2230
|
"height": 6,
|
|
2095
2231
|
"kIDs": "0,1,2,3,4",
|
|
2096
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2232
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
2097
2233
|
"buildingGroundType": "MILITARY",
|
|
2098
2234
|
"costLegendaryToken": 100,
|
|
2099
2235
|
"costLegendaryMaterial": 100,
|
|
@@ -2126,7 +2262,7 @@
|
|
|
2126
2262
|
"width": 6,
|
|
2127
2263
|
"height": 6,
|
|
2128
2264
|
"kIDs": "0,1,2,3,4",
|
|
2129
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2265
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
2130
2266
|
"buildingGroundType": "MILITARY",
|
|
2131
2267
|
"costLegendaryToken": 100,
|
|
2132
2268
|
"costLegendaryMaterial": 150,
|
|
@@ -2160,7 +2296,7 @@
|
|
|
2160
2296
|
"width": 6,
|
|
2161
2297
|
"height": 6,
|
|
2162
2298
|
"kIDs": "0,1,2,3,4",
|
|
2163
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2299
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
2164
2300
|
"buildingGroundType": "MILITARY",
|
|
2165
2301
|
"costLegendaryToken": 425,
|
|
2166
2302
|
"costLegendaryMaterial": 550,
|
|
@@ -2196,7 +2332,7 @@
|
|
|
2196
2332
|
"width": 6,
|
|
2197
2333
|
"height": 6,
|
|
2198
2334
|
"kIDs": "0,1,2,3,4",
|
|
2199
|
-
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155",
|
|
2335
|
+
"constructionItemGroupIDs": "1,2,39,2001,2014,2029,2046,2070,2079,3001,3014,3024,3025,2064,2069,2070,3033,3034,3065,3066,3089,3105,3111,3112,3130,3132,3133,3134,3144,3145,3146,3152,3153,3154,3155,3177",
|
|
2200
2336
|
"buildingGroundType": "MILITARY",
|
|
2201
2337
|
"costLegendaryToken": 425,
|
|
2202
2338
|
"costLegendaryMaterial": 550,
|
|
@@ -8796,6 +8932,7 @@
|
|
|
8796
8932
|
"height": 5,
|
|
8797
8933
|
"kIDs": "0,1,2,3,4",
|
|
8798
8934
|
"shopCategory": "MILITARY",
|
|
8935
|
+
"constructionItemGroupIDs": "3174,3175,3176",
|
|
8799
8936
|
"buildingGroundType": "MILITARY",
|
|
8800
8937
|
"costWood": 175,
|
|
8801
8938
|
"costStone": 130,
|
|
@@ -8831,6 +8968,7 @@
|
|
|
8831
8968
|
"width": 5,
|
|
8832
8969
|
"height": 5,
|
|
8833
8970
|
"kIDs": "0,1,2,3,4",
|
|
8971
|
+
"constructionItemGroupIDs": "3174,3175,3176",
|
|
8834
8972
|
"buildingGroundType": "MILITARY",
|
|
8835
8973
|
"costWood": 3011,
|
|
8836
8974
|
"costStone": 4218,
|
|
@@ -8864,6 +9002,7 @@
|
|
|
8864
9002
|
"width": 5,
|
|
8865
9003
|
"height": 5,
|
|
8866
9004
|
"kIDs": "0,1,2,3,4",
|
|
9005
|
+
"constructionItemGroupIDs": "3174,3175,3176",
|
|
8867
9006
|
"buildingGroundType": "MILITARY",
|
|
8868
9007
|
"costC2": 15000,
|
|
8869
9008
|
"buildDuration": 44375,
|
|
@@ -8893,6 +9032,7 @@
|
|
|
8893
9032
|
"width": 5,
|
|
8894
9033
|
"height": 5,
|
|
8895
9034
|
"kIDs": "0,1,2,3,4",
|
|
9035
|
+
"constructionItemGroupIDs": "3174,3175,3176",
|
|
8896
9036
|
"buildingGroundType": "MILITARY",
|
|
8897
9037
|
"costC2": 24500,
|
|
8898
9038
|
"buildDuration": 68250,
|
|
@@ -8921,6 +9061,7 @@
|
|
|
8921
9061
|
"width": 5,
|
|
8922
9062
|
"height": 5,
|
|
8923
9063
|
"kIDs": "0,1,2,3,4",
|
|
9064
|
+
"constructionItemGroupIDs": "3174,3175,3176",
|
|
8924
9065
|
"buildingGroundType": "MILITARY",
|
|
8925
9066
|
"costC2": 37000,
|
|
8926
9067
|
"buildDuration": 100000,
|
|
@@ -76110,140 +76251,364 @@
|
|
|
76110
76251
|
"tempServerDestructable": 1
|
|
76111
76252
|
},
|
|
76112
76253
|
{
|
|
76113
|
-
"wodID":
|
|
76254
|
+
"wodID": 2673,
|
|
76255
|
+
"comment1": "SalesDays Content April 2023",
|
|
76256
|
+
"comment2": "GoldenweekShrine",
|
|
76114
76257
|
"group": "Building",
|
|
76115
|
-
"
|
|
76116
|
-
"
|
|
76117
|
-
"
|
|
76118
|
-
"
|
|
76119
|
-
"
|
|
76120
|
-
"
|
|
76121
|
-
"
|
|
76122
|
-
"
|
|
76123
|
-
"
|
|
76258
|
+
"type": "GoldenweekShrine",
|
|
76259
|
+
"width": 5,
|
|
76260
|
+
"height": 10,
|
|
76261
|
+
"storeable": 1,
|
|
76262
|
+
"kIDs": "0,1,2,3,4",
|
|
76263
|
+
"name": "Deco",
|
|
76264
|
+
"level": 1,
|
|
76265
|
+
"buildDuration": 600,
|
|
76266
|
+
"mightValue": 1000,
|
|
76267
|
+
"destructable": 0,
|
|
76268
|
+
"burnable": 0,
|
|
76269
|
+
"tempServerBurnable": 1,
|
|
76270
|
+
"smashable": 0,
|
|
76271
|
+
"initialFusionLevel": 760,
|
|
76272
|
+
"isFusionSource": 1,
|
|
76273
|
+
"isFusionTarget": 1,
|
|
76274
|
+
"sellC1": 200000,
|
|
76275
|
+
"tempServerDestructable": 1
|
|
76124
76276
|
},
|
|
76125
76277
|
{
|
|
76126
|
-
"wodID":
|
|
76127
|
-
"
|
|
76128
|
-
"
|
|
76129
|
-
"
|
|
76130
|
-
"
|
|
76131
|
-
"
|
|
76278
|
+
"wodID": 2674,
|
|
76279
|
+
"comment1": "SalesDays Content April 2023",
|
|
76280
|
+
"comment2": "GoldenweekShrine",
|
|
76281
|
+
"group": "Building",
|
|
76282
|
+
"type": "GoldenweekShrine",
|
|
76283
|
+
"width": 5,
|
|
76284
|
+
"height": 10,
|
|
76285
|
+
"storeable": 1,
|
|
76132
76286
|
"kIDs": "0,1,2,3,4",
|
|
76133
|
-
"name": "
|
|
76287
|
+
"name": "Deco",
|
|
76134
76288
|
"level": 1,
|
|
76289
|
+
"buildDuration": 600,
|
|
76290
|
+
"mightValue": 1000,
|
|
76135
76291
|
"destructable": 0,
|
|
76136
76292
|
"burnable": 0,
|
|
76293
|
+
"tempServerBurnable": 1,
|
|
76137
76294
|
"smashable": 0,
|
|
76138
|
-
"
|
|
76295
|
+
"initialFusionLevel": 770,
|
|
76296
|
+
"isFusionSource": 1,
|
|
76297
|
+
"isFusionTarget": 1,
|
|
76298
|
+
"sellC1": 200000,
|
|
76299
|
+
"tempServerDestructable": 1
|
|
76139
76300
|
},
|
|
76140
76301
|
{
|
|
76141
|
-
"wodID":
|
|
76142
|
-
"
|
|
76143
|
-
"
|
|
76144
|
-
"
|
|
76145
|
-
"
|
|
76146
|
-
"
|
|
76302
|
+
"wodID": 2675,
|
|
76303
|
+
"comment1": "SalesDays Content April 2023",
|
|
76304
|
+
"comment2": "SnakeThrone",
|
|
76305
|
+
"group": "Building",
|
|
76306
|
+
"type": "SnakeThrone",
|
|
76307
|
+
"width": 5,
|
|
76308
|
+
"height": 10,
|
|
76309
|
+
"storeable": 1,
|
|
76147
76310
|
"kIDs": "0,1,2,3,4",
|
|
76148
|
-
"name": "
|
|
76149
|
-
"level":
|
|
76311
|
+
"name": "Deco",
|
|
76312
|
+
"level": 1,
|
|
76313
|
+
"buildDuration": 600,
|
|
76314
|
+
"mightValue": 1000,
|
|
76150
76315
|
"destructable": 0,
|
|
76151
76316
|
"burnable": 0,
|
|
76317
|
+
"tempServerBurnable": 1,
|
|
76152
76318
|
"smashable": 0,
|
|
76153
|
-
"
|
|
76319
|
+
"initialFusionLevel": 760,
|
|
76320
|
+
"isFusionSource": 1,
|
|
76321
|
+
"isFusionTarget": 1,
|
|
76322
|
+
"sellC1": 200000,
|
|
76323
|
+
"tempServerDestructable": 1
|
|
76154
76324
|
},
|
|
76155
76325
|
{
|
|
76156
|
-
"wodID":
|
|
76157
|
-
"
|
|
76158
|
-
"
|
|
76159
|
-
"
|
|
76160
|
-
"
|
|
76161
|
-
"
|
|
76326
|
+
"wodID": 2676,
|
|
76327
|
+
"comment1": "SalesDays Content April 2023",
|
|
76328
|
+
"comment2": "SnakeThrone",
|
|
76329
|
+
"group": "Building",
|
|
76330
|
+
"type": "SnakeThrone",
|
|
76331
|
+
"width": 5,
|
|
76332
|
+
"height": 10,
|
|
76333
|
+
"storeable": 1,
|
|
76162
76334
|
"kIDs": "0,1,2,3,4",
|
|
76163
|
-
"name": "
|
|
76164
|
-
"level":
|
|
76335
|
+
"name": "Deco",
|
|
76336
|
+
"level": 1,
|
|
76337
|
+
"buildDuration": 600,
|
|
76338
|
+
"mightValue": 1000,
|
|
76165
76339
|
"destructable": 0,
|
|
76166
76340
|
"burnable": 0,
|
|
76341
|
+
"tempServerBurnable": 1,
|
|
76167
76342
|
"smashable": 0,
|
|
76168
|
-
"
|
|
76343
|
+
"initialFusionLevel": 770,
|
|
76344
|
+
"isFusionSource": 1,
|
|
76345
|
+
"isFusionTarget": 1,
|
|
76346
|
+
"sellC1": 200000,
|
|
76347
|
+
"tempServerDestructable": 1
|
|
76169
76348
|
},
|
|
76170
76349
|
{
|
|
76171
|
-
"wodID":
|
|
76172
|
-
"
|
|
76173
|
-
"
|
|
76174
|
-
"
|
|
76175
|
-
"
|
|
76176
|
-
"
|
|
76350
|
+
"wodID": 2677,
|
|
76351
|
+
"comment1": "LTPE Spring April 2023",
|
|
76352
|
+
"comment2": "reward 870",
|
|
76353
|
+
"group": "Building",
|
|
76354
|
+
"type": "SpringTower",
|
|
76355
|
+
"width": 5,
|
|
76356
|
+
"height": 10,
|
|
76357
|
+
"storeable": 1,
|
|
76177
76358
|
"kIDs": "0,1,2,3,4",
|
|
76178
|
-
"name": "
|
|
76179
|
-
"level":
|
|
76359
|
+
"name": "Deco",
|
|
76360
|
+
"level": 1,
|
|
76361
|
+
"buildDuration": 600,
|
|
76362
|
+
"mightValue": 1000,
|
|
76180
76363
|
"destructable": 0,
|
|
76181
76364
|
"burnable": 0,
|
|
76365
|
+
"tempServerBurnable": 1,
|
|
76182
76366
|
"smashable": 0,
|
|
76183
|
-
"
|
|
76367
|
+
"initialFusionLevel": 800,
|
|
76368
|
+
"isFusionSource": 1,
|
|
76369
|
+
"isFusionTarget": 1,
|
|
76370
|
+
"sellC1": 200000,
|
|
76371
|
+
"tempServerDestructable": 1
|
|
76184
76372
|
},
|
|
76185
76373
|
{
|
|
76186
|
-
"wodID":
|
|
76187
|
-
"
|
|
76188
|
-
"
|
|
76189
|
-
"
|
|
76190
|
-
"
|
|
76191
|
-
"
|
|
76374
|
+
"wodID": 2678,
|
|
76375
|
+
"comment1": "LTPE Spring April 2023",
|
|
76376
|
+
"comment2": "shop 870",
|
|
76377
|
+
"group": "Building",
|
|
76378
|
+
"type": "SpringTower",
|
|
76379
|
+
"width": 5,
|
|
76380
|
+
"height": 10,
|
|
76381
|
+
"storeable": 1,
|
|
76192
76382
|
"kIDs": "0,1,2,3,4",
|
|
76193
|
-
"name": "
|
|
76194
|
-
"level":
|
|
76383
|
+
"name": "Deco",
|
|
76384
|
+
"level": 1,
|
|
76385
|
+
"buildDuration": 600,
|
|
76386
|
+
"mightValue": 1000,
|
|
76195
76387
|
"destructable": 0,
|
|
76196
76388
|
"burnable": 0,
|
|
76389
|
+
"tempServerBurnable": 1,
|
|
76197
76390
|
"smashable": 0,
|
|
76198
|
-
"
|
|
76391
|
+
"initialFusionLevel": 760,
|
|
76392
|
+
"isFusionSource": 1,
|
|
76393
|
+
"isFusionTarget": 1,
|
|
76394
|
+
"sellC1": 200000,
|
|
76395
|
+
"tempServerDestructable": 1
|
|
76199
76396
|
},
|
|
76200
76397
|
{
|
|
76201
|
-
"wodID":
|
|
76202
|
-
"
|
|
76203
|
-
"
|
|
76204
|
-
"
|
|
76205
|
-
"
|
|
76206
|
-
"
|
|
76207
|
-
"
|
|
76208
|
-
"
|
|
76209
|
-
"
|
|
76398
|
+
"wodID": 2679,
|
|
76399
|
+
"comment1": "LTPE Spring April 2023",
|
|
76400
|
+
"comment2": "reward 800",
|
|
76401
|
+
"group": "Building",
|
|
76402
|
+
"type": "SpringTower",
|
|
76403
|
+
"width": 5,
|
|
76404
|
+
"height": 10,
|
|
76405
|
+
"storeable": 1,
|
|
76406
|
+
"kIDs": "0,1,2,3,4",
|
|
76407
|
+
"name": "Deco",
|
|
76210
76408
|
"level": 1,
|
|
76409
|
+
"buildDuration": 600,
|
|
76410
|
+
"mightValue": 1000,
|
|
76211
76411
|
"destructable": 0,
|
|
76212
76412
|
"burnable": 0,
|
|
76413
|
+
"tempServerBurnable": 1,
|
|
76213
76414
|
"smashable": 0,
|
|
76214
|
-
"
|
|
76415
|
+
"initialFusionLevel": 720,
|
|
76416
|
+
"isFusionSource": 1,
|
|
76417
|
+
"isFusionTarget": 1,
|
|
76418
|
+
"sellC1": 200000,
|
|
76419
|
+
"tempServerDestructable": 1
|
|
76215
76420
|
},
|
|
76216
76421
|
{
|
|
76217
|
-
"wodID":
|
|
76218
|
-
"
|
|
76219
|
-
"
|
|
76220
|
-
"
|
|
76221
|
-
"
|
|
76222
|
-
"
|
|
76223
|
-
"
|
|
76224
|
-
"
|
|
76225
|
-
"
|
|
76226
|
-
"
|
|
76422
|
+
"wodID": 2680,
|
|
76423
|
+
"comment1": "LTPE Spring April 2023",
|
|
76424
|
+
"comment2": "shop 800, reward 70",
|
|
76425
|
+
"group": "Building",
|
|
76426
|
+
"type": "SpringTower",
|
|
76427
|
+
"width": 5,
|
|
76428
|
+
"height": 10,
|
|
76429
|
+
"storeable": 1,
|
|
76430
|
+
"kIDs": "0,1,2,3,4",
|
|
76431
|
+
"name": "Deco",
|
|
76432
|
+
"level": 1,
|
|
76433
|
+
"buildDuration": 600,
|
|
76434
|
+
"mightValue": 1000,
|
|
76227
76435
|
"destructable": 0,
|
|
76228
76436
|
"burnable": 0,
|
|
76437
|
+
"tempServerBurnable": 1,
|
|
76229
76438
|
"smashable": 0,
|
|
76230
|
-
"
|
|
76439
|
+
"initialFusionLevel": 700,
|
|
76440
|
+
"isFusionSource": 1,
|
|
76441
|
+
"isFusionTarget": 1,
|
|
76442
|
+
"sellC1": 200000,
|
|
76443
|
+
"tempServerDestructable": 1
|
|
76231
76444
|
},
|
|
76232
76445
|
{
|
|
76233
|
-
"wodID":
|
|
76234
|
-
"
|
|
76235
|
-
"
|
|
76236
|
-
"
|
|
76237
|
-
"
|
|
76238
|
-
"
|
|
76239
|
-
"
|
|
76240
|
-
"
|
|
76241
|
-
"
|
|
76242
|
-
"
|
|
76446
|
+
"wodID": 2681,
|
|
76447
|
+
"comment1": "LTPE Spring April 2023",
|
|
76448
|
+
"comment2": "shop 70",
|
|
76449
|
+
"group": "Building",
|
|
76450
|
+
"type": "SpringTower",
|
|
76451
|
+
"width": 5,
|
|
76452
|
+
"height": 10,
|
|
76453
|
+
"storeable": 1,
|
|
76454
|
+
"kIDs": "0,1,2,3,4",
|
|
76455
|
+
"name": "Deco",
|
|
76456
|
+
"level": 1,
|
|
76457
|
+
"buildDuration": 600,
|
|
76458
|
+
"mightValue": 1000,
|
|
76243
76459
|
"destructable": 0,
|
|
76244
76460
|
"burnable": 0,
|
|
76461
|
+
"tempServerBurnable": 1,
|
|
76245
76462
|
"smashable": 0,
|
|
76246
|
-
"
|
|
76463
|
+
"initialFusionLevel": 440,
|
|
76464
|
+
"isFusionSource": 1,
|
|
76465
|
+
"isFusionTarget": 1,
|
|
76466
|
+
"sellC1": 200000,
|
|
76467
|
+
"tempServerDestructable": 1
|
|
76468
|
+
},
|
|
76469
|
+
{
|
|
76470
|
+
"wodID": 2682,
|
|
76471
|
+
"comment1": "LTPE Spring April 2023",
|
|
76472
|
+
"comment2": "shop 870",
|
|
76473
|
+
"group": "Building",
|
|
76474
|
+
"type": "SpringTower2",
|
|
76475
|
+
"width": 5,
|
|
76476
|
+
"height": 10,
|
|
76477
|
+
"storeable": 1,
|
|
76478
|
+
"kIDs": "0,1,2,3,4",
|
|
76479
|
+
"name": "Deco",
|
|
76480
|
+
"level": 1,
|
|
76481
|
+
"buildDuration": 600,
|
|
76482
|
+
"mightValue": 1000,
|
|
76483
|
+
"destructable": 0,
|
|
76484
|
+
"burnable": 0,
|
|
76485
|
+
"tempServerBurnable": 1,
|
|
76486
|
+
"smashable": 0,
|
|
76487
|
+
"initialFusionLevel": 620,
|
|
76488
|
+
"isFusionSource": 1,
|
|
76489
|
+
"isFusionTarget": 1,
|
|
76490
|
+
"sellC1": 200000,
|
|
76491
|
+
"tempServerDestructable": 1
|
|
76492
|
+
},
|
|
76493
|
+
{
|
|
76494
|
+
"wodID": 2683,
|
|
76495
|
+
"comment1": "LTPE Spring April 2023",
|
|
76496
|
+
"comment2": "shop 800",
|
|
76497
|
+
"group": "Building",
|
|
76498
|
+
"type": "SpringTower2",
|
|
76499
|
+
"width": 5,
|
|
76500
|
+
"height": 10,
|
|
76501
|
+
"storeable": 1,
|
|
76502
|
+
"kIDs": "0,1,2,3,4",
|
|
76503
|
+
"name": "Deco",
|
|
76504
|
+
"level": 1,
|
|
76505
|
+
"buildDuration": 600,
|
|
76506
|
+
"mightValue": 1000,
|
|
76507
|
+
"destructable": 0,
|
|
76508
|
+
"burnable": 0,
|
|
76509
|
+
"tempServerBurnable": 1,
|
|
76510
|
+
"smashable": 0,
|
|
76511
|
+
"initialFusionLevel": 580,
|
|
76512
|
+
"isFusionSource": 1,
|
|
76513
|
+
"isFusionTarget": 1,
|
|
76514
|
+
"sellC1": 200000,
|
|
76515
|
+
"tempServerDestructable": 1
|
|
76516
|
+
},
|
|
76517
|
+
{
|
|
76518
|
+
"wodID": 2684,
|
|
76519
|
+
"comment1": "LTPE Spring April 2023",
|
|
76520
|
+
"comment2": "shop 70",
|
|
76521
|
+
"group": "Building",
|
|
76522
|
+
"type": "SpringTower2",
|
|
76523
|
+
"width": 5,
|
|
76524
|
+
"height": 10,
|
|
76525
|
+
"storeable": 1,
|
|
76526
|
+
"kIDs": "0,1,2,3,4",
|
|
76527
|
+
"name": "Deco",
|
|
76528
|
+
"level": 1,
|
|
76529
|
+
"buildDuration": 600,
|
|
76530
|
+
"mightValue": 1000,
|
|
76531
|
+
"destructable": 0,
|
|
76532
|
+
"burnable": 0,
|
|
76533
|
+
"tempServerBurnable": 1,
|
|
76534
|
+
"smashable": 0,
|
|
76535
|
+
"initialFusionLevel": 380,
|
|
76536
|
+
"isFusionSource": 1,
|
|
76537
|
+
"isFusionTarget": 1,
|
|
76538
|
+
"sellC1": 200000,
|
|
76539
|
+
"tempServerDestructable": 1
|
|
76540
|
+
},
|
|
76541
|
+
{
|
|
76542
|
+
"wodID": 2685,
|
|
76543
|
+
"comment1": "",
|
|
76544
|
+
"comment2": "ThroneOfCommunity2",
|
|
76545
|
+
"group": "Building",
|
|
76546
|
+
"type": "ThroneOfCommunity2",
|
|
76547
|
+
"width": 5,
|
|
76548
|
+
"height": 10,
|
|
76549
|
+
"storeable": 1,
|
|
76550
|
+
"kIDs": "0,1,2,3,4",
|
|
76551
|
+
"name": "Deco",
|
|
76552
|
+
"level": 1,
|
|
76553
|
+
"buildDuration": 600,
|
|
76554
|
+
"mightValue": 1000,
|
|
76555
|
+
"destructable": 0,
|
|
76556
|
+
"burnable": 0,
|
|
76557
|
+
"tempServerBurnable": 1,
|
|
76558
|
+
"smashable": 0,
|
|
76559
|
+
"initialFusionLevel": 580,
|
|
76560
|
+
"isFusionSource": 1,
|
|
76561
|
+
"isFusionTarget": 1,
|
|
76562
|
+
"sellC1": 200000,
|
|
76563
|
+
"tempServerDestructable": 1
|
|
76564
|
+
},
|
|
76565
|
+
{
|
|
76566
|
+
"wodID": 2686,
|
|
76567
|
+
"comment1": "",
|
|
76568
|
+
"comment2": "ThroneOfCommunity3",
|
|
76569
|
+
"group": "Building",
|
|
76570
|
+
"type": "ThroneOfCommunity3",
|
|
76571
|
+
"width": 5,
|
|
76572
|
+
"height": 10,
|
|
76573
|
+
"storeable": 1,
|
|
76574
|
+
"kIDs": "0,1,2,3,4",
|
|
76575
|
+
"name": "Deco",
|
|
76576
|
+
"level": 1,
|
|
76577
|
+
"buildDuration": 600,
|
|
76578
|
+
"mightValue": 1000,
|
|
76579
|
+
"destructable": 0,
|
|
76580
|
+
"burnable": 0,
|
|
76581
|
+
"tempServerBurnable": 1,
|
|
76582
|
+
"smashable": 0,
|
|
76583
|
+
"initialFusionLevel": 630,
|
|
76584
|
+
"isFusionSource": 1,
|
|
76585
|
+
"isFusionTarget": 1,
|
|
76586
|
+
"sellC1": 200000,
|
|
76587
|
+
"tempServerDestructable": 1
|
|
76588
|
+
},
|
|
76589
|
+
{
|
|
76590
|
+
"wodID": 2687,
|
|
76591
|
+
"comment1": "",
|
|
76592
|
+
"comment2": "ThroneOfCommunity4",
|
|
76593
|
+
"group": "Building",
|
|
76594
|
+
"type": "ThroneOfCommunity4",
|
|
76595
|
+
"width": 5,
|
|
76596
|
+
"height": 10,
|
|
76597
|
+
"storeable": 1,
|
|
76598
|
+
"kIDs": "0,1,2,3,4",
|
|
76599
|
+
"name": "Deco",
|
|
76600
|
+
"level": 1,
|
|
76601
|
+
"buildDuration": 600,
|
|
76602
|
+
"mightValue": 1000,
|
|
76603
|
+
"destructable": 0,
|
|
76604
|
+
"burnable": 0,
|
|
76605
|
+
"tempServerBurnable": 1,
|
|
76606
|
+
"smashable": 0,
|
|
76607
|
+
"initialFusionLevel": 680,
|
|
76608
|
+
"isFusionSource": 1,
|
|
76609
|
+
"isFusionTarget": 1,
|
|
76610
|
+
"sellC1": 200000,
|
|
76611
|
+
"tempServerDestructable": 1
|
|
76247
76612
|
}
|
|
76248
76613
|
]
|
|
76249
76614
|
}
|