e4k-data 4.129.91 → 4.131.13

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 (67) hide show
  1. package/README.md +2 -2
  2. package/data/allianceQuests.json +672 -0
  3. package/data/bosses.json +5 -0
  4. package/data/buildings.json +76 -14
  5. package/data/constructionItems.json +1570 -0
  6. package/data/currencies.json +7 -0
  7. package/data/donationItems.json +635 -0
  8. package/data/donationRewards.json +800 -0
  9. package/data/donationSettings.json +30 -0
  10. package/data/effectCaps.json +1 -1
  11. package/data/effects.json +103 -2
  12. package/data/effecttypes.json +32 -0
  13. package/data/equipment_effects.json +35 -0
  14. package/data/equipment_gem_effects.json +28 -0
  15. package/data/equipment_sets.json +168 -0
  16. package/data/equipments.json +231 -0
  17. package/data/gemlevels.json +13 -13
  18. package/data/gems.json +168 -0
  19. package/data/generals.json +39 -0
  20. package/data/leaguetypeEvents.json +8 -0
  21. package/data/lootBoxTombolas.json +336 -0
  22. package/data/lootBoxes.json +33 -0
  23. package/data/maps.json +58 -28
  24. package/data/merchants.json +2 -2
  25. package/data/packageCategories.json +4 -0
  26. package/data/packageCategoryCostRelations.json +6 -0
  27. package/data/packageCategoryFilterRelations.json +4 -0
  28. package/data/packages.json +891 -0
  29. package/data/quests.json +528 -0
  30. package/data/raidBossLevels.json +240 -0
  31. package/data/raidBossStages.json +2492 -0
  32. package/data/raidBosses.json +7 -0
  33. package/data/rewards.json +1547 -0
  34. package/data/units.json +736 -0
  35. package/data/version.json +1 -1
  36. package/data/versionInfo.json +3 -3
  37. package/images/x384.json +1888 -223
  38. package/images/x768.json +1886 -221
  39. package/index.js +27 -27
  40. package/languages/cs.json +175 -38
  41. package/languages/da.json +175 -38
  42. package/languages/de.json +175 -38
  43. package/languages/el.json +175 -38
  44. package/languages/en.json +177 -40
  45. package/languages/es.json +175 -38
  46. package/languages/fi.json +175 -38
  47. package/languages/fr.json +175 -38
  48. package/languages/hu.json +175 -38
  49. package/languages/it.json +175 -38
  50. package/languages/ja.json +175 -38
  51. package/languages/ko.json +175 -38
  52. package/languages/nl.json +175 -38
  53. package/languages/no.json +175 -38
  54. package/languages/pl.json +175 -38
  55. package/languages/pt.json +175 -38
  56. package/languages/ro.json +175 -38
  57. package/languages/ru.json +175 -38
  58. package/languages/sk.json +175 -38
  59. package/languages/sv.json +175 -38
  60. package/languages/tr.json +175 -38
  61. package/languages/zh_CN.json +175 -38
  62. package/languages/zh_TW.json +175 -38
  63. package/package.json +1 -1
  64. package/typings/data.d.ts +7 -2
  65. package/typings/images.d.ts +124 -13
  66. package/typings/languages.d.ts +167 -30
  67. package/typings/types.d.ts +109 -109
@@ -21327,6 +21327,46 @@
21327
21327
  "rewardIDs": 9534,
21328
21328
  "shares": 50
21329
21329
  },
21330
+ {
21331
+ "entryID": 3652,
21332
+ "crossplayID": 3652,
21333
+ "tombolaID": 74,
21334
+ "rewardCategory": 1,
21335
+ "rewardIDs": 9937,
21336
+ "shares": 390
21337
+ },
21338
+ {
21339
+ "entryID": 3653,
21340
+ "crossplayID": 3653,
21341
+ "tombolaID": 74,
21342
+ "rewardCategory": 1,
21343
+ "rewardIDs": 9938,
21344
+ "shares": 390
21345
+ },
21346
+ {
21347
+ "entryID": 3654,
21348
+ "crossplayID": 3654,
21349
+ "tombolaID": 74,
21350
+ "rewardCategory": 2,
21351
+ "rewardIDs": 9939,
21352
+ "shares": 390
21353
+ },
21354
+ {
21355
+ "entryID": 3655,
21356
+ "crossplayID": 3655,
21357
+ "tombolaID": 74,
21358
+ "rewardCategory": 3,
21359
+ "rewardIDs": 9940,
21360
+ "shares": 390
21361
+ },
21362
+ {
21363
+ "entryID": 3656,
21364
+ "crossplayID": 3656,
21365
+ "tombolaID": 74,
21366
+ "rewardCategory": 4,
21367
+ "rewardIDs": 9941,
21368
+ "shares": 10
21369
+ },
21330
21370
  {
21331
21371
  "entryID": 2987,
21332
21372
  "crossplayID": 2987,
@@ -21407,6 +21447,46 @@
21407
21447
  "rewardIDs": 9543,
21408
21448
  "shares": 50
21409
21449
  },
21450
+ {
21451
+ "entryID": 3657,
21452
+ "crossplayID": 3657,
21453
+ "tombolaID": 75,
21454
+ "rewardCategory": 1,
21455
+ "rewardIDs": 9946,
21456
+ "shares": 390
21457
+ },
21458
+ {
21459
+ "entryID": 3658,
21460
+ "crossplayID": 3658,
21461
+ "tombolaID": 75,
21462
+ "rewardCategory": 1,
21463
+ "rewardIDs": 9947,
21464
+ "shares": 390
21465
+ },
21466
+ {
21467
+ "entryID": 3659,
21468
+ "crossplayID": 3659,
21469
+ "tombolaID": 75,
21470
+ "rewardCategory": 2,
21471
+ "rewardIDs": 9948,
21472
+ "shares": 390
21473
+ },
21474
+ {
21475
+ "entryID": 3660,
21476
+ "crossplayID": 3660,
21477
+ "tombolaID": 75,
21478
+ "rewardCategory": 3,
21479
+ "rewardIDs": 9949,
21480
+ "shares": 390
21481
+ },
21482
+ {
21483
+ "entryID": 3661,
21484
+ "crossplayID": 3661,
21485
+ "tombolaID": 75,
21486
+ "rewardCategory": 4,
21487
+ "rewardIDs": 9950,
21488
+ "shares": 10
21489
+ },
21410
21490
  {
21411
21491
  "entryID": 2992,
21412
21492
  "crossplayID": 2992,
@@ -21487,6 +21567,46 @@
21487
21567
  "rewardIDs": 9552,
21488
21568
  "shares": 50
21489
21569
  },
21570
+ {
21571
+ "entryID": 3662,
21572
+ "crossplayID": 3662,
21573
+ "tombolaID": 76,
21574
+ "rewardCategory": 1,
21575
+ "rewardIDs": 9955,
21576
+ "shares": 390
21577
+ },
21578
+ {
21579
+ "entryID": 3663,
21580
+ "crossplayID": 3663,
21581
+ "tombolaID": 76,
21582
+ "rewardCategory": 1,
21583
+ "rewardIDs": 9956,
21584
+ "shares": 390
21585
+ },
21586
+ {
21587
+ "entryID": 3664,
21588
+ "crossplayID": 3664,
21589
+ "tombolaID": 76,
21590
+ "rewardCategory": 2,
21591
+ "rewardIDs": 9957,
21592
+ "shares": 390
21593
+ },
21594
+ {
21595
+ "entryID": 3665,
21596
+ "crossplayID": 3665,
21597
+ "tombolaID": 76,
21598
+ "rewardCategory": 3,
21599
+ "rewardIDs": 9958,
21600
+ "shares": 390
21601
+ },
21602
+ {
21603
+ "entryID": 3666,
21604
+ "crossplayID": 3666,
21605
+ "tombolaID": 76,
21606
+ "rewardCategory": 4,
21607
+ "rewardIDs": 9959,
21608
+ "shares": 10
21609
+ },
21490
21610
  {
21491
21611
  "entryID": 2729,
21492
21612
  "crossplayID": 2729,
@@ -28942,5 +29062,221 @@
28942
29062
  "rewardCategory": 4,
28943
29063
  "rewardIDs": 9721,
28944
29064
  "shares": 200
29065
+ },
29066
+ {
29067
+ "entryID": 3625,
29068
+ "crossplayID": 3625,
29069
+ "tombolaID": 101,
29070
+ "rewardCategory": 2,
29071
+ "rewardIDs": 9937,
29072
+ "shares": 950
29073
+ },
29074
+ {
29075
+ "entryID": 3626,
29076
+ "crossplayID": 3626,
29077
+ "tombolaID": 101,
29078
+ "rewardCategory": 2,
29079
+ "rewardIDs": 9938,
29080
+ "shares": 950
29081
+ },
29082
+ {
29083
+ "entryID": 3627,
29084
+ "crossplayID": 3627,
29085
+ "tombolaID": 101,
29086
+ "rewardCategory": 3,
29087
+ "rewardIDs": 9939,
29088
+ "shares": 950
29089
+ },
29090
+ {
29091
+ "entryID": 3628,
29092
+ "crossplayID": 3628,
29093
+ "tombolaID": 101,
29094
+ "rewardCategory": 3,
29095
+ "rewardIDs": 9940,
29096
+ "shares": 950
29097
+ },
29098
+ {
29099
+ "entryID": 3629,
29100
+ "crossplayID": 3629,
29101
+ "tombolaID": 101,
29102
+ "rewardCategory": 4,
29103
+ "rewardIDs": 9941,
29104
+ "shares": 50
29105
+ },
29106
+ {
29107
+ "entryID": 3630,
29108
+ "crossplayID": 3630,
29109
+ "tombolaID": 101,
29110
+ "rewardCategory": 2,
29111
+ "rewardIDs": 9942,
29112
+ "shares": 1045
29113
+ },
29114
+ {
29115
+ "entryID": 3631,
29116
+ "crossplayID": 3631,
29117
+ "tombolaID": 101,
29118
+ "rewardCategory": 1,
29119
+ "rewardIDs": 9943,
29120
+ "shares": 1045
29121
+ },
29122
+ {
29123
+ "entryID": 3632,
29124
+ "crossplayID": 3632,
29125
+ "tombolaID": 101,
29126
+ "rewardCategory": 1,
29127
+ "rewardIDs": 9944,
29128
+ "shares": 1045
29129
+ },
29130
+ {
29131
+ "entryID": 3633,
29132
+ "crossplayID": 3633,
29133
+ "tombolaID": 101,
29134
+ "rewardCategory": 1,
29135
+ "rewardIDs": 9945,
29136
+ "shares": 1045
29137
+ },
29138
+ {
29139
+ "entryID": 3634,
29140
+ "crossplayID": 3634,
29141
+ "tombolaID": 102,
29142
+ "rewardCategory": 2,
29143
+ "rewardIDs": 9946,
29144
+ "shares": 950
29145
+ },
29146
+ {
29147
+ "entryID": 3635,
29148
+ "crossplayID": 3635,
29149
+ "tombolaID": 102,
29150
+ "rewardCategory": 2,
29151
+ "rewardIDs": 9947,
29152
+ "shares": 950
29153
+ },
29154
+ {
29155
+ "entryID": 3636,
29156
+ "crossplayID": 3636,
29157
+ "tombolaID": 102,
29158
+ "rewardCategory": 3,
29159
+ "rewardIDs": 9948,
29160
+ "shares": 950
29161
+ },
29162
+ {
29163
+ "entryID": 3637,
29164
+ "crossplayID": 3637,
29165
+ "tombolaID": 102,
29166
+ "rewardCategory": 3,
29167
+ "rewardIDs": 9949,
29168
+ "shares": 950
29169
+ },
29170
+ {
29171
+ "entryID": 3638,
29172
+ "crossplayID": 3638,
29173
+ "tombolaID": 102,
29174
+ "rewardCategory": 4,
29175
+ "rewardIDs": 9950,
29176
+ "shares": 50
29177
+ },
29178
+ {
29179
+ "entryID": 3639,
29180
+ "crossplayID": 3639,
29181
+ "tombolaID": 102,
29182
+ "rewardCategory": 2,
29183
+ "rewardIDs": 9951,
29184
+ "shares": 1045
29185
+ },
29186
+ {
29187
+ "entryID": 3640,
29188
+ "crossplayID": 3640,
29189
+ "tombolaID": 102,
29190
+ "rewardCategory": 1,
29191
+ "rewardIDs": 9952,
29192
+ "shares": 1045
29193
+ },
29194
+ {
29195
+ "entryID": 3641,
29196
+ "crossplayID": 3641,
29197
+ "tombolaID": 102,
29198
+ "rewardCategory": 1,
29199
+ "rewardIDs": 9953,
29200
+ "shares": 1045
29201
+ },
29202
+ {
29203
+ "entryID": 3642,
29204
+ "crossplayID": 3642,
29205
+ "tombolaID": 102,
29206
+ "rewardCategory": 1,
29207
+ "rewardIDs": 9954,
29208
+ "shares": 1045
29209
+ },
29210
+ {
29211
+ "entryID": 3643,
29212
+ "crossplayID": 3643,
29213
+ "tombolaID": 103,
29214
+ "rewardCategory": 2,
29215
+ "rewardIDs": 9955,
29216
+ "shares": 950
29217
+ },
29218
+ {
29219
+ "entryID": 3644,
29220
+ "crossplayID": 3644,
29221
+ "tombolaID": 103,
29222
+ "rewardCategory": 2,
29223
+ "rewardIDs": 9956,
29224
+ "shares": 950
29225
+ },
29226
+ {
29227
+ "entryID": 3645,
29228
+ "crossplayID": 3645,
29229
+ "tombolaID": 103,
29230
+ "rewardCategory": 3,
29231
+ "rewardIDs": 9957,
29232
+ "shares": 950
29233
+ },
29234
+ {
29235
+ "entryID": 3646,
29236
+ "crossplayID": 3646,
29237
+ "tombolaID": 103,
29238
+ "rewardCategory": 3,
29239
+ "rewardIDs": 9958,
29240
+ "shares": 950
29241
+ },
29242
+ {
29243
+ "entryID": 3647,
29244
+ "crossplayID": 3647,
29245
+ "tombolaID": 103,
29246
+ "rewardCategory": 4,
29247
+ "rewardIDs": 9959,
29248
+ "shares": 50
29249
+ },
29250
+ {
29251
+ "entryID": 3648,
29252
+ "crossplayID": 3648,
29253
+ "tombolaID": 103,
29254
+ "rewardCategory": 2,
29255
+ "rewardIDs": 9960,
29256
+ "shares": 1045
29257
+ },
29258
+ {
29259
+ "entryID": 3649,
29260
+ "crossplayID": 3649,
29261
+ "tombolaID": 103,
29262
+ "rewardCategory": 1,
29263
+ "rewardIDs": 9961,
29264
+ "shares": 1045
29265
+ },
29266
+ {
29267
+ "entryID": 3650,
29268
+ "crossplayID": 3650,
29269
+ "tombolaID": 103,
29270
+ "rewardCategory": 1,
29271
+ "rewardIDs": 9962,
29272
+ "shares": 1045
29273
+ },
29274
+ {
29275
+ "entryID": 3651,
29276
+ "crossplayID": 3651,
29277
+ "tombolaID": 103,
29278
+ "rewardCategory": 1,
29279
+ "rewardIDs": 9963,
29280
+ "shares": 1045
28945
29281
  }
28946
29282
  ]
@@ -471,5 +471,38 @@
471
471
  "draws": 1,
472
472
  "lootBoxKeyTombolaID": 1,
473
473
  "sortOrder": 43
474
+ },
475
+ {
476
+ "lootBoxID": 44,
477
+ "crossplayID": 44,
478
+ "lootBoxTypeID": 1,
479
+ "name": "AREBoxBronze",
480
+ "rarity": 1,
481
+ "lootBoxTombolaID": 101,
482
+ "draws": 1,
483
+ "lootBoxKeyTombolaID": 1,
484
+ "sortOrder": 44
485
+ },
486
+ {
487
+ "lootBoxID": 45,
488
+ "crossplayID": 45,
489
+ "lootBoxTypeID": 1,
490
+ "name": "AREBoxSilver",
491
+ "rarity": 1,
492
+ "lootBoxTombolaID": 102,
493
+ "draws": 1,
494
+ "lootBoxKeyTombolaID": 1,
495
+ "sortOrder": 45
496
+ },
497
+ {
498
+ "lootBoxID": 46,
499
+ "crossplayID": 46,
500
+ "lootBoxTypeID": 1,
501
+ "name": "AREBoxGold",
502
+ "rarity": 1,
503
+ "lootBoxTombolaID": 103,
504
+ "draws": 1,
505
+ "lootBoxKeyTombolaID": 1,
506
+ "sortOrder": 46
474
507
  }
475
508
  ]
package/data/maps.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "id": 1,
4
4
  "animation": [
5
5
  {
6
- "linkageId": "Component_ARE_Overview_BossSlots_B",
6
+ "linkageId": "Component_ARE_Overview_BossSlots",
7
7
  "name": "idle",
8
8
  "asset": [
9
9
  {
@@ -11,19 +11,9 @@
11
11
  "asset": "Necromancer_B_Boss_Units"
12
12
  },
13
13
  {
14
- "target": "keep_1",
15
- "asset": "Necromancer_B_Keep_1",
16
- "stages": "1,2"
17
- },
18
- {
19
- "target": "keep_2",
20
- "asset": "Necromancer_B_Keep_2",
21
- "stages": "3,4"
22
- },
23
- {
24
- "target": "keep_3",
25
- "asset": "Necromancer_B_Keep_3",
26
- "stages": "5,6"
14
+ "target": "keep",
15
+ "assetAffix": "Keep",
16
+ "isKeep": 1
27
17
  },
28
18
  {
29
19
  "target": "left_wall",
@@ -63,7 +53,7 @@
63
53
  "id": 2,
64
54
  "animation": [
65
55
  {
66
- "linkageId": "Component_ARE_Overview_BossSlots_B",
56
+ "linkageId": "Component_ARE_Overview_BossSlots",
67
57
  "name": "idle",
68
58
  "asset": [
69
59
  {
@@ -71,19 +61,9 @@
71
61
  "asset": "FungalSwarm_Boss_Units"
72
62
  },
73
63
  {
74
- "target": "keep_1",
75
- "asset": "FungalSwarm_Keep_1",
76
- "stages": "1,2"
77
- },
78
- {
79
- "target": "keep_2",
80
- "asset": "FungalSwarm_Keep_2",
81
- "stages": "3,4"
82
- },
83
- {
84
- "target": "keep_3",
85
- "asset": "FungalSwarm_Keep_3",
86
- "stages": "5,6"
64
+ "target": "keep",
65
+ "assetAffix": "Keep",
66
+ "isKeep": 1
87
67
  },
88
68
  {
89
69
  "target": "left_wall",
@@ -118,5 +98,55 @@
118
98
  ]
119
99
  }
120
100
  ]
101
+ },
102
+ {
103
+ "id": 3,
104
+ "animation": [
105
+ {
106
+ "linkageId": "Component_ARE_Overview_BossSlots",
107
+ "name": "idle",
108
+ "asset": [
109
+ {
110
+ "target": "units",
111
+ "asset": "LegendaryDragon_Boss_Units"
112
+ },
113
+ {
114
+ "target": "keep",
115
+ "assetAffix": "Keep",
116
+ "isKeep": 1
117
+ },
118
+ {
119
+ "target": "left_wall",
120
+ "asset": "LegendaryDragon_LeftWall",
121
+ "leftWallReg": 0
122
+ },
123
+ {
124
+ "target": "left_wall_reg",
125
+ "asset": "LegendaryDragon_LeftWall_Regenerate",
126
+ "leftWallReg": 1
127
+ },
128
+ {
129
+ "target": "right_wall",
130
+ "asset": "LegendaryDragon_RightWall",
131
+ "rightWallReg": 0
132
+ },
133
+ {
134
+ "target": "right_wall_reg",
135
+ "asset": "LegendaryDragon_RightWall_Regenerate",
136
+ "rightWallReg": 1
137
+ },
138
+ {
139
+ "target": "gate",
140
+ "asset": "LegendaryDragon_Gate",
141
+ "gateReg": 0
142
+ },
143
+ {
144
+ "target": "gate_reg",
145
+ "asset": "LegendaryDragon_Gate_Regenerate",
146
+ "gateReg": 1
147
+ }
148
+ ]
149
+ }
150
+ ]
121
151
  }
122
152
  ]
@@ -1,12 +1,12 @@
1
1
  [
2
2
  {
3
3
  "id": 2,
4
- "packageCategories": "101,102,103,104,105,106,107,108,109,110,111,112,113,115,116,117,119,120,121,122",
4
+ "packageCategories": "101,102,103,104,105,106,107,108,109,110,111,112,113,115,116,117,119,120,121,122,123",
5
5
  "name": "apprenticeTokenVendor"
6
6
  },
7
7
  {
8
8
  "id": 1,
9
- "packageCategories": "101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122",
9
+ "packageCategories": "101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123",
10
10
  "name": "apprenticeSmith"
11
11
  },
12
12
  {
@@ -120,6 +120,10 @@
120
120
  "categoryID": 122,
121
121
  "name": "Coins"
122
122
  },
123
+ {
124
+ "categoryID": 123,
125
+ "name": "RiftShard"
126
+ },
123
127
  {
124
128
  "categoryID": 999,
125
129
  "name": "Overall",
@@ -130,5 +130,11 @@
130
130
  "crossplayID": 22,
131
131
  "categoryID": 122,
132
132
  "resourceID": 1
133
+ },
134
+ {
135
+ "id": 23,
136
+ "crossplayID": 23,
137
+ "categoryID": 123,
138
+ "currencyID": 88
133
139
  }
134
140
  ]
@@ -1074,5 +1074,9 @@
1074
1074
  "relationID": 999,
1075
1075
  "categoryID": 99,
1076
1076
  "filterID": 99
1077
+ },
1078
+ {
1079
+ "relationID": 422,
1080
+ "categoryID": 123
1077
1081
  }
1078
1082
  ]