e4k-data 4.71.14 → 4.84.37

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 (83) hide show
  1. package/data/attackSetupSlots.json +100 -0
  2. package/data/buildings.json +23363 -16963
  3. package/data/collectorEventOptions.json +118 -0
  4. package/data/collectorEventRewards.json +288 -0
  5. package/data/constructionItemRecipes.json +418 -0
  6. package/data/constructionItems.json +1904 -484
  7. package/data/constructionItemsEffectGroups.json +24 -0
  8. package/data/craftingQueues.json +23 -1
  9. package/data/craftingRecipes.json +2321 -0
  10. package/data/currencies.json +77 -0
  11. package/data/currencyCaps.json +6 -0
  12. package/data/donationItems.json +270 -0
  13. package/data/donationRewards.json +320 -0
  14. package/data/donationSettings.json +20 -6
  15. package/data/dungeons.json +266 -0
  16. package/data/effectCaps.json +75 -0
  17. package/data/effects.json +133 -16
  18. package/data/effecttypes.json +408 -141
  19. package/data/equipment_effects.json +28 -0
  20. package/data/equipment_rarenesses.json +24 -12
  21. package/data/equipments.json +531 -86
  22. package/data/eventAutoScalingUnitPairings.json +13554 -4338
  23. package/data/events.json +21 -4
  24. package/data/expansions.json +54 -54
  25. package/data/horses.json +143 -143
  26. package/data/islandPlayerRewards.json +30 -0
  27. package/data/islandrewardranks.json +42 -0
  28. package/data/leaguetypeEvents.json +247 -0
  29. package/data/legendskills.json +20 -20
  30. package/data/lootBoxTombolas.json +704 -0
  31. package/data/lootBoxes.json +22 -0
  32. package/data/lords.json +2 -2
  33. package/data/merchants.json +1 -1
  34. package/data/packageCategories.json +4 -0
  35. package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
  36. package/data/packageCategoryFilterRelations.json +4 -0
  37. package/data/packages.json +5072 -12
  38. package/data/quests.json +1 -1
  39. package/data/relicLootOptions.json +84 -0
  40. package/data/researches.json +4727 -1236
  41. package/data/resources.json +6 -0
  42. package/data/rewards.json +63223 -56400
  43. package/data/saleDaysLuckyWheelClasses.json +9 -9
  44. package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
  45. package/data/saleDaysLuckyWheelDropChances.json +59 -283
  46. package/data/saleDaysLuckyWheelRewardSets.json +180 -180
  47. package/data/sceatSkillTiers.json +49 -0
  48. package/data/sceatSkillTrees.json +12 -0
  49. package/data/sceatSkills.json +1376 -2
  50. package/data/seasonEndRewards.json +224 -0
  51. package/data/seasonEventRewards.json +315 -0
  52. package/data/seasonPromotionRewards.json +600 -0
  53. package/data/slums.json +1 -1
  54. package/data/tempServerSettings.json +1 -0
  55. package/data/units.json +1945 -0
  56. package/data/version.json +1 -1
  57. package/data/versionInfo.json +3 -3
  58. package/data/wodIds.json +192 -192
  59. package/data/worldmapskins.json +10 -0
  60. package/images/x768.json +7013 -2218
  61. package/languages/da.json +602 -286
  62. package/languages/de.json +616 -300
  63. package/languages/el.json +598 -282
  64. package/languages/en.json +593 -277
  65. package/languages/es.json +674 -358
  66. package/languages/fi.json +606 -290
  67. package/languages/fr.json +700 -384
  68. package/languages/it.json +614 -298
  69. package/languages/ja.json +606 -290
  70. package/languages/ko.json +600 -284
  71. package/languages/nl.json +603 -287
  72. package/languages/no.json +636 -320
  73. package/languages/pl.json +605 -289
  74. package/languages/pt.json +597 -281
  75. package/languages/ru.json +616 -300
  76. package/languages/sv.json +604 -288
  77. package/languages/tr.json +598 -282
  78. package/languages/zh_CN.json +596 -280
  79. package/languages/zh_TW.json +598 -282
  80. package/package.json +11 -3
  81. package/typings/data.d.ts +46 -7
  82. package/typings/images.d.ts +285 -27
  83. package/typings/languages.d.ts +540 -107
@@ -980,6 +980,83 @@
980
980
  "JSONKey": "IPC",
981
981
  "assetName": "ImperialPatronageCharter"
982
982
  },
983
+ {
984
+ "currencyID": 62,
985
+ "crossplayID": 62,
986
+ "Name": "Plaster",
987
+ "JSONKey": "PL",
988
+ "assetName": "Plaster"
989
+ },
990
+ {
991
+ "currencyID": 63,
992
+ "crossplayID": 63,
993
+ "Name": "DragonScaleTile",
994
+ "JSONKey": "DST",
995
+ "assetName": "DragonScaleTile"
996
+ },
997
+ {
998
+ "currencyID": 64,
999
+ "crossplayID": 64,
1000
+ "Name": "ImperialDucat",
1001
+ "JSONKey": "IDCT",
1002
+ "assetName": "ImperialDucat"
1003
+ },
1004
+ {
1005
+ "currencyID": 65,
1006
+ "crossplayID": 65,
1007
+ "Name": "Steel",
1008
+ "JSONKey": "STEEL",
1009
+ "assetName": "Steel"
1010
+ },
1011
+ {
1012
+ "currencyID": 66,
1013
+ "crossplayID": 66,
1014
+ "Name": "DragonGlass",
1015
+ "JSONKey": "DG",
1016
+ "assetName": "DragonGlass"
1017
+ },
1018
+ {
1019
+ "currencyID": 67,
1020
+ "crossplayID": 67,
1021
+ "Name": "DragonCharm",
1022
+ "JSONKey": "DC",
1023
+ "assetName": "DragonCharm"
1024
+ },
1025
+ {
1026
+ "currencyID": 68,
1027
+ "crossplayID": 68,
1028
+ "Name": "TwinFlameAxes",
1029
+ "JSONKey": "TFA",
1030
+ "assetName": "TwinFlameAxes"
1031
+ },
1032
+ {
1033
+ "currencyID": 69,
1034
+ "crossplayID": 69,
1035
+ "Name": "DragonGlassArrows",
1036
+ "JSONKey": "DGA",
1037
+ "assetName": "DragonGlassArrows"
1038
+ },
1039
+ {
1040
+ "currencyID": 70,
1041
+ "crossplayID": 70,
1042
+ "Name": "DragonScaleSplinters",
1043
+ "JSONKey": "DSS",
1044
+ "assetName": "DragonScaleSplinters"
1045
+ },
1046
+ {
1047
+ "currencyID": 71,
1048
+ "crossplayID": 71,
1049
+ "Name": "DragonScaleArmor",
1050
+ "JSONKey": "DSAM",
1051
+ "assetName": "DragonScaleArmor"
1052
+ },
1053
+ {
1054
+ "currencyID": 72,
1055
+ "crossplayID": 72,
1056
+ "Name": "DragonScaleArrows",
1057
+ "JSONKey": "DSAW",
1058
+ "assetName": "DragonScaleArrows"
1059
+ },
983
1060
  {
984
1061
  "currencyID": 100000,
985
1062
  "crossplayID": 100000,
@@ -67,6 +67,12 @@
67
67
  "crossplayID": 15,
68
68
  "softCap": 99999,
69
69
  "hardCap": 125000
70
+ },
71
+ {
72
+ "currencyID": 64,
73
+ "crossplayID": 64,
74
+ "softCap": 2000,
75
+ "hardCap": 5000
70
76
  }
71
77
  ]
72
78
  }
@@ -134,6 +134,276 @@
134
134
  "currencyID": 1,
135
135
  "ratio": 7500,
136
136
  "maxPointLimit": 2267
137
+ },
138
+ {
139
+ "donationItemID": 16,
140
+ "crossplayID": 16,
141
+ "donationItemSetID": 2,
142
+ "donationTypeID": 1,
143
+ "currencyID": 28,
144
+ "ratio": 2,
145
+ "maxPointLimit": 4000
146
+ },
147
+ {
148
+ "donationItemID": 17,
149
+ "crossplayID": 17,
150
+ "donationItemSetID": 2,
151
+ "donationTypeID": 1,
152
+ "currencyID": 15,
153
+ "ratio": 2,
154
+ "maxPointLimit": 2900
155
+ },
156
+ {
157
+ "donationItemID": 18,
158
+ "crossplayID": 18,
159
+ "donationItemSetID": 2,
160
+ "donationTypeID": 1,
161
+ "currencyID": 29,
162
+ "ratio": 3,
163
+ "maxPointLimit": 15400
164
+ },
165
+ {
166
+ "donationItemID": 19,
167
+ "crossplayID": 19,
168
+ "donationItemSetID": 2,
169
+ "donationTypeID": 1,
170
+ "currencyID": 13,
171
+ "ratio": 1000,
172
+ "maxPointLimit": 90
173
+ },
174
+ {
175
+ "donationItemID": 20,
176
+ "crossplayID": 20,
177
+ "donationItemSetID": 2,
178
+ "donationTypeID": 1,
179
+ "currencyID": 7,
180
+ "ratio": 7000,
181
+ "maxPointLimit": 75
182
+ },
183
+ {
184
+ "donationItemID": 21,
185
+ "crossplayID": 21,
186
+ "donationItemSetID": 2,
187
+ "donationTypeID": 1,
188
+ "currencyID": 10,
189
+ "ratio": 9000,
190
+ "maxPointLimit": 80
191
+ },
192
+ {
193
+ "donationItemID": 22,
194
+ "crossplayID": 22,
195
+ "donationItemSetID": 2,
196
+ "donationTypeID": 1,
197
+ "currencyID": 1,
198
+ "ratio": 14000,
199
+ "maxPointLimit": 80
200
+ },
201
+ {
202
+ "donationItemID": 23,
203
+ "crossplayID": 23,
204
+ "donationItemSetID": 2,
205
+ "donationTypeID": 2,
206
+ "currencyID": 8000,
207
+ "ratio": 1,
208
+ "maxPointLimit": 80320
209
+ },
210
+ {
211
+ "donationItemID": 24,
212
+ "crossplayID": 24,
213
+ "donationItemSetID": 2,
214
+ "donationTypeID": 2,
215
+ "currencyID": 28,
216
+ "ratio": 2,
217
+ "maxPointLimit": 13780
218
+ },
219
+ {
220
+ "donationItemID": 25,
221
+ "crossplayID": 25,
222
+ "donationItemSetID": 2,
223
+ "donationTypeID": 2,
224
+ "currencyID": 15,
225
+ "ratio": 2,
226
+ "maxPointLimit": 17960
227
+ },
228
+ {
229
+ "donationItemID": 26,
230
+ "crossplayID": 26,
231
+ "donationItemSetID": 2,
232
+ "donationTypeID": 2,
233
+ "currencyID": 29,
234
+ "ratio": 3,
235
+ "maxPointLimit": 30000
236
+ },
237
+ {
238
+ "donationItemID": 27,
239
+ "crossplayID": 27,
240
+ "donationItemSetID": 2,
241
+ "donationTypeID": 2,
242
+ "currencyID": 13,
243
+ "ratio": 1000,
244
+ "maxPointLimit": 490
245
+ },
246
+ {
247
+ "donationItemID": 28,
248
+ "crossplayID": 28,
249
+ "donationItemSetID": 2,
250
+ "donationTypeID": 2,
251
+ "currencyID": 7,
252
+ "ratio": 7000,
253
+ "maxPointLimit": 2600
254
+ },
255
+ {
256
+ "donationItemID": 29,
257
+ "crossplayID": 29,
258
+ "donationItemSetID": 2,
259
+ "donationTypeID": 2,
260
+ "currencyID": 10,
261
+ "ratio": 9000,
262
+ "maxPointLimit": 12550
263
+ },
264
+ {
265
+ "donationItemID": 30,
266
+ "crossplayID": 30,
267
+ "donationItemSetID": 2,
268
+ "donationTypeID": 2,
269
+ "currencyID": 1,
270
+ "ratio": 14000,
271
+ "maxPointLimit": 3000
272
+ },
273
+ {
274
+ "donationItemID": 31,
275
+ "crossplayID": 31,
276
+ "donationItemSetID": 3,
277
+ "donationTypeID": 1,
278
+ "currencyID": 28,
279
+ "ratio": 2,
280
+ "maxPointLimit": 785
281
+ },
282
+ {
283
+ "donationItemID": 32,
284
+ "crossplayID": 32,
285
+ "donationItemSetID": 3,
286
+ "donationTypeID": 1,
287
+ "currencyID": 15,
288
+ "ratio": 2,
289
+ "maxPointLimit": 995
290
+ },
291
+ {
292
+ "donationItemID": 33,
293
+ "crossplayID": 33,
294
+ "donationItemSetID": 3,
295
+ "donationTypeID": 1,
296
+ "currencyID": 29,
297
+ "ratio": 3,
298
+ "maxPointLimit": 3100
299
+ },
300
+ {
301
+ "donationItemID": 34,
302
+ "crossplayID": 34,
303
+ "donationItemSetID": 3,
304
+ "donationTypeID": 1,
305
+ "currencyID": 13,
306
+ "ratio": 1000,
307
+ "maxPointLimit": 90
308
+ },
309
+ {
310
+ "donationItemID": 35,
311
+ "crossplayID": 35,
312
+ "donationItemSetID": 3,
313
+ "donationTypeID": 1,
314
+ "currencyID": 7,
315
+ "ratio": 5000,
316
+ "maxPointLimit": 105
317
+ },
318
+ {
319
+ "donationItemID": 36,
320
+ "crossplayID": 36,
321
+ "donationItemSetID": 3,
322
+ "donationTypeID": 1,
323
+ "currencyID": 10,
324
+ "ratio": 6000,
325
+ "maxPointLimit": 115
326
+ },
327
+ {
328
+ "donationItemID": 37,
329
+ "crossplayID": 37,
330
+ "donationItemSetID": 3,
331
+ "donationTypeID": 1,
332
+ "currencyID": 1,
333
+ "ratio": 10000,
334
+ "maxPointLimit": 115
335
+ },
336
+ {
337
+ "donationItemID": 38,
338
+ "crossplayID": 38,
339
+ "donationItemSetID": 3,
340
+ "donationTypeID": 2,
341
+ "currencyID": 8000,
342
+ "ratio": 1,
343
+ "maxPointLimit": 88820
344
+ },
345
+ {
346
+ "donationItemID": 39,
347
+ "crossplayID": 39,
348
+ "donationItemSetID": 3,
349
+ "donationTypeID": 2,
350
+ "currencyID": 28,
351
+ "ratio": 2,
352
+ "maxPointLimit": 13780
353
+ },
354
+ {
355
+ "donationItemID": 40,
356
+ "crossplayID": 40,
357
+ "donationItemSetID": 3,
358
+ "donationTypeID": 2,
359
+ "currencyID": 15,
360
+ "ratio": 2,
361
+ "maxPointLimit": 17960
362
+ },
363
+ {
364
+ "donationItemID": 41,
365
+ "crossplayID": 41,
366
+ "donationItemSetID": 3,
367
+ "donationTypeID": 2,
368
+ "currencyID": 29,
369
+ "ratio": 3,
370
+ "maxPointLimit": 30000
371
+ },
372
+ {
373
+ "donationItemID": 42,
374
+ "crossplayID": 42,
375
+ "donationItemSetID": 3,
376
+ "donationTypeID": 2,
377
+ "currencyID": 13,
378
+ "ratio": 1000,
379
+ "maxPointLimit": 490
380
+ },
381
+ {
382
+ "donationItemID": 43,
383
+ "crossplayID": 43,
384
+ "donationItemSetID": 3,
385
+ "donationTypeID": 2,
386
+ "currencyID": 7,
387
+ "ratio": 5000,
388
+ "maxPointLimit": 3640
389
+ },
390
+ {
391
+ "donationItemID": 44,
392
+ "crossplayID": 44,
393
+ "donationItemSetID": 3,
394
+ "donationTypeID": 2,
395
+ "currencyID": 10,
396
+ "ratio": 6000,
397
+ "maxPointLimit": 18850
398
+ },
399
+ {
400
+ "donationItemID": 45,
401
+ "crossplayID": 45,
402
+ "donationItemSetID": 3,
403
+ "donationTypeID": 2,
404
+ "currencyID": 1,
405
+ "ratio": 10000,
406
+ "maxPointLimit": 4160
137
407
  }
138
408
  ]
139
409
  }
@@ -159,6 +159,326 @@
159
159
  "donationTypeID": 2,
160
160
  "minPoints": 79200,
161
161
  "rewardID": 6920
162
+ },
163
+ {
164
+ "donationRewardID": 21,
165
+ "crossplayID": 21,
166
+ "rewardSetID": 2,
167
+ "donationTypeID": 1,
168
+ "minPoints": 5,
169
+ "rewardID": 6901
170
+ },
171
+ {
172
+ "donationRewardID": 22,
173
+ "crossplayID": 22,
174
+ "rewardSetID": 2,
175
+ "donationTypeID": 1,
176
+ "minPoints": 10,
177
+ "rewardID": 6902
178
+ },
179
+ {
180
+ "donationRewardID": 23,
181
+ "crossplayID": 23,
182
+ "rewardSetID": 2,
183
+ "donationTypeID": 1,
184
+ "minPoints": 15,
185
+ "rewardID": 6903
186
+ },
187
+ {
188
+ "donationRewardID": 24,
189
+ "crossplayID": 24,
190
+ "rewardSetID": 2,
191
+ "donationTypeID": 1,
192
+ "minPoints": 20,
193
+ "rewardID": 6904
194
+ },
195
+ {
196
+ "donationRewardID": 25,
197
+ "crossplayID": 25,
198
+ "rewardSetID": 2,
199
+ "donationTypeID": 1,
200
+ "minPoints": 40,
201
+ "rewardID": 6905
202
+ },
203
+ {
204
+ "donationRewardID": 26,
205
+ "crossplayID": 26,
206
+ "rewardSetID": 2,
207
+ "donationTypeID": 1,
208
+ "minPoints": 70,
209
+ "rewardID": 6906
210
+ },
211
+ {
212
+ "donationRewardID": 27,
213
+ "crossplayID": 27,
214
+ "rewardSetID": 2,
215
+ "donationTypeID": 1,
216
+ "minPoints": 100,
217
+ "rewardID": 6907
218
+ },
219
+ {
220
+ "donationRewardID": 28,
221
+ "crossplayID": 28,
222
+ "rewardSetID": 2,
223
+ "donationTypeID": 1,
224
+ "minPoints": 150,
225
+ "rewardID": 6908
226
+ },
227
+ {
228
+ "donationRewardID": 29,
229
+ "crossplayID": 29,
230
+ "rewardSetID": 2,
231
+ "donationTypeID": 1,
232
+ "minPoints": 8050,
233
+ "rewardID": 6909
234
+ },
235
+ {
236
+ "donationRewardID": 30,
237
+ "crossplayID": 30,
238
+ "rewardSetID": 2,
239
+ "donationTypeID": 1,
240
+ "minPoints": 22600,
241
+ "rewardID": 6910
242
+ },
243
+ {
244
+ "donationRewardID": 31,
245
+ "crossplayID": 31,
246
+ "rewardSetID": 2,
247
+ "donationTypeID": 2,
248
+ "minPoints": 1040,
249
+ "rewardID": 6911
250
+ },
251
+ {
252
+ "donationRewardID": 32,
253
+ "crossplayID": 32,
254
+ "rewardSetID": 2,
255
+ "donationTypeID": 2,
256
+ "minPoints": 2250,
257
+ "rewardID": 6912
258
+ },
259
+ {
260
+ "donationRewardID": 33,
261
+ "crossplayID": 33,
262
+ "rewardSetID": 2,
263
+ "donationTypeID": 2,
264
+ "minPoints": 3940,
265
+ "rewardID": 6913
266
+ },
267
+ {
268
+ "donationRewardID": 34,
269
+ "crossplayID": 34,
270
+ "rewardSetID": 2,
271
+ "donationTypeID": 2,
272
+ "minPoints": 6830,
273
+ "rewardID": 6914
274
+ },
275
+ {
276
+ "donationRewardID": 35,
277
+ "crossplayID": 35,
278
+ "rewardSetID": 2,
279
+ "donationTypeID": 2,
280
+ "minPoints": 11650,
281
+ "rewardID": 6915
282
+ },
283
+ {
284
+ "donationRewardID": 36,
285
+ "crossplayID": 36,
286
+ "rewardSetID": 2,
287
+ "donationTypeID": 2,
288
+ "minPoints": 18000,
289
+ "rewardID": 6916
290
+ },
291
+ {
292
+ "donationRewardID": 37,
293
+ "crossplayID": 37,
294
+ "rewardSetID": 2,
295
+ "donationTypeID": 2,
296
+ "minPoints": 26430,
297
+ "rewardID": 6917
298
+ },
299
+ {
300
+ "donationRewardID": 38,
301
+ "crossplayID": 38,
302
+ "rewardSetID": 2,
303
+ "donationTypeID": 2,
304
+ "minPoints": 38830,
305
+ "rewardID": 6918
306
+ },
307
+ {
308
+ "donationRewardID": 39,
309
+ "crossplayID": 39,
310
+ "rewardSetID": 2,
311
+ "donationTypeID": 2,
312
+ "minPoints": 54930,
313
+ "rewardID": 6919
314
+ },
315
+ {
316
+ "donationRewardID": 40,
317
+ "crossplayID": 40,
318
+ "rewardSetID": 2,
319
+ "donationTypeID": 2,
320
+ "minPoints": 80400,
321
+ "rewardID": 6920
322
+ },
323
+ {
324
+ "donationRewardID": 41,
325
+ "crossplayID": 41,
326
+ "rewardSetID": 3,
327
+ "donationTypeID": 1,
328
+ "minPoints": 5,
329
+ "rewardID": 6901
330
+ },
331
+ {
332
+ "donationRewardID": 42,
333
+ "crossplayID": 42,
334
+ "rewardSetID": 3,
335
+ "donationTypeID": 1,
336
+ "minPoints": 15,
337
+ "rewardID": 6902
338
+ },
339
+ {
340
+ "donationRewardID": 43,
341
+ "crossplayID": 43,
342
+ "rewardSetID": 3,
343
+ "donationTypeID": 1,
344
+ "minPoints": 28,
345
+ "rewardID": 6903
346
+ },
347
+ {
348
+ "donationRewardID": 44,
349
+ "crossplayID": 44,
350
+ "rewardSetID": 3,
351
+ "donationTypeID": 1,
352
+ "minPoints": 43,
353
+ "rewardID": 6904
354
+ },
355
+ {
356
+ "donationRewardID": 45,
357
+ "crossplayID": 45,
358
+ "rewardSetID": 3,
359
+ "donationTypeID": 1,
360
+ "minPoints": 68,
361
+ "rewardID": 6905
362
+ },
363
+ {
364
+ "donationRewardID": 46,
365
+ "crossplayID": 46,
366
+ "rewardSetID": 3,
367
+ "donationTypeID": 1,
368
+ "minPoints": 98,
369
+ "rewardID": 6906
370
+ },
371
+ {
372
+ "donationRewardID": 47,
373
+ "crossplayID": 47,
374
+ "rewardSetID": 3,
375
+ "donationTypeID": 1,
376
+ "minPoints": 143,
377
+ "rewardID": 6907
378
+ },
379
+ {
380
+ "donationRewardID": 48,
381
+ "crossplayID": 48,
382
+ "rewardSetID": 3,
383
+ "donationTypeID": 1,
384
+ "minPoints": 208,
385
+ "rewardID": 6908
386
+ },
387
+ {
388
+ "donationRewardID": 49,
389
+ "crossplayID": 49,
390
+ "rewardSetID": 3,
391
+ "donationTypeID": 1,
392
+ "minPoints": 2198,
393
+ "rewardID": 6909
394
+ },
395
+ {
396
+ "donationRewardID": 50,
397
+ "crossplayID": 50,
398
+ "rewardSetID": 3,
399
+ "donationTypeID": 1,
400
+ "minPoints": 5289,
401
+ "rewardID": 6910
402
+ },
403
+ {
404
+ "donationRewardID": 51,
405
+ "crossplayID": 51,
406
+ "rewardSetID": 3,
407
+ "donationTypeID": 2,
408
+ "minPoints": 400,
409
+ "rewardID": 6911
410
+ },
411
+ {
412
+ "donationRewardID": 52,
413
+ "crossplayID": 52,
414
+ "rewardSetID": 3,
415
+ "donationTypeID": 2,
416
+ "minPoints": 1560,
417
+ "rewardID": 6912
418
+ },
419
+ {
420
+ "donationRewardID": 53,
421
+ "crossplayID": 53,
422
+ "rewardSetID": 3,
423
+ "donationTypeID": 2,
424
+ "minPoints": 3780,
425
+ "rewardID": 6913
426
+ },
427
+ {
428
+ "donationRewardID": 54,
429
+ "crossplayID": 54,
430
+ "rewardSetID": 3,
431
+ "donationTypeID": 2,
432
+ "minPoints": 7430,
433
+ "rewardID": 6914
434
+ },
435
+ {
436
+ "donationRewardID": 55,
437
+ "crossplayID": 55,
438
+ "rewardSetID": 3,
439
+ "donationTypeID": 2,
440
+ "minPoints": 13230,
441
+ "rewardID": 6915
442
+ },
443
+ {
444
+ "donationRewardID": 56,
445
+ "crossplayID": 56,
446
+ "rewardSetID": 3,
447
+ "donationTypeID": 2,
448
+ "minPoints": 20430,
449
+ "rewardID": 6916
450
+ },
451
+ {
452
+ "donationRewardID": 57,
453
+ "crossplayID": 57,
454
+ "rewardSetID": 3,
455
+ "donationTypeID": 2,
456
+ "minPoints": 30645,
457
+ "rewardID": 6917
458
+ },
459
+ {
460
+ "donationRewardID": 58,
461
+ "crossplayID": 58,
462
+ "rewardSetID": 3,
463
+ "donationTypeID": 2,
464
+ "minPoints": 45305,
465
+ "rewardID": 6918
466
+ },
467
+ {
468
+ "donationRewardID": 59,
469
+ "crossplayID": 59,
470
+ "rewardSetID": 3,
471
+ "donationTypeID": 2,
472
+ "minPoints": 61285,
473
+ "rewardID": 6919
474
+ },
475
+ {
476
+ "donationRewardID": 60,
477
+ "crossplayID": 60,
478
+ "rewardSetID": 3,
479
+ "donationTypeID": 2,
480
+ "minPoints": 88820,
481
+ "rewardID": 6920
162
482
  }
163
483
  ]
164
484
  }