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
package/data/rewards.json CHANGED
@@ -7973,6 +7973,606 @@
7973
7973
  "decoWodID": 3239,
7974
7974
  "toDecoGlobalStorage": 1
7975
7975
  },
7976
+ {
7977
+ "rewardID": 9817,
7978
+ "comment1": "Donation Event Apr 26 > Military District",
7979
+ "comment2": "Builder Level 1",
7980
+ "constructionItemIDs": 1138
7981
+ },
7982
+ {
7983
+ "rewardID": 9818,
7984
+ "comment1": "Donation Event Apr 26 > Military District",
7985
+ "comment2": "Builder Level 2",
7986
+ "constructionItemIDs": 1139
7987
+ },
7988
+ {
7989
+ "rewardID": 9819,
7990
+ "comment1": "Donation Event Apr 26 > Military District",
7991
+ "comment2": "Builder Level 3",
7992
+ "constructionItemIDs": 1140
7993
+ },
7994
+ {
7995
+ "rewardID": 9820,
7996
+ "comment1": "Donation Event Apr 26 > Military District",
7997
+ "comment2": "Builder Level 4",
7998
+ "constructionItemIDs": 1141
7999
+ },
8000
+ {
8001
+ "rewardID": 9821,
8002
+ "comment1": "Donation Event Apr 26 > Military District",
8003
+ "comment2": "Builder Level 5",
8004
+ "constructionItemIDs": 1142
8005
+ },
8006
+ {
8007
+ "rewardID": 9822,
8008
+ "comment1": "Donation Event Apr 26 > Military District",
8009
+ "comment2": "Builder Level 6",
8010
+ "constructionItemIDs": 1143
8011
+ },
8012
+ {
8013
+ "rewardID": 9823,
8014
+ "comment1": "Donation Event Apr 26 > Military District",
8015
+ "comment2": "Builder Level 7",
8016
+ "constructionItemIDs": 1144
8017
+ },
8018
+ {
8019
+ "rewardID": 9824,
8020
+ "comment1": "Donation Event Apr 26 > Military District",
8021
+ "comment2": "Builder Level 8",
8022
+ "constructionItemIDs": 1145
8023
+ },
8024
+ {
8025
+ "rewardID": 9825,
8026
+ "comment1": "Donation Event Apr 26 > Military District",
8027
+ "comment2": "Builder Level 9",
8028
+ "constructionItemIDs": 1146
8029
+ },
8030
+ {
8031
+ "rewardID": 9826,
8032
+ "comment1": "Donation Event Apr 26 > Military District",
8033
+ "comment2": "Builder Level 10",
8034
+ "constructionItemIDs": 1147
8035
+ },
8036
+ {
8037
+ "rewardID": 9827,
8038
+ "comment1": "Donation Event Apr 26 > Military District",
8039
+ "comment2": "Architect Level 1",
8040
+ "constructionItemIDs": 1148
8041
+ },
8042
+ {
8043
+ "rewardID": 9828,
8044
+ "comment1": "Donation Event Apr 26 > Military District",
8045
+ "comment2": "Architect Level 2",
8046
+ "constructionItemIDs": 1149
8047
+ },
8048
+ {
8049
+ "rewardID": 9829,
8050
+ "comment1": "Donation Event Apr 26 > Military District",
8051
+ "comment2": "Architect Level 3",
8052
+ "constructionItemIDs": 1150
8053
+ },
8054
+ {
8055
+ "rewardID": 9830,
8056
+ "comment1": "Donation Event Apr 26 > Military District",
8057
+ "comment2": "Architect Level 4",
8058
+ "constructionItemIDs": 1151
8059
+ },
8060
+ {
8061
+ "rewardID": 9831,
8062
+ "comment1": "Donation Event Apr 26 > Military District",
8063
+ "comment2": "Architect Level 5",
8064
+ "constructionItemIDs": 1152
8065
+ },
8066
+ {
8067
+ "rewardID": 9832,
8068
+ "comment1": "Donation Event Apr 26 > Military District",
8069
+ "comment2": "Architect Level 6",
8070
+ "constructionItemIDs": 1153
8071
+ },
8072
+ {
8073
+ "rewardID": 9833,
8074
+ "comment1": "Donation Event Apr 26 > Military District",
8075
+ "comment2": "Architect Level 7",
8076
+ "constructionItemIDs": 1154
8077
+ },
8078
+ {
8079
+ "rewardID": 9834,
8080
+ "comment1": "Donation Event Apr 26 > Military District",
8081
+ "comment2": "Architect Level 8",
8082
+ "constructionItemIDs": 1155
8083
+ },
8084
+ {
8085
+ "rewardID": 9835,
8086
+ "comment1": "Donation Event Apr 26 > Military District",
8087
+ "comment2": "Architect Level 9",
8088
+ "constructionItemIDs": 1156
8089
+ },
8090
+ {
8091
+ "rewardID": 9836,
8092
+ "comment1": "Donation Event Apr 26 > Military District",
8093
+ "comment2": "Architect Level 10",
8094
+ "constructionItemIDs": 1157
8095
+ },
8096
+ {
8097
+ "rewardID": 9837,
8098
+ "comment1": "Donation Event Apr 26 > Trade District",
8099
+ "comment2": "Builder Level 1",
8100
+ "constructionItemIDs": 1158
8101
+ },
8102
+ {
8103
+ "rewardID": 9838,
8104
+ "comment1": "Donation Event Apr 26 > Trade District",
8105
+ "comment2": "Builder Level 2",
8106
+ "constructionItemIDs": 1159
8107
+ },
8108
+ {
8109
+ "rewardID": 9839,
8110
+ "comment1": "Donation Event Apr 26 > Trade District",
8111
+ "comment2": "Builder Level 3",
8112
+ "constructionItemIDs": 1160
8113
+ },
8114
+ {
8115
+ "rewardID": 9840,
8116
+ "comment1": "Donation Event Apr 26 > Trade District",
8117
+ "comment2": "Builder Level 4",
8118
+ "constructionItemIDs": 1161
8119
+ },
8120
+ {
8121
+ "rewardID": 9841,
8122
+ "comment1": "Donation Event Apr 26 > Trade District",
8123
+ "comment2": "Builder Level 5",
8124
+ "constructionItemIDs": 1162
8125
+ },
8126
+ {
8127
+ "rewardID": 9842,
8128
+ "comment1": "Donation Event Apr 26 > Trade District",
8129
+ "comment2": "Builder Level 6",
8130
+ "constructionItemIDs": 1163
8131
+ },
8132
+ {
8133
+ "rewardID": 9843,
8134
+ "comment1": "Donation Event Apr 26 > Trade District",
8135
+ "comment2": "Builder Level 7",
8136
+ "constructionItemIDs": 1164
8137
+ },
8138
+ {
8139
+ "rewardID": 9844,
8140
+ "comment1": "Donation Event Apr 26 > Trade District",
8141
+ "comment2": "Builder Level 8",
8142
+ "constructionItemIDs": 1165
8143
+ },
8144
+ {
8145
+ "rewardID": 9845,
8146
+ "comment1": "Donation Event Apr 26 > Trade District",
8147
+ "comment2": "Builder Level 9",
8148
+ "constructionItemIDs": 1166
8149
+ },
8150
+ {
8151
+ "rewardID": 9846,
8152
+ "comment1": "Donation Event Apr 26 > Trade District",
8153
+ "comment2": "Builder Level 10",
8154
+ "constructionItemIDs": 1167
8155
+ },
8156
+ {
8157
+ "rewardID": 9847,
8158
+ "comment1": "Donation Event Apr 26 > Trade District",
8159
+ "comment2": "Architect Level 1",
8160
+ "constructionItemIDs": 1168
8161
+ },
8162
+ {
8163
+ "rewardID": 9848,
8164
+ "comment1": "Donation Event Apr 26 > Trade District",
8165
+ "comment2": "Architect Level 2",
8166
+ "constructionItemIDs": 1169
8167
+ },
8168
+ {
8169
+ "rewardID": 9849,
8170
+ "comment1": "Donation Event Apr 26 > Trade District",
8171
+ "comment2": "Architect Level 3",
8172
+ "constructionItemIDs": 1170
8173
+ },
8174
+ {
8175
+ "rewardID": 9850,
8176
+ "comment1": "Donation Event Apr 26 > Trade District",
8177
+ "comment2": "Architect Level 4",
8178
+ "constructionItemIDs": 1171
8179
+ },
8180
+ {
8181
+ "rewardID": 9851,
8182
+ "comment1": "Donation Event Apr 26 > Trade District",
8183
+ "comment2": "Architect Level 5",
8184
+ "constructionItemIDs": 1172
8185
+ },
8186
+ {
8187
+ "rewardID": 9852,
8188
+ "comment1": "Donation Event Apr 26 > Trade District",
8189
+ "comment2": "Architect Level 6",
8190
+ "constructionItemIDs": 1173
8191
+ },
8192
+ {
8193
+ "rewardID": 9853,
8194
+ "comment1": "Donation Event Apr 26 > Trade District",
8195
+ "comment2": "Architect Level 7",
8196
+ "constructionItemIDs": 1174
8197
+ },
8198
+ {
8199
+ "rewardID": 9854,
8200
+ "comment1": "Donation Event Apr 26 > Trade District",
8201
+ "comment2": "Architect Level 8",
8202
+ "constructionItemIDs": 1175
8203
+ },
8204
+ {
8205
+ "rewardID": 9855,
8206
+ "comment1": "Donation Event Apr 26 > Trade District",
8207
+ "comment2": "Architect Level 9",
8208
+ "constructionItemIDs": 1176
8209
+ },
8210
+ {
8211
+ "rewardID": 9856,
8212
+ "comment1": "Donation Event Apr 26 > Trade District",
8213
+ "comment2": "Architect Level 10",
8214
+ "constructionItemIDs": 1177
8215
+ },
8216
+ {
8217
+ "rewardID": 9857,
8218
+ "comment1": "Donation Event Apr 26 > Inner District",
8219
+ "comment2": "Builder Level 1",
8220
+ "constructionItemIDs": 1178
8221
+ },
8222
+ {
8223
+ "rewardID": 9858,
8224
+ "comment1": "Donation Event Apr 26 > Inner District",
8225
+ "comment2": "Builder Level 2",
8226
+ "constructionItemIDs": 1179
8227
+ },
8228
+ {
8229
+ "rewardID": 9859,
8230
+ "comment1": "Donation Event Apr 26 > Inner District",
8231
+ "comment2": "Builder Level 3",
8232
+ "constructionItemIDs": 1180
8233
+ },
8234
+ {
8235
+ "rewardID": 9860,
8236
+ "comment1": "Donation Event Apr 26 > Inner District",
8237
+ "comment2": "Builder Level 4",
8238
+ "constructionItemIDs": 1181
8239
+ },
8240
+ {
8241
+ "rewardID": 9861,
8242
+ "comment1": "Donation Event Apr 26 > Inner District",
8243
+ "comment2": "Builder Level 5",
8244
+ "constructionItemIDs": 1182
8245
+ },
8246
+ {
8247
+ "rewardID": 9862,
8248
+ "comment1": "Donation Event Apr 26 > Inner District",
8249
+ "comment2": "Builder Level 6",
8250
+ "constructionItemIDs": 1183
8251
+ },
8252
+ {
8253
+ "rewardID": 9863,
8254
+ "comment1": "Donation Event Apr 26 > Inner District",
8255
+ "comment2": "Builder Level 7",
8256
+ "constructionItemIDs": 1184
8257
+ },
8258
+ {
8259
+ "rewardID": 9864,
8260
+ "comment1": "Donation Event Apr 26 > Inner District",
8261
+ "comment2": "Builder Level 8",
8262
+ "constructionItemIDs": 1185
8263
+ },
8264
+ {
8265
+ "rewardID": 9865,
8266
+ "comment1": "Donation Event Apr 26 > Inner District",
8267
+ "comment2": "Builder Level 9",
8268
+ "constructionItemIDs": 1186
8269
+ },
8270
+ {
8271
+ "rewardID": 9866,
8272
+ "comment1": "Donation Event Apr 26 > Inner District",
8273
+ "comment2": "Builder Level 10",
8274
+ "constructionItemIDs": 1187
8275
+ },
8276
+ {
8277
+ "rewardID": 9867,
8278
+ "comment1": "Donation Event Apr 26 > Inner District",
8279
+ "comment2": "Architect Level 1",
8280
+ "constructionItemIDs": 1188
8281
+ },
8282
+ {
8283
+ "rewardID": 9868,
8284
+ "comment1": "Donation Event Apr 26 > Inner District",
8285
+ "comment2": "Architect Level 2",
8286
+ "constructionItemIDs": 1189
8287
+ },
8288
+ {
8289
+ "rewardID": 9869,
8290
+ "comment1": "Donation Event Apr 26 > Inner District",
8291
+ "comment2": "Architect Level 3",
8292
+ "constructionItemIDs": 1190
8293
+ },
8294
+ {
8295
+ "rewardID": 9870,
8296
+ "comment1": "Donation Event Apr 26 > Inner District",
8297
+ "comment2": "Architect Level 4",
8298
+ "constructionItemIDs": 1191
8299
+ },
8300
+ {
8301
+ "rewardID": 9871,
8302
+ "comment1": "Donation Event Apr 26 > Inner District",
8303
+ "comment2": "Architect Level 5",
8304
+ "constructionItemIDs": 1192
8305
+ },
8306
+ {
8307
+ "rewardID": 9872,
8308
+ "comment1": "Donation Event Apr 26 > Inner District",
8309
+ "comment2": "Architect Level 6",
8310
+ "constructionItemIDs": 1193
8311
+ },
8312
+ {
8313
+ "rewardID": 9873,
8314
+ "comment1": "Donation Event Apr 26 > Inner District",
8315
+ "comment2": "Architect Level 7",
8316
+ "constructionItemIDs": 1194
8317
+ },
8318
+ {
8319
+ "rewardID": 9874,
8320
+ "comment1": "Donation Event Apr 26 > Inner District",
8321
+ "comment2": "Architect Level 8",
8322
+ "constructionItemIDs": 1195
8323
+ },
8324
+ {
8325
+ "rewardID": 9875,
8326
+ "comment1": "Donation Event Apr 26 > Inner District",
8327
+ "comment2": "Architect Level 9",
8328
+ "constructionItemIDs": 1196
8329
+ },
8330
+ {
8331
+ "rewardID": 9876,
8332
+ "comment1": "Donation Event Apr 26 > Inner District",
8333
+ "comment2": "Architect Level 10",
8334
+ "constructionItemIDs": 1197
8335
+ },
8336
+ {
8337
+ "rewardID": 9877,
8338
+ "comment1": "Donation Event Apr 26 > Mead District",
8339
+ "comment2": "Builder Level 1",
8340
+ "constructionItemIDs": 1198
8341
+ },
8342
+ {
8343
+ "rewardID": 9878,
8344
+ "comment1": "Donation Event Apr 26 > Mead District",
8345
+ "comment2": "Builder Level 2",
8346
+ "constructionItemIDs": 1199
8347
+ },
8348
+ {
8349
+ "rewardID": 9879,
8350
+ "comment1": "Donation Event Apr 26 > Mead District",
8351
+ "comment2": "Builder Level 3",
8352
+ "constructionItemIDs": 1200
8353
+ },
8354
+ {
8355
+ "rewardID": 9880,
8356
+ "comment1": "Donation Event Apr 26 > Mead District",
8357
+ "comment2": "Builder Level 4",
8358
+ "constructionItemIDs": 1201
8359
+ },
8360
+ {
8361
+ "rewardID": 9881,
8362
+ "comment1": "Donation Event Apr 26 > Mead District",
8363
+ "comment2": "Builder Level 5",
8364
+ "constructionItemIDs": 1202
8365
+ },
8366
+ {
8367
+ "rewardID": 9882,
8368
+ "comment1": "Donation Event Apr 26 > Mead District",
8369
+ "comment2": "Builder Level 6",
8370
+ "constructionItemIDs": 1203
8371
+ },
8372
+ {
8373
+ "rewardID": 9883,
8374
+ "comment1": "Donation Event Apr 26 > Mead District",
8375
+ "comment2": "Builder Level 7",
8376
+ "constructionItemIDs": 1204
8377
+ },
8378
+ {
8379
+ "rewardID": 9884,
8380
+ "comment1": "Donation Event Apr 26 > Mead District",
8381
+ "comment2": "Builder Level 8",
8382
+ "constructionItemIDs": 1205
8383
+ },
8384
+ {
8385
+ "rewardID": 9885,
8386
+ "comment1": "Donation Event Apr 26 > Mead District",
8387
+ "comment2": "Builder Level 9",
8388
+ "constructionItemIDs": 1206
8389
+ },
8390
+ {
8391
+ "rewardID": 9886,
8392
+ "comment1": "Donation Event Apr 26 > Mead District",
8393
+ "comment2": "Builder Level 10",
8394
+ "constructionItemIDs": 1207
8395
+ },
8396
+ {
8397
+ "rewardID": 9887,
8398
+ "comment1": "Donation Event Apr 26 > Mead District",
8399
+ "comment2": "Architect Level 1",
8400
+ "constructionItemIDs": 1208
8401
+ },
8402
+ {
8403
+ "rewardID": 9888,
8404
+ "comment1": "Donation Event Apr 26 > Mead District",
8405
+ "comment2": "Architect Level 2",
8406
+ "constructionItemIDs": 1209
8407
+ },
8408
+ {
8409
+ "rewardID": 9889,
8410
+ "comment1": "Donation Event Apr 26 > Mead District",
8411
+ "comment2": "Architect Level 3",
8412
+ "constructionItemIDs": 1210
8413
+ },
8414
+ {
8415
+ "rewardID": 9890,
8416
+ "comment1": "Donation Event Apr 26 > Mead District",
8417
+ "comment2": "Architect Level 4",
8418
+ "constructionItemIDs": 1211
8419
+ },
8420
+ {
8421
+ "rewardID": 9891,
8422
+ "comment1": "Donation Event Apr 26 > Mead District",
8423
+ "comment2": "Architect Level 5",
8424
+ "constructionItemIDs": 1212
8425
+ },
8426
+ {
8427
+ "rewardID": 9892,
8428
+ "comment1": "Donation Event Apr 26 > Mead District",
8429
+ "comment2": "Architect Level 6",
8430
+ "constructionItemIDs": 1213
8431
+ },
8432
+ {
8433
+ "rewardID": 9893,
8434
+ "comment1": "Donation Event Apr 26 > Mead District",
8435
+ "comment2": "Architect Level 7",
8436
+ "constructionItemIDs": 1214
8437
+ },
8438
+ {
8439
+ "rewardID": 9894,
8440
+ "comment1": "Donation Event Apr 26 > Mead District",
8441
+ "comment2": "Architect Level 8",
8442
+ "constructionItemIDs": 1215
8443
+ },
8444
+ {
8445
+ "rewardID": 9895,
8446
+ "comment1": "Donation Event Apr 26 > Mead District",
8447
+ "comment2": "Architect Level 9",
8448
+ "constructionItemIDs": 1216
8449
+ },
8450
+ {
8451
+ "rewardID": 9896,
8452
+ "comment1": "Donation Event Apr 26 > Mead District",
8453
+ "comment2": "Architect Level 10",
8454
+ "constructionItemIDs": 1217
8455
+ },
8456
+ {
8457
+ "rewardID": 9897,
8458
+ "comment1": "Donation Event Apr 26 > Food District",
8459
+ "comment2": "Builder Level 1",
8460
+ "constructionItemIDs": 1218
8461
+ },
8462
+ {
8463
+ "rewardID": 9898,
8464
+ "comment1": "Donation Event Apr 26 > Food District",
8465
+ "comment2": "Builder Level 2",
8466
+ "constructionItemIDs": 1219
8467
+ },
8468
+ {
8469
+ "rewardID": 9899,
8470
+ "comment1": "Donation Event Apr 26 > Food District",
8471
+ "comment2": "Builder Level 3",
8472
+ "constructionItemIDs": 1220
8473
+ },
8474
+ {
8475
+ "rewardID": 9900,
8476
+ "comment1": "Donation Event Apr 26 > Food District",
8477
+ "comment2": "Builder Level 4",
8478
+ "constructionItemIDs": 1221
8479
+ },
8480
+ {
8481
+ "rewardID": 9901,
8482
+ "comment1": "Donation Event Apr 26 > Food District",
8483
+ "comment2": "Builder Level 5",
8484
+ "constructionItemIDs": 1222
8485
+ },
8486
+ {
8487
+ "rewardID": 9902,
8488
+ "comment1": "Donation Event Apr 26 > Food District",
8489
+ "comment2": "Builder Level 6",
8490
+ "constructionItemIDs": 1223
8491
+ },
8492
+ {
8493
+ "rewardID": 9903,
8494
+ "comment1": "Donation Event Apr 26 > Food District",
8495
+ "comment2": "Builder Level 7",
8496
+ "constructionItemIDs": 1224
8497
+ },
8498
+ {
8499
+ "rewardID": 9904,
8500
+ "comment1": "Donation Event Apr 26 > Food District",
8501
+ "comment2": "Builder Level 8",
8502
+ "constructionItemIDs": 1225
8503
+ },
8504
+ {
8505
+ "rewardID": 9905,
8506
+ "comment1": "Donation Event Apr 26 > Food District",
8507
+ "comment2": "Builder Level 9",
8508
+ "constructionItemIDs": 1226
8509
+ },
8510
+ {
8511
+ "rewardID": 9906,
8512
+ "comment1": "Donation Event Apr 26 > Food District",
8513
+ "comment2": "Builder Level 10",
8514
+ "constructionItemIDs": 1227
8515
+ },
8516
+ {
8517
+ "rewardID": 9907,
8518
+ "comment1": "Donation Event Apr 26 > Food District",
8519
+ "comment2": "Architect Level 1",
8520
+ "constructionItemIDs": 1228
8521
+ },
8522
+ {
8523
+ "rewardID": 9908,
8524
+ "comment1": "Donation Event Apr 26 > Food District",
8525
+ "comment2": "Architect Level 2",
8526
+ "constructionItemIDs": 1229
8527
+ },
8528
+ {
8529
+ "rewardID": 9909,
8530
+ "comment1": "Donation Event Apr 26 > Food District",
8531
+ "comment2": "Architect Level 3",
8532
+ "constructionItemIDs": 1230
8533
+ },
8534
+ {
8535
+ "rewardID": 9910,
8536
+ "comment1": "Donation Event Apr 26 > Food District",
8537
+ "comment2": "Architect Level 4",
8538
+ "constructionItemIDs": 1231
8539
+ },
8540
+ {
8541
+ "rewardID": 9911,
8542
+ "comment1": "Donation Event Apr 26 > Food District",
8543
+ "comment2": "Architect Level 5",
8544
+ "constructionItemIDs": 1232
8545
+ },
8546
+ {
8547
+ "rewardID": 9912,
8548
+ "comment1": "Donation Event Apr 26 > Food District",
8549
+ "comment2": "Architect Level 6",
8550
+ "constructionItemIDs": 1233
8551
+ },
8552
+ {
8553
+ "rewardID": 9913,
8554
+ "comment1": "Donation Event Apr 26 > Food District",
8555
+ "comment2": "Architect Level 7",
8556
+ "constructionItemIDs": 1234
8557
+ },
8558
+ {
8559
+ "rewardID": 9914,
8560
+ "comment1": "Donation Event Apr 26 > Food District",
8561
+ "comment2": "Architect Level 8",
8562
+ "constructionItemIDs": 1235
8563
+ },
8564
+ {
8565
+ "rewardID": 9915,
8566
+ "comment1": "Donation Event Apr 26 > Food District",
8567
+ "comment2": "Architect Level 9",
8568
+ "constructionItemIDs": 1236
8569
+ },
8570
+ {
8571
+ "rewardID": 9916,
8572
+ "comment1": "Donation Event Apr 26 > Food District",
8573
+ "comment2": "Architect Level 10",
8574
+ "constructionItemIDs": 1237
8575
+ },
7976
8576
  {
7977
8577
  "rewardID": 60000,
7978
8578
  "comment1": "War of the Realms",
@@ -34257,6 +34857,195 @@
34257
34857
  "comment2": "Gen XP15000",
34258
34858
  "addGenXP15000": 20
34259
34859
  },
34860
+ {
34861
+ "rewardID": 9937,
34862
+ "crossplayID": 9937,
34863
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34864
+ "comment2": "Armor",
34865
+ "equipmentIDs": 1511
34866
+ },
34867
+ {
34868
+ "rewardID": 9938,
34869
+ "crossplayID": 9938,
34870
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34871
+ "comment2": "Weapon",
34872
+ "equipmentIDs": 1512
34873
+ },
34874
+ {
34875
+ "rewardID": 9939,
34876
+ "crossplayID": 9939,
34877
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34878
+ "comment2": "Helmet",
34879
+ "equipmentIDs": 1513
34880
+ },
34881
+ {
34882
+ "rewardID": 9940,
34883
+ "crossplayID": 9940,
34884
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34885
+ "comment2": "Artifact",
34886
+ "equipmentIDs": 1514
34887
+ },
34888
+ {
34889
+ "rewardID": 9941,
34890
+ "crossplayID": 9941,
34891
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34892
+ "comment2": "Commander",
34893
+ "equipmentIDs": 1515
34894
+ },
34895
+ {
34896
+ "rewardID": 9942,
34897
+ "crossplayID": 9942,
34898
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34899
+ "comment2": "Gem1",
34900
+ "gemIDs": 502
34901
+ },
34902
+ {
34903
+ "rewardID": 9943,
34904
+ "crossplayID": 9943,
34905
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34906
+ "comment2": "Gem2",
34907
+ "gemIDs": 503
34908
+ },
34909
+ {
34910
+ "rewardID": 9944,
34911
+ "crossplayID": 9944,
34912
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34913
+ "comment2": "Gem3",
34914
+ "gemIDs": 504
34915
+ },
34916
+ {
34917
+ "rewardID": 9945,
34918
+ "crossplayID": 9945,
34919
+ "comment1": "LowTier Lootbox - Legendary Dragon",
34920
+ "comment2": "Gem4",
34921
+ "gemIDs": 505
34922
+ },
34923
+ {
34924
+ "rewardID": 9946,
34925
+ "crossplayID": 9946,
34926
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34927
+ "comment2": "Armor",
34928
+ "equipmentIDs": 1516
34929
+ },
34930
+ {
34931
+ "rewardID": 9947,
34932
+ "crossplayID": 9947,
34933
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34934
+ "comment2": "Weapon",
34935
+ "equipmentIDs": 1517
34936
+ },
34937
+ {
34938
+ "rewardID": 9948,
34939
+ "crossplayID": 9948,
34940
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34941
+ "comment2": "Helmet",
34942
+ "equipmentIDs": 1518
34943
+ },
34944
+ {
34945
+ "rewardID": 9949,
34946
+ "crossplayID": 9949,
34947
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34948
+ "comment2": "Artifact",
34949
+ "equipmentIDs": 1519
34950
+ },
34951
+ {
34952
+ "rewardID": 9950,
34953
+ "crossplayID": 9950,
34954
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34955
+ "comment2": "Commander",
34956
+ "equipmentIDs": 1520
34957
+ },
34958
+ {
34959
+ "rewardID": 9951,
34960
+ "crossplayID": 9951,
34961
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34962
+ "comment2": "Gem1",
34963
+ "gemIDs": 506
34964
+ },
34965
+ {
34966
+ "rewardID": 9952,
34967
+ "crossplayID": 9952,
34968
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34969
+ "comment2": "Gem2",
34970
+ "gemIDs": 507
34971
+ },
34972
+ {
34973
+ "rewardID": 9953,
34974
+ "crossplayID": 9953,
34975
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34976
+ "comment2": "Gem3",
34977
+ "gemIDs": 508
34978
+ },
34979
+ {
34980
+ "rewardID": 9954,
34981
+ "crossplayID": 9954,
34982
+ "comment1": "MidTier Lootbox - Legendary Dragon",
34983
+ "comment2": "Gem4",
34984
+ "gemIDs": 509
34985
+ },
34986
+ {
34987
+ "rewardID": 9955,
34988
+ "crossplayID": 9955,
34989
+ "comment1": "HighTier Lootbox - Legendary Dragon",
34990
+ "comment2": "Armor",
34991
+ "equipmentIDs": 1521
34992
+ },
34993
+ {
34994
+ "rewardID": 9956,
34995
+ "crossplayID": 9956,
34996
+ "comment1": "HighTier Lootbox - Legendary Dragon",
34997
+ "comment2": "Weapon",
34998
+ "equipmentIDs": 1522
34999
+ },
35000
+ {
35001
+ "rewardID": 9957,
35002
+ "crossplayID": 9957,
35003
+ "comment1": "HighTier Lootbox - Legendary Dragon",
35004
+ "comment2": "Helmet",
35005
+ "equipmentIDs": 1523
35006
+ },
35007
+ {
35008
+ "rewardID": 9958,
35009
+ "crossplayID": 9958,
35010
+ "comment1": "HighTier Lootbox - Legendary Dragon",
35011
+ "comment2": "Artifact",
35012
+ "equipmentIDs": 1524
35013
+ },
35014
+ {
35015
+ "rewardID": 9959,
35016
+ "crossplayID": 9959,
35017
+ "comment1": "HighTier Lootbox - Legendary Dragon",
35018
+ "comment2": "Commander",
35019
+ "equipmentIDs": 1525
35020
+ },
35021
+ {
35022
+ "rewardID": 9960,
35023
+ "crossplayID": 9960,
35024
+ "comment1": "HighTier Lootbox - Legendary Dragon",
35025
+ "comment2": "Gem1",
35026
+ "gemIDs": 510
35027
+ },
35028
+ {
35029
+ "rewardID": 9961,
35030
+ "crossplayID": 9961,
35031
+ "comment1": "HighTier Lootbox - Legendary Dragon",
35032
+ "comment2": "Gem2",
35033
+ "gemIDs": 511
35034
+ },
35035
+ {
35036
+ "rewardID": 9962,
35037
+ "crossplayID": 9962,
35038
+ "comment1": "HighTier Lootbox - Legendary Dragon",
35039
+ "comment2": "Gem3",
35040
+ "gemIDs": 512
35041
+ },
35042
+ {
35043
+ "rewardID": 9963,
35044
+ "crossplayID": 9963,
35045
+ "comment1": "HighTier Lootbox - Legendary Dragon",
35046
+ "comment2": "Gem4",
35047
+ "gemIDs": 513
35048
+ },
34260
35049
  {
34261
35050
  "rewardID": 1290,
34262
35051
  "comment2": "Drop Chance Normal",
@@ -149761,6 +150550,764 @@
149761
150550
  "addPlaster": 250,
149762
150551
  "grantType": 2
149763
150552
  },
150553
+ {
150554
+ "rewardID": 9917,
150555
+ "comment1": "Legendary Dragon Defeat Reward 1",
150556
+ "comment2": "Lootbox T1",
150557
+ "lootBox": "44+1",
150558
+ "units": "214+9000#204+9000",
150559
+ "hiddenMead": 90000,
150560
+ "ignoreResourceStorageCapacity": 1,
150561
+ "grantType": 2
150562
+ },
150563
+ {
150564
+ "rewardID": 9918,
150565
+ "comment1": "Legendary Dragon Defeat Reward 2",
150566
+ "comment2": "Lootbox T1",
150567
+ "lootBox": "44+1",
150568
+ "units": "214+40000#204+40000",
150569
+ "hiddenMead": 400000,
150570
+ "ignoreResourceStorageCapacity": 1,
150571
+ "grantType": 2
150572
+ },
150573
+ {
150574
+ "rewardID": 9919,
150575
+ "comment1": "Legendary Dragon Defeat Reward 3",
150576
+ "comment2": "Lootbox T1",
150577
+ "lootBox": "45+1",
150578
+ "addRiftCoin": 100,
150579
+ "units": "214+45000#204+45000",
150580
+ "hiddenMead": 450000,
150581
+ "ignoreResourceStorageCapacity": 1,
150582
+ "grantType": 2
150583
+ },
150584
+ {
150585
+ "rewardID": 9920,
150586
+ "comment1": "Legendary Dragon Defeat Reward 4",
150587
+ "comment2": "Lootbox T2 + Rift Coin",
150588
+ "lootBox": "45+1",
150589
+ "addRiftCoin": 630,
150590
+ "units": "214+50000#204+50000",
150591
+ "hiddenMead": 500000,
150592
+ "ignoreResourceStorageCapacity": 1,
150593
+ "grantType": 2
150594
+ },
150595
+ {
150596
+ "rewardID": 9921,
150597
+ "comment1": "Legendary Dragon Defeat Reward 5",
150598
+ "comment2": "Lootbox T2 + Ashira Offering",
150599
+ "lootBox": "45+1",
150600
+ "addRiftCoin": 1750,
150601
+ "units": "214+100000#204+100000",
150602
+ "addAshiraToken": 50,
150603
+ "hiddenMead": 1000000,
150604
+ "ignoreResourceStorageCapacity": 1,
150605
+ "grantType": 2
150606
+ },
150607
+ {
150608
+ "rewardID": 9922,
150609
+ "comment1": "Legendary Dragon Defeat Reward 6",
150610
+ "comment2": "Lootbox T2 + General Exp",
150611
+ "lootBox": "45+1",
150612
+ "addRiftCoin": 2500,
150613
+ "units": "214+125000#204+125000",
150614
+ "addGenXP15000": 65,
150615
+ "hiddenMead": 1250000,
150616
+ "ignoreResourceStorageCapacity": 1,
150617
+ "grantType": 2
150618
+ },
150619
+ {
150620
+ "rewardID": 9923,
150621
+ "comment1": "Legendary Dragon Defeat Reward 7",
150622
+ "comment2": "Lootbox T2 + Plaster",
150623
+ "lootBox": "46+1",
150624
+ "addRiftCoin": 3610,
150625
+ "units": "214+150000#204+150000",
150626
+ "addPlaster": 80,
150627
+ "hiddenMead": 1500000,
150628
+ "ignoreResourceStorageCapacity": 1,
150629
+ "grantType": 2
150630
+ },
150631
+ {
150632
+ "rewardID": 9924,
150633
+ "comment1": "Legendary Dragon Defeat Reward 8",
150634
+ "comment2": "Lootbox T3 + Ashira Offering",
150635
+ "lootBox": "46+1",
150636
+ "addRiftCoin": 6200,
150637
+ "addAshiraToken": 55,
150638
+ "grantType": 2
150639
+ },
150640
+ {
150641
+ "rewardID": 9925,
150642
+ "comment1": "Legendary Dragon Defeat Reward 9",
150643
+ "comment2": "Lootbox T3 + General Exp",
150644
+ "lootBox": "46+1",
150645
+ "addRiftCoin": 9000,
150646
+ "addGenXP15000": 80,
150647
+ "grantType": 2
150648
+ },
150649
+ {
150650
+ "rewardID": 9926,
150651
+ "comment1": "Legendary Dragon Defeat Reward 10",
150652
+ "comment2": "Lootbox T3 + General Exp",
150653
+ "lootBox": "46+1",
150654
+ "addRiftCoin": 12000,
150655
+ "grantType": 2
150656
+ },
150657
+ {
150658
+ "rewardID": 9927,
150659
+ "comment1": "Legendary Dragon Defeat Reward 11",
150660
+ "comment2": "Lootbox T3 + General Exp",
150661
+ "lootBox": "46+1",
150662
+ "addRiftCoin": 12000,
150663
+ "addGenXP15000": 120,
150664
+ "grantType": 2
150665
+ },
150666
+ {
150667
+ "rewardID": 9928,
150668
+ "comment1": "Legendary Dragon Defeat Reward 12",
150669
+ "comment2": "T3 Lootbox + Gen Exp",
150670
+ "lootBox": "46+1",
150671
+ "addRiftCoin": 12000,
150672
+ "addGenXP15000": 120,
150673
+ "grantType": 2
150674
+ },
150675
+ {
150676
+ "rewardID": 9929,
150677
+ "comment1": "Legendary Dragon Defeat Reward 13",
150678
+ "comment2": "Dragon Scales + Tiles",
150679
+ "addDragonScaleSplinters": 1000,
150680
+ "addRiftCoin": 12000,
150681
+ "addDragonScaleTile": 400,
150682
+ "grantType": 2
150683
+ },
150684
+ {
150685
+ "rewardID": 9930,
150686
+ "comment1": "Legendary Dragon Defeat Reward 14",
150687
+ "comment2": "Dragon Scales + Tiles",
150688
+ "addDragonScaleSplinters": 2000,
150689
+ "addRiftCoin": 12000,
150690
+ "addDragonScaleTile": 400,
150691
+ "grantType": 2
150692
+ },
150693
+ {
150694
+ "rewardID": 9931,
150695
+ "comment1": "Legendary Dragon Defeat Reward 15",
150696
+ "comment2": "Lootbox + Gen Exp",
150697
+ "lootBox": "46+1",
150698
+ "addRiftCoin": 12000,
150699
+ "addGenXP15000": 120,
150700
+ "grantType": 2
150701
+ },
150702
+ {
150703
+ "rewardID": 9932,
150704
+ "comment1": "Legendary Dragon Defeat Reward 16",
150705
+ "comment2": "Dragon Scales + Tiles",
150706
+ "addDragonScaleSplinters": 2000,
150707
+ "addRiftCoin": 12000,
150708
+ "addDragonScaleTile": 400,
150709
+ "grantType": 2
150710
+ },
150711
+ {
150712
+ "rewardID": 9933,
150713
+ "comment1": "Legendary Dragon Defeat Reward 17",
150714
+ "comment2": "Dragon Scales + Tiles",
150715
+ "addDragonScaleSplinters": 3000,
150716
+ "addRiftCoin": 12000,
150717
+ "addDragonScaleTile": 400,
150718
+ "grantType": 2
150719
+ },
150720
+ {
150721
+ "rewardID": 9934,
150722
+ "comment1": "Legendary Dragon Defeat Reward 18",
150723
+ "comment2": "Lootbox + Gen Exp",
150724
+ "lootBox": "46+1",
150725
+ "addRiftCoin": 12000,
150726
+ "addGenXP15000": 120,
150727
+ "grantType": 2
150728
+ },
150729
+ {
150730
+ "rewardID": 9935,
150731
+ "comment1": "Legendary Dragon Defeat Reward 19",
150732
+ "comment2": "Ducat + Plaster",
150733
+ "addImperialDucat": 100,
150734
+ "addRiftCoin": 12000,
150735
+ "addPlaster": 4000,
150736
+ "grantType": 2
150737
+ },
150738
+ {
150739
+ "rewardID": 9936,
150740
+ "comment1": "Legendary Dragon Defeat Reward 20",
150741
+ "comment2": "Lootbox + Gen Exp",
150742
+ "lootBox": "46+1",
150743
+ "addRiftCoin": 12000,
150744
+ "addGenXP15000": 120,
150745
+ "grantType": 2
150746
+ },
150747
+ {
150748
+ "rewardID": 10469,
150749
+ "comment1": "RewardSet 3 - Activity Reward 1",
150750
+ "comment2": "Basic Wall + Gate Tool T1",
150751
+ "units": "568+170#570+60",
150752
+ "grantType": 2
150753
+ },
150754
+ {
150755
+ "rewardID": 10470,
150756
+ "comment1": "RewardSet 3 - Activity Reward 2",
150757
+ "comment2": "Lvl 10 Mead Units (Melee/Ranged)",
150758
+ "units": "204+3000#214+3000",
150759
+ "hiddenMead": 30000,
150760
+ "ignoreResourceStorageCapacity": 1,
150761
+ "grantType": 2
150762
+ },
150763
+ {
150764
+ "rewardID": 10471,
150765
+ "comment1": "RewardSet 3 - Activity Reward 3",
150766
+ "comment2": "WaveItem + Wall Delay All FS Weak",
150767
+ "equipmentIDs": 1063,
150768
+ "units": "967+5",
150769
+ "grantType": 2
150770
+ },
150771
+ {
150772
+ "rewardID": 10472,
150773
+ "comment1": "RewardSet 3 - Activity Reward 4",
150774
+ "comment2": "Basic Wall + Gate Tool T2",
150775
+ "units": "583+900#588+300",
150776
+ "grantType": 2
150777
+ },
150778
+ {
150779
+ "rewardID": 10473,
150780
+ "comment1": "RewardSet 3 - Activity Reward 5",
150781
+ "comment2": "Melee Strength CI + Infection Rate Tool T1",
150782
+ "constructionItemIDs": "30403+2",
150783
+ "units": "579+4",
150784
+ "grantType": 2
150785
+ },
150786
+ {
150787
+ "rewardID": 10474,
150788
+ "comment1": "RewardSet 3 - Activity Reward 6",
150789
+ "comment2": "Lvl 10 Mead Units (Melee/Ranged)",
150790
+ "units": "204+6000#214+6000",
150791
+ "hiddenMead": 60000,
150792
+ "ignoreResourceStorageCapacity": 1,
150793
+ "grantType": 2
150794
+ },
150795
+ {
150796
+ "rewardID": 10475,
150797
+ "comment1": "RewardSet 3 - Activity Reward 7",
150798
+ "comment2": "Ranged Strength + Wall Delay All FS Mid",
150799
+ "constructionItemIDs": "30493+2",
150800
+ "units": "971+5",
150801
+ "grantType": 2
150802
+ },
150803
+ {
150804
+ "rewardID": 10476,
150805
+ "comment1": "RewardSet 3 - Activity Reward 8",
150806
+ "comment2": "Rift Coin + LM",
150807
+ "addRiftCoin": 100,
150808
+ "addLegendaryMaterial": 50,
150809
+ "grantType": 2
150810
+ },
150811
+ {
150812
+ "rewardID": 10477,
150813
+ "comment1": "RewardSet 3 - Activity Reward 9",
150814
+ "comment2": "Courtyard Strength CI",
150815
+ "constructionItemIDs": "30422+2",
150816
+ "grantType": 2
150817
+ },
150818
+ {
150819
+ "rewardID": 10478,
150820
+ "comment1": "RewardSet 3 - Activity Reward 10",
150821
+ "comment2": "Rift Coin + LT",
150822
+ "addRiftCoin": 100,
150823
+ "addLegendaryToken": 25,
150824
+ "grantType": 2
150825
+ },
150826
+ {
150827
+ "rewardID": 10479,
150828
+ "comment1": "RewardSet 3 - Activity Reward 11",
150829
+ "comment2": "HoL Small Box + Infection Tool T2",
150830
+ "lootBox": "33+3",
150831
+ "units": "580+35",
150832
+ "grantType": 2
150833
+ },
150834
+ {
150835
+ "rewardID": 10480,
150836
+ "comment1": "RewardSet 3 - Activity Reward 12",
150837
+ "comment2": "Rift Coin + LM",
150838
+ "addRiftCoin": 100,
150839
+ "addLegendaryMaterial": 50,
150840
+ "grantType": 2
150841
+ },
150842
+ {
150843
+ "rewardID": 10481,
150844
+ "comment1": "RewardSet 3 - Activity Reward 13",
150845
+ "comment2": "Legendary Dragon Tools T1",
150846
+ "units": "807+120#810+120",
150847
+ "grantType": 2
150848
+ },
150849
+ {
150850
+ "rewardID": 10482,
150851
+ "comment1": "RewardSet 3 - Activity Reward 14",
150852
+ "comment2": "Rift Coin + LT",
150853
+ "addRiftCoin": 100,
150854
+ "addLegendaryToken": 25,
150855
+ "grantType": 2
150856
+ },
150857
+ {
150858
+ "rewardID": 10483,
150859
+ "comment1": "RewardSet 3 - Activity Reward 15",
150860
+ "comment2": "Legendary Dragon Tools T2",
150861
+ "units": "808+60#811+60",
150862
+ "grantType": 2
150863
+ },
150864
+ {
150865
+ "rewardID": 10484,
150866
+ "comment1": "RewardSet 3 - Activity Reward 16",
150867
+ "comment2": "Rift Coin + LM",
150868
+ "addRiftCoin": 150,
150869
+ "addLegendaryMaterial": 75,
150870
+ "grantType": 2
150871
+ },
150872
+ {
150873
+ "rewardID": 10485,
150874
+ "comment1": "RewardSet 3 - Activity Reward 17",
150875
+ "comment2": "Rift Coin + LT",
150876
+ "addRiftCoin": 150,
150877
+ "addLegendaryToken": 37,
150878
+ "grantType": 2
150879
+ },
150880
+ {
150881
+ "rewardID": 10486,
150882
+ "comment1": "RewardSet 3 - Activity Reward 18",
150883
+ "comment2": "Flank Amount C + Plaster",
150884
+ "constructionItemIDs": 30560,
150885
+ "addPlaster": 25,
150886
+ "grantType": 2
150887
+ },
150888
+ {
150889
+ "rewardID": 10487,
150890
+ "comment1": "RewardSet 3 - Activity Reward 19",
150891
+ "comment2": "Rift Coin + LM",
150892
+ "addRiftCoin": 150,
150893
+ "addLegendaryMaterial": 75,
150894
+ "grantType": 2
150895
+ },
150896
+ {
150897
+ "rewardID": 10488,
150898
+ "comment1": "RewardSet 3 - Activity Reward 20",
150899
+ "comment2": "Rift Coin + LT",
150900
+ "addRiftCoin": 150,
150901
+ "addLegendaryToken": 37,
150902
+ "grantType": 2
150903
+ },
150904
+ {
150905
+ "rewardID": 10489,
150906
+ "comment1": "RewardSet 3 - Activity Reward 21",
150907
+ "comment2": "Front Amount C + Plaster",
150908
+ "constructionItemIDs": 30453,
150909
+ "addPlaster": 25,
150910
+ "grantType": 2
150911
+ },
150912
+ {
150913
+ "rewardID": 10490,
150914
+ "comment1": "RewardSet 3 - Activity Reward 22",
150915
+ "comment2": "Rift Coin + LM",
150916
+ "addRiftCoin": 150,
150917
+ "addLegendaryMaterial": 75,
150918
+ "grantType": 2
150919
+ },
150920
+ {
150921
+ "rewardID": 10491,
150922
+ "comment1": "RewardSet 3 - Activity Reward 23",
150923
+ "comment2": "Rift Coin + LT",
150924
+ "addRiftCoin": 150,
150925
+ "addLegendaryToken": 37,
150926
+ "grantType": 2
150927
+ },
150928
+ {
150929
+ "rewardID": 10492,
150930
+ "comment1": "RewardSet 3 - Activity Reward 24",
150931
+ "comment2": "Ashira Offering + EXP Token",
150932
+ "addAshiraToken": 20,
150933
+ "addGenXP15000": 30,
150934
+ "grantType": 2
150935
+ },
150936
+ {
150937
+ "rewardID": 10493,
150938
+ "comment1": "RewardSet 3 - Activity Reward 25",
150939
+ "comment2": "Rift Coin + LM",
150940
+ "addRiftCoin": 235,
150941
+ "addLegendaryMaterial": 120,
150942
+ "grantType": 2
150943
+ },
150944
+ {
150945
+ "rewardID": 10494,
150946
+ "comment1": "RewardSet 3 - Activity Reward 26",
150947
+ "comment2": "Rift Coin + LT",
150948
+ "addRiftCoin": 235,
150949
+ "addLegendaryToken": 60,
150950
+ "grantType": 2
150951
+ },
150952
+ {
150953
+ "rewardID": 10495,
150954
+ "comment1": "RewardSet 3 - Activity Reward 27",
150955
+ "comment2": "Rift Coin + LM",
150956
+ "addRiftCoin": 235,
150957
+ "addLegendaryMaterial": 120,
150958
+ "grantType": 2
150959
+ },
150960
+ {
150961
+ "rewardID": 10496,
150962
+ "comment1": "RewardSet 3 - Activity Reward 28",
150963
+ "comment2": "Ashira Offering + Exp Rewards",
150964
+ "addAshiraToken": 30,
150965
+ "addGenXP15000": 35,
150966
+ "grantType": 2
150967
+ },
150968
+ {
150969
+ "rewardID": 10497,
150970
+ "comment1": "RewardSet 3 - Activity Reward 29",
150971
+ "comment2": "Rift Coin + LT",
150972
+ "addRiftCoin": 235,
150973
+ "addLegendaryToken": 60,
150974
+ "grantType": 2
150975
+ },
150976
+ {
150977
+ "rewardID": 10498,
150978
+ "comment1": "RewardSet 3 - Activity Reward 30",
150979
+ "comment2": "Rift Coin + LM",
150980
+ "addRiftCoin": 235,
150981
+ "addLegendaryMaterial": 120,
150982
+ "grantType": 2
150983
+ },
150984
+ {
150985
+ "rewardID": 10499,
150986
+ "comment1": "RewardSet 3 - Activity Reward 31",
150987
+ "comment2": "Rift Coin + LT",
150988
+ "addRiftCoin": 235,
150989
+ "addLegendaryToken": 60,
150990
+ "grantType": 2
150991
+ },
150992
+ {
150993
+ "rewardID": 10500,
150994
+ "comment1": "RewardSet 3 - Activity Reward 32",
150995
+ "comment2": "HoL Small Box + Sceat",
150996
+ "lootBox": "33+4",
150997
+ "addSceatToken": 1000,
150998
+ "grantType": 2
150999
+ },
151000
+ {
151001
+ "rewardID": 10501,
151002
+ "comment1": "RewardSet 3 - Activity Reward 33",
151003
+ "comment2": "Rift Coin + LM",
151004
+ "addRiftCoin": 235,
151005
+ "addLegendaryMaterial": 120,
151006
+ "grantType": 2
151007
+ },
151008
+ {
151009
+ "rewardID": 10502,
151010
+ "comment1": "RewardSet 3 - Activity Reward 34",
151011
+ "comment2": "Rift Coin + LT",
151012
+ "addRiftCoin": 235,
151013
+ "addLegendaryToken": 60,
151014
+ "grantType": 2
151015
+ },
151016
+ {
151017
+ "rewardID": 10503,
151018
+ "comment1": "RewardSet 3 - Activity Reward 35",
151019
+ "comment2": "Rift Coin + LM",
151020
+ "addRiftCoin": 235,
151021
+ "addLegendaryMaterial": 120,
151022
+ "grantType": 2
151023
+ },
151024
+ {
151025
+ "rewardID": 10504,
151026
+ "comment1": "RewardSet 3 - Activity Reward 36",
151027
+ "comment2": "Rift Coin + LT",
151028
+ "addRiftCoin": 235,
151029
+ "addLegendaryToken": 60,
151030
+ "grantType": 2
151031
+ },
151032
+ {
151033
+ "rewardID": 10505,
151034
+ "comment1": "RewardSet 3 - Activity Reward 37",
151035
+ "comment2": "HoL Large",
151036
+ "lootBox": "34+1",
151037
+ "grantType": 2
151038
+ },
151039
+ {
151040
+ "rewardID": 10506,
151041
+ "comment1": "RewardSet 3 - Activity Reward 38",
151042
+ "comment2": "Rift Coin + LM",
151043
+ "addRiftCoin": 100,
151044
+ "addLegendaryMaterial": 50,
151045
+ "grantType": 2
151046
+ },
151047
+ {
151048
+ "rewardID": 10507,
151049
+ "comment1": "RewardSet 3 - Activity Reward 39",
151050
+ "comment2": "Rift Coin + LT",
151051
+ "addRiftCoin": 100,
151052
+ "addLegendaryToken": 25,
151053
+ "grantType": 2
151054
+ },
151055
+ {
151056
+ "rewardID": 10508,
151057
+ "comment1": "RewardSet 3 - Activity Reward 40",
151058
+ "comment2": "Rift Coin + LM",
151059
+ "addRiftCoin": 100,
151060
+ "addLegendaryMaterial": 50,
151061
+ "grantType": 2
151062
+ },
151063
+ {
151064
+ "rewardID": 10509,
151065
+ "comment1": "RewardSet 3 - Activity Reward 41",
151066
+ "comment2": "Rift Coin + LT",
151067
+ "addRiftCoin": 100,
151068
+ "addLegendaryToken": 25,
151069
+ "grantType": 2
151070
+ },
151071
+ {
151072
+ "rewardID": 10510,
151073
+ "comment1": "RewardSet 3 - Activity Reward 42",
151074
+ "comment2": "Rift Coin + LM",
151075
+ "addRiftCoin": 100,
151076
+ "addLegendaryMaterial": 50,
151077
+ "grantType": 2
151078
+ },
151079
+ {
151080
+ "rewardID": 10511,
151081
+ "comment1": "RewardSet 3 - Activity Reward 43",
151082
+ "comment2": "Rift Coin + LT",
151083
+ "addRiftCoin": 100,
151084
+ "addLegendaryToken": 25,
151085
+ "grantType": 2
151086
+ },
151087
+ {
151088
+ "rewardID": 10512,
151089
+ "comment1": "RewardSet 3 - Activity Reward 44",
151090
+ "comment2": "Rift Coin + LM",
151091
+ "addRiftCoin": 100,
151092
+ "addLegendaryMaterial": 50,
151093
+ "grantType": 2
151094
+ },
151095
+ {
151096
+ "rewardID": 10513,
151097
+ "comment1": "RewardSet 3 - Activity Reward 45",
151098
+ "comment2": "Rift Coin + LT",
151099
+ "addRiftCoin": 100,
151100
+ "addLegendaryToken": 25,
151101
+ "grantType": 2
151102
+ },
151103
+ {
151104
+ "rewardID": 10514,
151105
+ "comment1": "RewardSet 3 - Activity Reward 46",
151106
+ "comment2": "Rift Coin + LM",
151107
+ "addRiftCoin": 100,
151108
+ "addLegendaryMaterial": 50,
151109
+ "grantType": 2
151110
+ },
151111
+ {
151112
+ "rewardID": 10515,
151113
+ "comment1": "RewardSet 3 - Activity Reward 47",
151114
+ "comment2": "Rift Coin + LT",
151115
+ "addRiftCoin": 100,
151116
+ "addLegendaryToken": 25,
151117
+ "grantType": 2
151118
+ },
151119
+ {
151120
+ "rewardID": 10516,
151121
+ "comment1": "RewardSet 3 - Activity Reward 48",
151122
+ "comment2": "Rift Coin + LM",
151123
+ "addRiftCoin": 100,
151124
+ "addLegendaryMaterial": 50,
151125
+ "grantType": 2
151126
+ },
151127
+ {
151128
+ "rewardID": 10517,
151129
+ "comment1": "RewardSet 3 - Activity Reward 49",
151130
+ "comment2": "Rift Coin + LT",
151131
+ "addRiftCoin": 100,
151132
+ "addLegendaryToken": 25,
151133
+ "grantType": 2
151134
+ },
151135
+ {
151136
+ "rewardID": 10518,
151137
+ "comment1": "RewardSet 3 - Activity Reward 50",
151138
+ "comment2": "Rift Coin + LM",
151139
+ "addRiftCoin": 100,
151140
+ "addLegendaryMaterial": 50,
151141
+ "grantType": 2
151142
+ },
151143
+ {
151144
+ "rewardID": 10519,
151145
+ "comment1": "RewardSet 3 - Activity Reward 51",
151146
+ "comment2": "Rift Coin + LT",
151147
+ "addRiftCoin": 100,
151148
+ "addLegendaryToken": 25,
151149
+ "grantType": 2
151150
+ },
151151
+ {
151152
+ "rewardID": 10520,
151153
+ "comment1": "RewardSet 3 - Activity Reward 52",
151154
+ "comment2": "Rift Coin + LM",
151155
+ "addRiftCoin": 100,
151156
+ "addLegendaryMaterial": 50,
151157
+ "grantType": 2
151158
+ },
151159
+ {
151160
+ "rewardID": 10521,
151161
+ "comment1": "RewardSet 3 - Activity Reward 53",
151162
+ "comment2": "Rift Coin + LT",
151163
+ "addRiftCoin": 100,
151164
+ "addLegendaryToken": 25,
151165
+ "grantType": 2
151166
+ },
151167
+ {
151168
+ "rewardID": 10522,
151169
+ "comment1": "RewardSet 3 - Activity Reward 54",
151170
+ "comment2": "Rift Coin + LM",
151171
+ "addRiftCoin": 100,
151172
+ "addLegendaryMaterial": 50,
151173
+ "grantType": 2
151174
+ },
151175
+ {
151176
+ "rewardID": 10523,
151177
+ "comment1": "RewardSet 3 - Activity Reward 55",
151178
+ "comment2": "Rift Coin + LT",
151179
+ "addRiftCoin": 100,
151180
+ "addLegendaryToken": 25,
151181
+ "grantType": 2
151182
+ },
151183
+ {
151184
+ "rewardID": 10524,
151185
+ "comment1": "RewardSet 3 - Activity Reward 56",
151186
+ "comment2": "Rift Coin + LM",
151187
+ "addRiftCoin": 100,
151188
+ "addLegendaryMaterial": 50,
151189
+ "grantType": 2
151190
+ },
151191
+ {
151192
+ "rewardID": 10525,
151193
+ "comment1": "RewardSet 3 - Activity Reward 57",
151194
+ "comment2": "Rift Coin + LT",
151195
+ "addRiftCoin": 100,
151196
+ "addLegendaryToken": 25,
151197
+ "grantType": 2
151198
+ },
151199
+ {
151200
+ "rewardID": 10526,
151201
+ "comment1": "RewardSet 3 - Activity Reward 58",
151202
+ "comment2": "Rift Coin + Ducat",
151203
+ "addRiftCoin": 100,
151204
+ "addImperialDucat": 10,
151205
+ "grantType": 2
151206
+ },
151207
+ {
151208
+ "rewardID": 10527,
151209
+ "comment1": "RewardSet 3 - Activity Reward 59",
151210
+ "comment2": "Rift Coin + Plaster",
151211
+ "addRiftCoin": 100,
151212
+ "addPlaster": 250,
151213
+ "grantType": 2
151214
+ },
151215
+ {
151216
+ "rewardID": 10528,
151217
+ "comment1": "RewardSet 3 - Activity Reward 60",
151218
+ "comment2": "Rift Coin + LM",
151219
+ "addRiftCoin": 100,
151220
+ "addLegendaryMaterial": 50,
151221
+ "grantType": 2
151222
+ },
151223
+ {
151224
+ "rewardID": 10529,
151225
+ "comment1": "RewardSet 3 - Activity Reward 61",
151226
+ "comment2": "Rift Coin + LT",
151227
+ "addRiftCoin": 100,
151228
+ "addLegendaryToken": 25,
151229
+ "grantType": 2
151230
+ },
151231
+ {
151232
+ "rewardID": 10530,
151233
+ "comment1": "RewardSet 3 - Activity Reward 62",
151234
+ "comment2": "Rift Coin + Ducat",
151235
+ "addRiftCoin": 100,
151236
+ "addImperialDucat": 10,
151237
+ "grantType": 2
151238
+ },
151239
+ {
151240
+ "rewardID": 10531,
151241
+ "comment1": "RewardSet 3 - Activity Reward 63",
151242
+ "comment2": "Rift Coin + Plaster",
151243
+ "addRiftCoin": 100,
151244
+ "addPlaster": 250,
151245
+ "grantType": 2
151246
+ },
151247
+ {
151248
+ "rewardID": 10532,
151249
+ "comment1": "RewardSet 3 - Activity Reward 64",
151250
+ "comment2": "Rift Coin + LM",
151251
+ "addRiftCoin": 100,
151252
+ "addLegendaryMaterial": 50,
151253
+ "grantType": 2
151254
+ },
151255
+ {
151256
+ "rewardID": 10533,
151257
+ "comment1": "RewardSet 3 - Activity Reward 65",
151258
+ "comment2": "Rift Coin + LT",
151259
+ "addRiftCoin": 100,
151260
+ "addLegendaryToken": 25,
151261
+ "grantType": 2
151262
+ },
151263
+ {
151264
+ "rewardID": 10534,
151265
+ "comment1": "RewardSet 3 - Activity Reward 66",
151266
+ "comment2": "Rift Coin + Ducat",
151267
+ "addRiftCoin": 100,
151268
+ "addImperialDucat": 10,
151269
+ "grantType": 2
151270
+ },
151271
+ {
151272
+ "rewardID": 10535,
151273
+ "comment1": "RewardSet 3 - Activity Reward 67",
151274
+ "comment2": "Rift Coin + Plaster",
151275
+ "addRiftCoin": 100,
151276
+ "addPlaster": 250,
151277
+ "grantType": 2
151278
+ },
151279
+ {
151280
+ "rewardID": 10536,
151281
+ "comment1": "RewardSet 3 - Activity Reward 68",
151282
+ "comment2": "Rift Coin + LM",
151283
+ "addRiftCoin": 100,
151284
+ "addLegendaryMaterial": 50,
151285
+ "grantType": 2
151286
+ },
151287
+ {
151288
+ "rewardID": 10537,
151289
+ "comment1": "RewardSet 3 - Activity Reward 69",
151290
+ "comment2": "Rift Coin + LT",
151291
+ "addRiftCoin": 100,
151292
+ "addLegendaryToken": 25,
151293
+ "grantType": 2
151294
+ },
151295
+ {
151296
+ "rewardID": 10538,
151297
+ "comment1": "RewardSet 3 - Activity Reward 70",
151298
+ "comment2": "Rift Coin + Ducat",
151299
+ "addRiftCoin": 100,
151300
+ "addImperialDucat": 10,
151301
+ "grantType": 2
151302
+ },
151303
+ {
151304
+ "rewardID": 10539,
151305
+ "comment1": "RewardSet 3 - Activity Reward 71",
151306
+ "comment2": "Rift Coin + Plaster",
151307
+ "addRiftCoin": 100,
151308
+ "addPlaster": 250,
151309
+ "grantType": 2
151310
+ },
149764
151311
  {
149765
151312
  "rewardID": 20001,
149766
151313
  "units": "649+54"