e4k-data 4.66.17 → 4.67.17
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/LICENSE +1 -1
- package/README.md +2 -2
- package/data/buildings.json +311 -167
- package/data/constructionItems.json +90 -0
- package/data/leaguetypeEvents.json +12 -12
- package/data/packages.json +1540 -0
- package/data/rewards.json +130 -2
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x768.json +668 -15
- package/languages/da.json +31 -12
- package/languages/de.json +35 -16
- package/languages/el.json +31 -12
- package/languages/en.json +32 -13
- package/languages/es.json +36 -17
- package/languages/fi.json +32 -13
- package/languages/fr.json +35 -16
- package/languages/it.json +31 -12
- package/languages/ja.json +32 -13
- package/languages/ko.json +31 -12
- package/languages/nl.json +32 -13
- package/languages/no.json +32 -13
- package/languages/pl.json +33 -14
- package/languages/pt.json +31 -12
- package/languages/ru.json +36 -17
- package/languages/sv.json +32 -13
- package/languages/tr.json +32 -13
- package/languages/zh_CN.json +31 -12
- package/languages/zh_TW.json +32 -13
- package/package.json +1 -1
- package/typings/images.d.ts +43 -0
- package/typings/languages.d.ts +57 -38
- package/typings/types.d.ts +115 -115
package/LICENSE
CHANGED
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# E4K-Data
|
|
2
|
-
All recent data of Empire: Four Kingdoms
|
|
1
|
+
# E4K-Data
|
|
2
|
+
All recent data of Empire: Four Kingdoms
|
package/data/buildings.json
CHANGED
|
@@ -1,150 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"building": [
|
|
3
|
-
{
|
|
4
|
-
"wodID": 900000,
|
|
5
|
-
"crossplayID": 900000,
|
|
6
|
-
"group": "Building",
|
|
7
|
-
"name": "Offer",
|
|
8
|
-
"type": "isoObject",
|
|
9
|
-
"kIDs": "",
|
|
10
|
-
"server": 0,
|
|
11
|
-
"block": 0,
|
|
12
|
-
"width": 8,
|
|
13
|
-
"height": 8,
|
|
14
|
-
"movable": 0,
|
|
15
|
-
"level": 1
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"wodID": 900001,
|
|
19
|
-
"crossplayID": 900001,
|
|
20
|
-
"group": "Tower",
|
|
21
|
-
"type": "CornerLevel1",
|
|
22
|
-
"width": 2,
|
|
23
|
-
"height": 2,
|
|
24
|
-
"movable": 0,
|
|
25
|
-
"kIDs": "0,1,2,3,4",
|
|
26
|
-
"name": "Corner",
|
|
27
|
-
"level": 1,
|
|
28
|
-
"destructable": 0,
|
|
29
|
-
"burnable": 0,
|
|
30
|
-
"smashable": 0,
|
|
31
|
-
"rotateType": 4
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"wodID": 900002,
|
|
35
|
-
"crossplayID": 900002,
|
|
36
|
-
"group": "Tower",
|
|
37
|
-
"type": "CornerLevel2",
|
|
38
|
-
"width": 2,
|
|
39
|
-
"height": 2,
|
|
40
|
-
"movable": 0,
|
|
41
|
-
"kIDs": "0,1,2,3,4",
|
|
42
|
-
"name": "Corner",
|
|
43
|
-
"level": 2,
|
|
44
|
-
"destructable": 0,
|
|
45
|
-
"burnable": 0,
|
|
46
|
-
"smashable": 0,
|
|
47
|
-
"rotateType": 4
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"wodID": 900003,
|
|
51
|
-
"crossplayID": 900003,
|
|
52
|
-
"group": "Tower",
|
|
53
|
-
"type": "CornerLevel3",
|
|
54
|
-
"width": 2,
|
|
55
|
-
"height": 2,
|
|
56
|
-
"movable": 0,
|
|
57
|
-
"kIDs": "0,1,2,3,4",
|
|
58
|
-
"name": "Corner",
|
|
59
|
-
"level": 3,
|
|
60
|
-
"destructable": 0,
|
|
61
|
-
"burnable": 0,
|
|
62
|
-
"smashable": 0,
|
|
63
|
-
"rotateType": 4
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"wodID": 900004,
|
|
67
|
-
"crossplayID": 900004,
|
|
68
|
-
"group": "Tower",
|
|
69
|
-
"type": "CornerLevel4",
|
|
70
|
-
"width": 2,
|
|
71
|
-
"height": 2,
|
|
72
|
-
"movable": 0,
|
|
73
|
-
"kIDs": "0,1,2,3,4",
|
|
74
|
-
"name": "Corner",
|
|
75
|
-
"level": 4,
|
|
76
|
-
"destructable": 0,
|
|
77
|
-
"burnable": 0,
|
|
78
|
-
"smashable": 0,
|
|
79
|
-
"rotateType": 4
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"wodID": 900005,
|
|
83
|
-
"crossplayID": 900005,
|
|
84
|
-
"group": "Tower",
|
|
85
|
-
"type": "CornerLevel5",
|
|
86
|
-
"width": 2,
|
|
87
|
-
"height": 2,
|
|
88
|
-
"movable": 0,
|
|
89
|
-
"kIDs": "0,1,2,3,4",
|
|
90
|
-
"name": "Corner",
|
|
91
|
-
"level": 5,
|
|
92
|
-
"destructable": 0,
|
|
93
|
-
"burnable": 0,
|
|
94
|
-
"smashable": 0,
|
|
95
|
-
"rotateType": 4
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"wodID": 900006,
|
|
99
|
-
"crossplayID": 900006,
|
|
100
|
-
"group": "Tower",
|
|
101
|
-
"type": "Level1",
|
|
102
|
-
"width": 2,
|
|
103
|
-
"height": 2,
|
|
104
|
-
"movable": 0,
|
|
105
|
-
"eventIDs": 3,
|
|
106
|
-
"kIDs": 10,
|
|
107
|
-
"name": "FactionLookoutCorner",
|
|
108
|
-
"level": 1,
|
|
109
|
-
"destructable": 0,
|
|
110
|
-
"burnable": 0,
|
|
111
|
-
"smashable": 0,
|
|
112
|
-
"rotateType": 4
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"wodID": 900007,
|
|
116
|
-
"crossplayID": 900007,
|
|
117
|
-
"group": "Tower",
|
|
118
|
-
"type": "Level2",
|
|
119
|
-
"width": 2,
|
|
120
|
-
"height": 2,
|
|
121
|
-
"movable": 0,
|
|
122
|
-
"eventIDs": 3,
|
|
123
|
-
"kIDs": 10,
|
|
124
|
-
"name": "FactionLookoutCorner",
|
|
125
|
-
"level": 2,
|
|
126
|
-
"destructable": 0,
|
|
127
|
-
"burnable": 0,
|
|
128
|
-
"smashable": 0,
|
|
129
|
-
"rotateType": 4
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"wodID": 900008,
|
|
133
|
-
"crossplayID": 900008,
|
|
134
|
-
"group": "Tower",
|
|
135
|
-
"type": "Level3",
|
|
136
|
-
"width": 2,
|
|
137
|
-
"height": 2,
|
|
138
|
-
"movable": 0,
|
|
139
|
-
"eventIDs": 3,
|
|
140
|
-
"kIDs": 10,
|
|
141
|
-
"name": "FactionLookoutCorner",
|
|
142
|
-
"level": 3,
|
|
143
|
-
"destructable": 0,
|
|
144
|
-
"burnable": 0,
|
|
145
|
-
"smashable": 0,
|
|
146
|
-
"rotateType": 4
|
|
147
|
-
},
|
|
148
3
|
{
|
|
149
4
|
"wodID": 401,
|
|
150
5
|
"crossplayID": 401,
|
|
@@ -5904,7 +5759,7 @@
|
|
|
5904
5759
|
"kIDs": "0,1,2,3,4",
|
|
5905
5760
|
"onlyInAreaTypes": 1,
|
|
5906
5761
|
"shopCategory": "MILITARY",
|
|
5907
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234",
|
|
5762
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
5908
5763
|
"buildingGroundType": "MILITARY",
|
|
5909
5764
|
"costWood": 325,
|
|
5910
5765
|
"costStone": 280,
|
|
@@ -5938,7 +5793,7 @@
|
|
|
5938
5793
|
"height": 6,
|
|
5939
5794
|
"kIDs": "0,1,2,3,4",
|
|
5940
5795
|
"onlyInAreaTypes": 1,
|
|
5941
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234",
|
|
5796
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
5942
5797
|
"buildingGroundType": "MILITARY",
|
|
5943
5798
|
"costWood": 2494,
|
|
5944
5799
|
"costStone": 2662,
|
|
@@ -5971,7 +5826,7 @@
|
|
|
5971
5826
|
"height": 6,
|
|
5972
5827
|
"kIDs": "0,1,2,3,4",
|
|
5973
5828
|
"onlyInAreaTypes": 1,
|
|
5974
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234",
|
|
5829
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
5975
5830
|
"buildingGroundType": "MILITARY",
|
|
5976
5831
|
"costWood": 5663,
|
|
5977
5832
|
"costStone": 7947,
|
|
@@ -6004,7 +5859,7 @@
|
|
|
6004
5859
|
"height": 6,
|
|
6005
5860
|
"kIDs": "0,1,2,3,4",
|
|
6006
5861
|
"onlyInAreaTypes": 1,
|
|
6007
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234",
|
|
5862
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
6008
5863
|
"buildingGroundType": "MILITARY",
|
|
6009
5864
|
"costWood": 74980,
|
|
6010
5865
|
"costStone": 79880,
|
|
@@ -6036,7 +5891,7 @@
|
|
|
6036
5891
|
"height": 6,
|
|
6037
5892
|
"kIDs": "0,1,2,3,4",
|
|
6038
5893
|
"onlyInAreaTypes": 1,
|
|
6039
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234",
|
|
5894
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
6040
5895
|
"buildingGroundType": "MILITARY",
|
|
6041
5896
|
"costWood": 78513,
|
|
6042
5897
|
"costStone": 80162,
|
|
@@ -6071,7 +5926,7 @@
|
|
|
6071
5926
|
"height": 6,
|
|
6072
5927
|
"kIDs": "0,1,2,3,4",
|
|
6073
5928
|
"onlyInAreaTypes": 1,
|
|
6074
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234",
|
|
5929
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
6075
5930
|
"buildingGroundType": "MILITARY",
|
|
6076
5931
|
"costWood": 79374,
|
|
6077
5932
|
"costStone": 80576,
|
|
@@ -6105,7 +5960,7 @@
|
|
|
6105
5960
|
"height": 6,
|
|
6106
5961
|
"kIDs": "0,1,2,3,4",
|
|
6107
5962
|
"onlyInAreaTypes": 1,
|
|
6108
|
-
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234",
|
|
5963
|
+
"constructionItemGroupIDs": "21,2026,2039,2080,3047,3060,3092,3149,3150,3187,3210,3213,3232,3234,3250",
|
|
6109
5964
|
"buildingGroundType": "MILITARY",
|
|
6110
5965
|
"costWood": 80643,
|
|
6111
5966
|
"costStone": 80917,
|
|
@@ -6628,7 +6483,7 @@
|
|
|
6628
6483
|
"height": 6,
|
|
6629
6484
|
"kIDs": "0,1,2,3,4",
|
|
6630
6485
|
"shopCategory": "MILITARY",
|
|
6631
|
-
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235",
|
|
6486
|
+
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235,3249",
|
|
6632
6487
|
"buildingGroundType": "MILITARY",
|
|
6633
6488
|
"costWood": 375,
|
|
6634
6489
|
"costStone": 285,
|
|
@@ -6660,7 +6515,7 @@
|
|
|
6660
6515
|
"width": 6,
|
|
6661
6516
|
"height": 6,
|
|
6662
6517
|
"kIDs": "0,1,2,3,4",
|
|
6663
|
-
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235",
|
|
6518
|
+
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235,3249",
|
|
6664
6519
|
"buildingGroundType": "MILITARY",
|
|
6665
6520
|
"costWood": 1047,
|
|
6666
6521
|
"costStone": 1047,
|
|
@@ -6691,7 +6546,7 @@
|
|
|
6691
6546
|
"width": 6,
|
|
6692
6547
|
"height": 6,
|
|
6693
6548
|
"kIDs": "0,1,2,3,4",
|
|
6694
|
-
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235",
|
|
6549
|
+
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235,3249",
|
|
6695
6550
|
"buildingGroundType": "MILITARY",
|
|
6696
6551
|
"costWood": 3005,
|
|
6697
6552
|
"costStone": 4318,
|
|
@@ -6722,7 +6577,7 @@
|
|
|
6722
6577
|
"width": 6,
|
|
6723
6578
|
"height": 6,
|
|
6724
6579
|
"kIDs": "0,1,2,3,4",
|
|
6725
|
-
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235",
|
|
6580
|
+
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235,3249",
|
|
6726
6581
|
"buildingGroundType": "MILITARY",
|
|
6727
6582
|
"costWood": 23752,
|
|
6728
6583
|
"costStone": 30646,
|
|
@@ -6752,7 +6607,7 @@
|
|
|
6752
6607
|
"width": 6,
|
|
6753
6608
|
"height": 6,
|
|
6754
6609
|
"kIDs": "0,1,2,3,4",
|
|
6755
|
-
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235",
|
|
6610
|
+
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235,3249",
|
|
6756
6611
|
"buildingGroundType": "MILITARY",
|
|
6757
6612
|
"costWood": 39458,
|
|
6758
6613
|
"costStone": 45219,
|
|
@@ -6784,7 +6639,7 @@
|
|
|
6784
6639
|
"width": 6,
|
|
6785
6640
|
"height": 6,
|
|
6786
6641
|
"kIDs": "0,1,2,3,4",
|
|
6787
|
-
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235",
|
|
6642
|
+
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235,3249",
|
|
6788
6643
|
"buildingGroundType": "MILITARY",
|
|
6789
6644
|
"costWood": 58263,
|
|
6790
6645
|
"costStone": 62492,
|
|
@@ -6815,7 +6670,7 @@
|
|
|
6815
6670
|
"width": 6,
|
|
6816
6671
|
"height": 6,
|
|
6817
6672
|
"kIDs": "0,1,2,3,4",
|
|
6818
|
-
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235",
|
|
6673
|
+
"constructionItemGroupIDs": "3091,3117,3166,3167,3168,3207,3209,3214,3215,3216,3233,3235,3249",
|
|
6819
6674
|
"buildingGroundType": "MILITARY",
|
|
6820
6675
|
"costWood": 80724,
|
|
6821
6676
|
"costStone": 80647,
|
|
@@ -7395,7 +7250,7 @@
|
|
|
7395
7250
|
"height": 5,
|
|
7396
7251
|
"kIDs": "0,1,2,3",
|
|
7397
7252
|
"shopCategory": "MILITARY",
|
|
7398
|
-
"constructionItemGroupIDs": "2018,2040,3046,3059,3070,2076,3099,3170,3171,3173,3194",
|
|
7253
|
+
"constructionItemGroupIDs": "2018,2040,3046,3059,3070,2076,3099,3170,3171,3173,3194,3251",
|
|
7399
7254
|
"buildingGroundType": "MILITARY",
|
|
7400
7255
|
"costWood": 400,
|
|
7401
7256
|
"costStone": 340,
|
|
@@ -7426,7 +7281,7 @@
|
|
|
7426
7281
|
"width": 5,
|
|
7427
7282
|
"height": 5,
|
|
7428
7283
|
"kIDs": "0,1,2,3",
|
|
7429
|
-
"constructionItemGroupIDs": "2018,2040,3046,3059,3070,2076,3099,3170,3171,3173,3194",
|
|
7284
|
+
"constructionItemGroupIDs": "2018,2040,3046,3059,3070,2076,3099,3170,3171,3173,3194,3251",
|
|
7430
7285
|
"buildingGroundType": "MILITARY",
|
|
7431
7286
|
"costC2": 8900,
|
|
7432
7287
|
"buildDuration": 14820,
|
|
@@ -7456,7 +7311,7 @@
|
|
|
7456
7311
|
"width": 5,
|
|
7457
7312
|
"height": 5,
|
|
7458
7313
|
"kIDs": "0,1,2,3",
|
|
7459
|
-
"constructionItemGroupIDs": "2018,2040,3046,3059,3070,2076,3099,3170,3171,3173,3194",
|
|
7314
|
+
"constructionItemGroupIDs": "2018,2040,3046,3059,3070,2076,3099,3170,3171,3173,3194,3251",
|
|
7460
7315
|
"buildingGroundType": "MILITARY",
|
|
7461
7316
|
"costC2": 15300,
|
|
7462
7317
|
"buildDuration": 43750,
|
|
@@ -9799,7 +9654,7 @@
|
|
|
9799
9654
|
"kIDs": 0,
|
|
9800
9655
|
"onlyInAreaTypes": 1,
|
|
9801
9656
|
"shopCategory": "MILITARY",
|
|
9802
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222",
|
|
9657
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252",
|
|
9803
9658
|
"buildingGroundType": "MILITARY",
|
|
9804
9659
|
"costWood": 40,
|
|
9805
9660
|
"costStone": 30,
|
|
@@ -9831,7 +9686,7 @@
|
|
|
9831
9686
|
"height": 4,
|
|
9832
9687
|
"kIDs": 0,
|
|
9833
9688
|
"onlyInAreaTypes": 1,
|
|
9834
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222",
|
|
9689
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252",
|
|
9835
9690
|
"buildingGroundType": "MILITARY",
|
|
9836
9691
|
"costWood": 13803,
|
|
9837
9692
|
"costStone": 23546,
|
|
@@ -9863,7 +9718,7 @@
|
|
|
9863
9718
|
"height": 4,
|
|
9864
9719
|
"kIDs": 0,
|
|
9865
9720
|
"onlyInAreaTypes": 1,
|
|
9866
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222",
|
|
9721
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252",
|
|
9867
9722
|
"buildingGroundType": "MILITARY",
|
|
9868
9723
|
"costWood": 37584,
|
|
9869
9724
|
"costStone": 49736,
|
|
@@ -9897,7 +9752,7 @@
|
|
|
9897
9752
|
"height": 4,
|
|
9898
9753
|
"kIDs": 0,
|
|
9899
9754
|
"onlyInAreaTypes": 1,
|
|
9900
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222",
|
|
9755
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252",
|
|
9901
9756
|
"buildingGroundType": "MILITARY",
|
|
9902
9757
|
"costWood": 74281,
|
|
9903
9758
|
"costStone": 80534,
|
|
@@ -9930,7 +9785,7 @@
|
|
|
9930
9785
|
"height": 4,
|
|
9931
9786
|
"kIDs": 0,
|
|
9932
9787
|
"onlyInAreaTypes": 1,
|
|
9933
|
-
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222",
|
|
9788
|
+
"constructionItemGroupIDs": "31,2016,2033,2063,3009,3021,3075,2077,3083,3220,3221,3222,3252",
|
|
9934
9789
|
"buildingGroundType": "MILITARY",
|
|
9935
9790
|
"costLegendaryToken": 550,
|
|
9936
9791
|
"costLegendaryMaterial": 2300,
|
|
@@ -84530,6 +84385,295 @@
|
|
|
84530
84385
|
"isFusionTarget": 1,
|
|
84531
84386
|
"sellC1": 200000,
|
|
84532
84387
|
"tempServerDestructable": 1
|
|
84388
|
+
},
|
|
84389
|
+
{
|
|
84390
|
+
"wodID": 2962,
|
|
84391
|
+
"comment1": "LTPE February 2024",
|
|
84392
|
+
"comment2": "reward 870",
|
|
84393
|
+
"group": "Building",
|
|
84394
|
+
"type": "newKingBridgeGreen",
|
|
84395
|
+
"width": 5,
|
|
84396
|
+
"height": 10,
|
|
84397
|
+
"storeable": 1,
|
|
84398
|
+
"kIDs": "0,1,2,3,4",
|
|
84399
|
+
"name": "Deco",
|
|
84400
|
+
"level": 1,
|
|
84401
|
+
"buildDuration": 600,
|
|
84402
|
+
"mightValue": 1000,
|
|
84403
|
+
"destructable": 0,
|
|
84404
|
+
"burnable": 0,
|
|
84405
|
+
"tempServerBurnable": 1,
|
|
84406
|
+
"smashable": 0,
|
|
84407
|
+
"initialFusionLevel": 780,
|
|
84408
|
+
"isFusionSource": 1,
|
|
84409
|
+
"isFusionTarget": 1,
|
|
84410
|
+
"sellC1": 200000,
|
|
84411
|
+
"tempServerDestructable": 1
|
|
84412
|
+
},
|
|
84413
|
+
{
|
|
84414
|
+
"wodID": 2963,
|
|
84415
|
+
"comment1": "LTPE February 2024",
|
|
84416
|
+
"comment2": "reward 800",
|
|
84417
|
+
"group": "Building",
|
|
84418
|
+
"type": "newKingBridgeGreen",
|
|
84419
|
+
"width": 5,
|
|
84420
|
+
"height": 10,
|
|
84421
|
+
"storeable": 1,
|
|
84422
|
+
"kIDs": "0,1,2,3,4",
|
|
84423
|
+
"name": "Deco",
|
|
84424
|
+
"level": 1,
|
|
84425
|
+
"buildDuration": 600,
|
|
84426
|
+
"mightValue": 1000,
|
|
84427
|
+
"destructable": 0,
|
|
84428
|
+
"burnable": 0,
|
|
84429
|
+
"tempServerBurnable": 1,
|
|
84430
|
+
"smashable": 0,
|
|
84431
|
+
"initialFusionLevel": 740,
|
|
84432
|
+
"isFusionSource": 1,
|
|
84433
|
+
"isFusionTarget": 1,
|
|
84434
|
+
"sellC1": 200000,
|
|
84435
|
+
"tempServerDestructable": 1
|
|
84436
|
+
},
|
|
84437
|
+
{
|
|
84438
|
+
"wodID": 2964,
|
|
84439
|
+
"comment1": "LTPE February 2024",
|
|
84440
|
+
"comment2": "reward 70",
|
|
84441
|
+
"group": "Building",
|
|
84442
|
+
"type": "newKingBridgeGreen",
|
|
84443
|
+
"width": 5,
|
|
84444
|
+
"height": 10,
|
|
84445
|
+
"storeable": 1,
|
|
84446
|
+
"kIDs": "0,1,2,3,4",
|
|
84447
|
+
"name": "Deco",
|
|
84448
|
+
"level": 1,
|
|
84449
|
+
"buildDuration": 600,
|
|
84450
|
+
"mightValue": 1000,
|
|
84451
|
+
"destructable": 0,
|
|
84452
|
+
"burnable": 0,
|
|
84453
|
+
"tempServerBurnable": 1,
|
|
84454
|
+
"smashable": 0,
|
|
84455
|
+
"initialFusionLevel": 680,
|
|
84456
|
+
"isFusionSource": 1,
|
|
84457
|
+
"isFusionTarget": 1,
|
|
84458
|
+
"sellC1": 200000,
|
|
84459
|
+
"tempServerDestructable": 1
|
|
84460
|
+
},
|
|
84461
|
+
{
|
|
84462
|
+
"wodID": 2965,
|
|
84463
|
+
"comment1": "LTPE March 2024",
|
|
84464
|
+
"comment2": "reward 870",
|
|
84465
|
+
"group": "Building",
|
|
84466
|
+
"type": "RainbowsEnd",
|
|
84467
|
+
"width": 5,
|
|
84468
|
+
"height": 10,
|
|
84469
|
+
"storeable": 1,
|
|
84470
|
+
"kIDs": "0,1,2,3,4",
|
|
84471
|
+
"name": "Deco",
|
|
84472
|
+
"level": 1,
|
|
84473
|
+
"buildDuration": 600,
|
|
84474
|
+
"mightValue": 1000,
|
|
84475
|
+
"destructable": 0,
|
|
84476
|
+
"burnable": 0,
|
|
84477
|
+
"tempServerBurnable": 1,
|
|
84478
|
+
"smashable": 0,
|
|
84479
|
+
"initialFusionLevel": 780,
|
|
84480
|
+
"isFusionSource": 1,
|
|
84481
|
+
"isFusionTarget": 1,
|
|
84482
|
+
"sellC1": 200000,
|
|
84483
|
+
"tempServerDestructable": 1
|
|
84484
|
+
},
|
|
84485
|
+
{
|
|
84486
|
+
"wodID": 2966,
|
|
84487
|
+
"comment1": "LTPE March 2024",
|
|
84488
|
+
"comment2": "reward 800",
|
|
84489
|
+
"group": "Building",
|
|
84490
|
+
"type": "RainbowsEnd",
|
|
84491
|
+
"width": 5,
|
|
84492
|
+
"height": 10,
|
|
84493
|
+
"storeable": 1,
|
|
84494
|
+
"kIDs": "0,1,2,3,4",
|
|
84495
|
+
"name": "Deco",
|
|
84496
|
+
"level": 1,
|
|
84497
|
+
"buildDuration": 600,
|
|
84498
|
+
"mightValue": 1000,
|
|
84499
|
+
"destructable": 0,
|
|
84500
|
+
"burnable": 0,
|
|
84501
|
+
"tempServerBurnable": 1,
|
|
84502
|
+
"smashable": 0,
|
|
84503
|
+
"initialFusionLevel": 740,
|
|
84504
|
+
"isFusionSource": 1,
|
|
84505
|
+
"isFusionTarget": 1,
|
|
84506
|
+
"sellC1": 200000,
|
|
84507
|
+
"tempServerDestructable": 1
|
|
84508
|
+
},
|
|
84509
|
+
{
|
|
84510
|
+
"wodID": 2967,
|
|
84511
|
+
"comment1": "LTPE March 2024",
|
|
84512
|
+
"comment2": "reward 70",
|
|
84513
|
+
"group": "Building",
|
|
84514
|
+
"type": "RainbowsEnd",
|
|
84515
|
+
"width": 5,
|
|
84516
|
+
"height": 10,
|
|
84517
|
+
"storeable": 1,
|
|
84518
|
+
"kIDs": "0,1,2,3,4",
|
|
84519
|
+
"name": "Deco",
|
|
84520
|
+
"level": 1,
|
|
84521
|
+
"buildDuration": 600,
|
|
84522
|
+
"mightValue": 1000,
|
|
84523
|
+
"destructable": 0,
|
|
84524
|
+
"burnable": 0,
|
|
84525
|
+
"tempServerBurnable": 1,
|
|
84526
|
+
"smashable": 0,
|
|
84527
|
+
"initialFusionLevel": 680,
|
|
84528
|
+
"isFusionSource": 1,
|
|
84529
|
+
"isFusionTarget": 1,
|
|
84530
|
+
"sellC1": 200000,
|
|
84531
|
+
"tempServerDestructable": 1
|
|
84532
|
+
},
|
|
84533
|
+
{
|
|
84534
|
+
"wodID": 900000,
|
|
84535
|
+
"crossplayID": 900000,
|
|
84536
|
+
"group": "Building",
|
|
84537
|
+
"name": "Offer",
|
|
84538
|
+
"type": "isoObject",
|
|
84539
|
+
"kIDs": "",
|
|
84540
|
+
"server": 0,
|
|
84541
|
+
"block": 0,
|
|
84542
|
+
"width": 8,
|
|
84543
|
+
"height": 8,
|
|
84544
|
+
"movable": 0,
|
|
84545
|
+
"level": 1
|
|
84546
|
+
},
|
|
84547
|
+
{
|
|
84548
|
+
"wodID": 900001,
|
|
84549
|
+
"crossplayID": 900001,
|
|
84550
|
+
"group": "Tower",
|
|
84551
|
+
"type": "CornerLevel1",
|
|
84552
|
+
"width": 2,
|
|
84553
|
+
"height": 2,
|
|
84554
|
+
"movable": 0,
|
|
84555
|
+
"kIDs": "0,1,2,3,4",
|
|
84556
|
+
"name": "Corner",
|
|
84557
|
+
"level": 1,
|
|
84558
|
+
"destructable": 0,
|
|
84559
|
+
"burnable": 0,
|
|
84560
|
+
"smashable": 0,
|
|
84561
|
+
"rotateType": 4
|
|
84562
|
+
},
|
|
84563
|
+
{
|
|
84564
|
+
"wodID": 900002,
|
|
84565
|
+
"crossplayID": 900002,
|
|
84566
|
+
"group": "Tower",
|
|
84567
|
+
"type": "CornerLevel2",
|
|
84568
|
+
"width": 2,
|
|
84569
|
+
"height": 2,
|
|
84570
|
+
"movable": 0,
|
|
84571
|
+
"kIDs": "0,1,2,3,4",
|
|
84572
|
+
"name": "Corner",
|
|
84573
|
+
"level": 2,
|
|
84574
|
+
"destructable": 0,
|
|
84575
|
+
"burnable": 0,
|
|
84576
|
+
"smashable": 0,
|
|
84577
|
+
"rotateType": 4
|
|
84578
|
+
},
|
|
84579
|
+
{
|
|
84580
|
+
"wodID": 900003,
|
|
84581
|
+
"crossplayID": 900003,
|
|
84582
|
+
"group": "Tower",
|
|
84583
|
+
"type": "CornerLevel3",
|
|
84584
|
+
"width": 2,
|
|
84585
|
+
"height": 2,
|
|
84586
|
+
"movable": 0,
|
|
84587
|
+
"kIDs": "0,1,2,3,4",
|
|
84588
|
+
"name": "Corner",
|
|
84589
|
+
"level": 3,
|
|
84590
|
+
"destructable": 0,
|
|
84591
|
+
"burnable": 0,
|
|
84592
|
+
"smashable": 0,
|
|
84593
|
+
"rotateType": 4
|
|
84594
|
+
},
|
|
84595
|
+
{
|
|
84596
|
+
"wodID": 900004,
|
|
84597
|
+
"crossplayID": 900004,
|
|
84598
|
+
"group": "Tower",
|
|
84599
|
+
"type": "CornerLevel4",
|
|
84600
|
+
"width": 2,
|
|
84601
|
+
"height": 2,
|
|
84602
|
+
"movable": 0,
|
|
84603
|
+
"kIDs": "0,1,2,3,4",
|
|
84604
|
+
"name": "Corner",
|
|
84605
|
+
"level": 4,
|
|
84606
|
+
"destructable": 0,
|
|
84607
|
+
"burnable": 0,
|
|
84608
|
+
"smashable": 0,
|
|
84609
|
+
"rotateType": 4
|
|
84610
|
+
},
|
|
84611
|
+
{
|
|
84612
|
+
"wodID": 900005,
|
|
84613
|
+
"crossplayID": 900005,
|
|
84614
|
+
"group": "Tower",
|
|
84615
|
+
"type": "CornerLevel5",
|
|
84616
|
+
"width": 2,
|
|
84617
|
+
"height": 2,
|
|
84618
|
+
"movable": 0,
|
|
84619
|
+
"kIDs": "0,1,2,3,4",
|
|
84620
|
+
"name": "Corner",
|
|
84621
|
+
"level": 5,
|
|
84622
|
+
"destructable": 0,
|
|
84623
|
+
"burnable": 0,
|
|
84624
|
+
"smashable": 0,
|
|
84625
|
+
"rotateType": 4
|
|
84626
|
+
},
|
|
84627
|
+
{
|
|
84628
|
+
"wodID": 900006,
|
|
84629
|
+
"crossplayID": 900006,
|
|
84630
|
+
"group": "Tower",
|
|
84631
|
+
"type": "Level1",
|
|
84632
|
+
"width": 2,
|
|
84633
|
+
"height": 2,
|
|
84634
|
+
"movable": 0,
|
|
84635
|
+
"eventIDs": 3,
|
|
84636
|
+
"kIDs": 10,
|
|
84637
|
+
"name": "FactionLookoutCorner",
|
|
84638
|
+
"level": 1,
|
|
84639
|
+
"destructable": 0,
|
|
84640
|
+
"burnable": 0,
|
|
84641
|
+
"smashable": 0,
|
|
84642
|
+
"rotateType": 4
|
|
84643
|
+
},
|
|
84644
|
+
{
|
|
84645
|
+
"wodID": 900007,
|
|
84646
|
+
"crossplayID": 900007,
|
|
84647
|
+
"group": "Tower",
|
|
84648
|
+
"type": "Level2",
|
|
84649
|
+
"width": 2,
|
|
84650
|
+
"height": 2,
|
|
84651
|
+
"movable": 0,
|
|
84652
|
+
"eventIDs": 3,
|
|
84653
|
+
"kIDs": 10,
|
|
84654
|
+
"name": "FactionLookoutCorner",
|
|
84655
|
+
"level": 2,
|
|
84656
|
+
"destructable": 0,
|
|
84657
|
+
"burnable": 0,
|
|
84658
|
+
"smashable": 0,
|
|
84659
|
+
"rotateType": 4
|
|
84660
|
+
},
|
|
84661
|
+
{
|
|
84662
|
+
"wodID": 900008,
|
|
84663
|
+
"crossplayID": 900008,
|
|
84664
|
+
"group": "Tower",
|
|
84665
|
+
"type": "Level3",
|
|
84666
|
+
"width": 2,
|
|
84667
|
+
"height": 2,
|
|
84668
|
+
"movable": 0,
|
|
84669
|
+
"eventIDs": 3,
|
|
84670
|
+
"kIDs": 10,
|
|
84671
|
+
"name": "FactionLookoutCorner",
|
|
84672
|
+
"level": 3,
|
|
84673
|
+
"destructable": 0,
|
|
84674
|
+
"burnable": 0,
|
|
84675
|
+
"smashable": 0,
|
|
84676
|
+
"rotateType": 4
|
|
84533
84677
|
}
|
|
84534
84678
|
]
|
|
84535
84679
|
}
|