e4k-data 4.115.27 → 4.116.53

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.
Files changed (44) hide show
  1. package/data/buildings.json +439 -145
  2. package/data/constructionItems.json +438 -0
  3. package/data/currencies.json +7 -0
  4. package/data/equipments.json +533 -0
  5. package/data/events.json +11 -0
  6. package/data/gachaEvents.json +79 -0
  7. package/data/leaderboardRewards.json +1440 -0
  8. package/data/leaguetypeEvents.json +129 -0
  9. package/data/leaguetypes.json +7 -0
  10. package/data/lootBoxTombolas.json +1552 -0
  11. package/data/packages.json +3111 -0
  12. package/data/rewards.json +14702 -6799
  13. package/data/units.json +60 -0
  14. package/data/version.json +1 -1
  15. package/data/versionInfo.json +3 -3
  16. package/data/worldmapskins.json +23 -0
  17. package/images/x768.json +808 -0
  18. package/languages/cs.json +35 -31
  19. package/languages/da.json +34 -30
  20. package/languages/de.json +34 -30
  21. package/languages/el.json +35 -31
  22. package/languages/en.json +32 -28
  23. package/languages/es.json +35 -31
  24. package/languages/fi.json +35 -31
  25. package/languages/fr.json +34 -30
  26. package/languages/hu.json +35 -31
  27. package/languages/it.json +33 -29
  28. package/languages/ja.json +34 -30
  29. package/languages/ko.json +33 -29
  30. package/languages/nl.json +33 -29
  31. package/languages/no.json +34 -30
  32. package/languages/pl.json +35 -31
  33. package/languages/pt.json +34 -30
  34. package/languages/ro.json +34 -30
  35. package/languages/ru.json +34 -30
  36. package/languages/sk.json +34 -30
  37. package/languages/sv.json +35 -31
  38. package/languages/tr.json +35 -31
  39. package/languages/zh_CN.json +35 -31
  40. package/languages/zh_TW.json +34 -30
  41. package/package.json +1 -1
  42. package/typings/data.d.ts +4 -0
  43. package/typings/images.d.ts +47 -0
  44. package/typings/languages.d.ts +22 -18
@@ -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,
@@ -110936,6 +110791,445 @@
110936
110791
  "sellC1": 200000,
110937
110792
  "areaSpecificEffects": "361&1875,360&1875,362&18750",
110938
110793
  "tempServerDestructable": 1
110794
+ },
110795
+ {
110796
+ "wodID": 4325,
110797
+ "comment1": "October LTPE",
110798
+ "comment2": "Shop",
110799
+ "group": "Building",
110800
+ "type": "halloweenSludgeCrypt",
110801
+ "width": 5,
110802
+ "height": 10,
110803
+ "storeable": 1,
110804
+ "kIDs": "0,1,2,3,4",
110805
+ "name": "Deco",
110806
+ "level": 1,
110807
+ "mightValue": 1000,
110808
+ "destructable": 0,
110809
+ "burnable": 0,
110810
+ "tempServerBurnable": 1,
110811
+ "smashable": 0,
110812
+ "decoPoints": 4350,
110813
+ "initialFusionLevel": 850,
110814
+ "isFusionSource": 0,
110815
+ "isFusionTarget": 0,
110816
+ "sellC1": 200000,
110817
+ "tempServerDestructable": 1
110818
+ },
110819
+ {
110820
+ "wodID": 4326,
110821
+ "comment1": "November LTPE",
110822
+ "comment2": "Shop",
110823
+ "group": "Building",
110824
+ "type": "dragonriderDragonnest",
110825
+ "width": 5,
110826
+ "height": 10,
110827
+ "storeable": 1,
110828
+ "kIDs": "0,1,2,3,4",
110829
+ "name": "Deco",
110830
+ "level": 1,
110831
+ "mightValue": 1000,
110832
+ "destructable": 0,
110833
+ "burnable": 0,
110834
+ "tempServerBurnable": 1,
110835
+ "smashable": 0,
110836
+ "decoPoints": 4350,
110837
+ "initialFusionLevel": 850,
110838
+ "isFusionSource": 0,
110839
+ "isFusionTarget": 0,
110840
+ "sellC1": 200000,
110841
+ "tempServerDestructable": 1
110842
+ },
110843
+ {
110844
+ "wodID": 4327,
110845
+ "comment1": "December LTPE",
110846
+ "comment2": "Shop",
110847
+ "group": "Building",
110848
+ "type": "xmasUnicorn",
110849
+ "width": 5,
110850
+ "height": 10,
110851
+ "storeable": 1,
110852
+ "kIDs": "0,1,2,3,4",
110853
+ "name": "Deco",
110854
+ "level": 1,
110855
+ "mightValue": 1000,
110856
+ "destructable": 0,
110857
+ "burnable": 0,
110858
+ "tempServerBurnable": 1,
110859
+ "smashable": 0,
110860
+ "decoPoints": 4350,
110861
+ "initialFusionLevel": 850,
110862
+ "isFusionSource": 0,
110863
+ "isFusionTarget": 0,
110864
+ "sellC1": 200000,
110865
+ "tempServerDestructable": 1
110866
+ },
110867
+ {
110868
+ "wodID": 4328,
110869
+ "comment1": "Standard",
110870
+ "comment2": "Halloween Sale 2025",
110871
+ "group": "Building",
110872
+ "type": "HalloweenWell",
110873
+ "width": 5,
110874
+ "height": 10,
110875
+ "storeable": 1,
110876
+ "kIDs": "0,1,2,3,4",
110877
+ "name": "Deco",
110878
+ "level": 1,
110879
+ "buildDuration": 600,
110880
+ "mightValue": 1000,
110881
+ "destructable": 0,
110882
+ "burnable": 0,
110883
+ "tempServerBurnable": 1,
110884
+ "smashable": 0,
110885
+ "initialFusionLevel": 800,
110886
+ "isFusionSource": 1,
110887
+ "isFusionTarget": 1,
110888
+ "sellC1": 200000,
110889
+ "tempServerDestructable": 1
110890
+ },
110891
+ {
110892
+ "wodID": 4329,
110893
+ "comment1": "Standard",
110894
+ "comment2": "Halloween Sale 2025",
110895
+ "group": "Building",
110896
+ "type": "DarkRoomHalloween",
110897
+ "width": 5,
110898
+ "height": 10,
110899
+ "storeable": 1,
110900
+ "kIDs": "0,1,2,3,4",
110901
+ "name": "Deco",
110902
+ "level": 1,
110903
+ "buildDuration": 600,
110904
+ "mightValue": 1000,
110905
+ "destructable": 0,
110906
+ "burnable": 0,
110907
+ "tempServerBurnable": 1,
110908
+ "smashable": 0,
110909
+ "initialFusionLevel": 800,
110910
+ "isFusionSource": 1,
110911
+ "isFusionTarget": 1,
110912
+ "sellC1": 200000,
110913
+ "tempServerDestructable": 1
110914
+ },
110915
+ {
110916
+ "wodID": 4330,
110917
+ "comment1": "Standard",
110918
+ "comment2": "Halloween Sale 2025",
110919
+ "group": "Building",
110920
+ "type": "HeadsmansLair",
110921
+ "width": 5,
110922
+ "height": 10,
110923
+ "storeable": 1,
110924
+ "kIDs": "0,1,2,3,4",
110925
+ "name": "Deco",
110926
+ "level": 1,
110927
+ "buildDuration": 600,
110928
+ "mightValue": 1000,
110929
+ "destructable": 0,
110930
+ "burnable": 0,
110931
+ "tempServerBurnable": 1,
110932
+ "smashable": 0,
110933
+ "initialFusionLevel": 800,
110934
+ "isFusionSource": 1,
110935
+ "isFusionTarget": 1,
110936
+ "sellC1": 200000,
110937
+ "tempServerDestructable": 1
110938
+ },
110939
+ {
110940
+ "wodID": 4331,
110941
+ "comment1": "Standard",
110942
+ "comment2": "Halloween Sales - 2025",
110943
+ "group": "Building",
110944
+ "type": "ExaltedRedSpookyCrypt",
110945
+ "width": 5,
110946
+ "height": 10,
110947
+ "storeable": 1,
110948
+ "kIDs": "0,1,2,3,4",
110949
+ "name": "Deco",
110950
+ "level": 1,
110951
+ "buildDuration": 600,
110952
+ "mightValue": 1000,
110953
+ "destructable": 0,
110954
+ "burnable": 0,
110955
+ "tempServerBurnable": 1,
110956
+ "smashable": 0,
110957
+ "initialFusionLevel": 800,
110958
+ "isFusionSource": 1,
110959
+ "isFusionTarget": 1,
110960
+ "sellC1": 200000,
110961
+ "areaSpecificEffects": "370&3",
110962
+ "tempServerDestructable": 1
110963
+ },
110964
+ {
110965
+ "wodID": 4332,
110966
+ "comment1": "Standard",
110967
+ "comment2": "Halloween Sales - 2025",
110968
+ "group": "Building",
110969
+ "type": "ExaltedPurpleSpookyCrypt",
110970
+ "width": 5,
110971
+ "height": 10,
110972
+ "storeable": 1,
110973
+ "kIDs": "0,1,2,3,4",
110974
+ "name": "Deco",
110975
+ "level": 1,
110976
+ "buildDuration": 600,
110977
+ "mightValue": 1000,
110978
+ "destructable": 0,
110979
+ "burnable": 0,
110980
+ "tempServerBurnable": 1,
110981
+ "smashable": 0,
110982
+ "initialFusionLevel": 800,
110983
+ "isFusionSource": 1,
110984
+ "isFusionTarget": 1,
110985
+ "sellC1": 200000,
110986
+ "areaSpecificEffects": "415&10",
110987
+ "tempServerDestructable": 1
110988
+ },
110989
+ {
110990
+ "wodID": 4333,
110991
+ "comment1": "Standard",
110992
+ "comment2": "Halloween Sales - 2025",
110993
+ "group": "Building",
110994
+ "type": "ExaltedGreenSpookyCrypt",
110995
+ "width": 5,
110996
+ "height": 10,
110997
+ "storeable": 1,
110998
+ "kIDs": "0,1,2,3,4",
110999
+ "name": "Deco",
111000
+ "level": 1,
111001
+ "buildDuration": 600,
111002
+ "mightValue": 1000,
111003
+ "destructable": 0,
111004
+ "burnable": 0,
111005
+ "tempServerBurnable": 1,
111006
+ "smashable": 0,
111007
+ "initialFusionLevel": 800,
111008
+ "isFusionSource": 1,
111009
+ "isFusionTarget": 1,
111010
+ "sellC1": 200000,
111011
+ "areaSpecificEffects": "361&1500,380&5000",
111012
+ "tempServerDestructable": 1
111013
+ },
111014
+ {
111015
+ "wodID": 4334,
111016
+ "comment1": "Standard",
111017
+ "comment2": "Halloween Sales - 2025",
111018
+ "group": "Building",
111019
+ "type": "ExaltedGreenSpookyCrypt",
111020
+ "width": 5,
111021
+ "height": 10,
111022
+ "storeable": 1,
111023
+ "kIDs": "0,1,2,3,4",
111024
+ "name": "Deco",
111025
+ "level": 1,
111026
+ "buildDuration": 600,
111027
+ "mightValue": 1000,
111028
+ "destructable": 0,
111029
+ "burnable": 0,
111030
+ "tempServerBurnable": 1,
111031
+ "smashable": 0,
111032
+ "initialFusionLevel": 800,
111033
+ "isFusionSource": 1,
111034
+ "isFusionTarget": 1,
111035
+ "sellC1": 200000,
111036
+ "areaSpecificEffects": "362&10000,406&10000",
111037
+ "tempServerDestructable": 1
111038
+ },
111039
+ {
111040
+ "wodID": 4335,
111041
+ "comment1": "Standard",
111042
+ "comment2": "Halloween Sales - 2025",
111043
+ "group": "Building",
111044
+ "type": "ExaltedGreenSpookyCrypt",
111045
+ "width": 5,
111046
+ "height": 10,
111047
+ "storeable": 1,
111048
+ "kIDs": "0,1,2,3,4",
111049
+ "name": "Deco",
111050
+ "level": 1,
111051
+ "buildDuration": 600,
111052
+ "mightValue": 1000,
111053
+ "destructable": 0,
111054
+ "burnable": 0,
111055
+ "tempServerBurnable": 1,
111056
+ "smashable": 0,
111057
+ "initialFusionLevel": 800,
111058
+ "isFusionSource": 1,
111059
+ "isFusionTarget": 1,
111060
+ "sellC1": 200000,
111061
+ "areaSpecificEffects": "360&200,379&1500",
111062
+ "tempServerDestructable": 1
111063
+ },
111064
+ {
111065
+ "wodID": 4336,
111066
+ "comment1": "Standard",
111067
+ "comment2": "Halloween Sales - 2025",
111068
+ "group": "Building",
111069
+ "type": "ExaltedGreenSpookyCrypt",
111070
+ "width": 5,
111071
+ "height": 10,
111072
+ "storeable": 1,
111073
+ "kIDs": "0,1,2,3,4",
111074
+ "name": "Deco",
111075
+ "level": 1,
111076
+ "buildDuration": 600,
111077
+ "mightValue": 1000,
111078
+ "destructable": 0,
111079
+ "burnable": 0,
111080
+ "tempServerBurnable": 1,
111081
+ "smashable": 0,
111082
+ "initialFusionLevel": 800,
111083
+ "isFusionSource": 1,
111084
+ "isFusionTarget": 1,
111085
+ "sellC1": 200000,
111086
+ "areaSpecificEffects": "361&1875,360&1875,362&18750",
111087
+ "tempServerDestructable": 1
111088
+ },
111089
+ {
111090
+ "wodID": 900000,
111091
+ "crossplayID": 900000,
111092
+ "group": "Building",
111093
+ "name": "Offer",
111094
+ "type": "isoObject",
111095
+ "kIDs": "",
111096
+ "server": 0,
111097
+ "block": 0,
111098
+ "width": 8,
111099
+ "height": 8,
111100
+ "movable": 0,
111101
+ "level": 1
111102
+ },
111103
+ {
111104
+ "wodID": 900001,
111105
+ "crossplayID": 900001,
111106
+ "group": "Tower",
111107
+ "type": "CornerLevel1",
111108
+ "width": 2,
111109
+ "height": 2,
111110
+ "movable": 0,
111111
+ "kIDs": "0,1,2,3,4",
111112
+ "name": "Corner",
111113
+ "level": 1,
111114
+ "destructable": 0,
111115
+ "burnable": 0,
111116
+ "smashable": 0,
111117
+ "rotateType": 4
111118
+ },
111119
+ {
111120
+ "wodID": 900002,
111121
+ "crossplayID": 900002,
111122
+ "group": "Tower",
111123
+ "type": "CornerLevel2",
111124
+ "width": 2,
111125
+ "height": 2,
111126
+ "movable": 0,
111127
+ "kIDs": "0,1,2,3,4",
111128
+ "name": "Corner",
111129
+ "level": 2,
111130
+ "destructable": 0,
111131
+ "burnable": 0,
111132
+ "smashable": 0,
111133
+ "rotateType": 4
111134
+ },
111135
+ {
111136
+ "wodID": 900003,
111137
+ "crossplayID": 900003,
111138
+ "group": "Tower",
111139
+ "type": "CornerLevel3",
111140
+ "width": 2,
111141
+ "height": 2,
111142
+ "movable": 0,
111143
+ "kIDs": "0,1,2,3,4",
111144
+ "name": "Corner",
111145
+ "level": 3,
111146
+ "destructable": 0,
111147
+ "burnable": 0,
111148
+ "smashable": 0,
111149
+ "rotateType": 4
111150
+ },
111151
+ {
111152
+ "wodID": 900004,
111153
+ "crossplayID": 900004,
111154
+ "group": "Tower",
111155
+ "type": "CornerLevel4",
111156
+ "width": 2,
111157
+ "height": 2,
111158
+ "movable": 0,
111159
+ "kIDs": "0,1,2,3,4",
111160
+ "name": "Corner",
111161
+ "level": 4,
111162
+ "destructable": 0,
111163
+ "burnable": 0,
111164
+ "smashable": 0,
111165
+ "rotateType": 4
111166
+ },
111167
+ {
111168
+ "wodID": 900005,
111169
+ "crossplayID": 900005,
111170
+ "group": "Tower",
111171
+ "type": "CornerLevel5",
111172
+ "width": 2,
111173
+ "height": 2,
111174
+ "movable": 0,
111175
+ "kIDs": "0,1,2,3,4",
111176
+ "name": "Corner",
111177
+ "level": 5,
111178
+ "destructable": 0,
111179
+ "burnable": 0,
111180
+ "smashable": 0,
111181
+ "rotateType": 4
111182
+ },
111183
+ {
111184
+ "wodID": 900006,
111185
+ "crossplayID": 900006,
111186
+ "group": "Tower",
111187
+ "type": "Level1",
111188
+ "width": 2,
111189
+ "height": 2,
111190
+ "movable": 0,
111191
+ "eventIDs": 3,
111192
+ "kIDs": 10,
111193
+ "name": "FactionLookoutCorner",
111194
+ "level": 1,
111195
+ "destructable": 0,
111196
+ "burnable": 0,
111197
+ "smashable": 0,
111198
+ "rotateType": 4
111199
+ },
111200
+ {
111201
+ "wodID": 900007,
111202
+ "crossplayID": 900007,
111203
+ "group": "Tower",
111204
+ "type": "Level2",
111205
+ "width": 2,
111206
+ "height": 2,
111207
+ "movable": 0,
111208
+ "eventIDs": 3,
111209
+ "kIDs": 10,
111210
+ "name": "FactionLookoutCorner",
111211
+ "level": 2,
111212
+ "destructable": 0,
111213
+ "burnable": 0,
111214
+ "smashable": 0,
111215
+ "rotateType": 4
111216
+ },
111217
+ {
111218
+ "wodID": 900008,
111219
+ "crossplayID": 900008,
111220
+ "group": "Tower",
111221
+ "type": "Level3",
111222
+ "width": 2,
111223
+ "height": 2,
111224
+ "movable": 0,
111225
+ "eventIDs": 3,
111226
+ "kIDs": 10,
111227
+ "name": "FactionLookoutCorner",
111228
+ "level": 3,
111229
+ "destructable": 0,
111230
+ "burnable": 0,
111231
+ "smashable": 0,
111232
+ "rotateType": 4
110939
111233
  }
110940
111234
  ]
110941
111235
  }