e4k-data 4.89.81 → 4.90.51

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 (47) hide show
  1. package/data/buildings.json +1778 -190
  2. package/data/constructionItems.json +48 -3
  3. package/data/currencies.json +7 -0
  4. package/data/currencyClearCompensations.json +144 -0
  5. package/data/donationItems.json +135 -0
  6. package/data/donationRewards.json +160 -0
  7. package/data/donationSettings.json +6 -0
  8. package/data/effects.json +9 -65
  9. package/data/equipments.json +57 -1
  10. package/data/events.json +8 -0
  11. package/data/gachaEvents.json +71 -0
  12. package/data/highscoreboni.json +46 -46
  13. package/data/leaguetypeEvents.json +9 -0
  14. package/data/leaguetypes.json +7 -0
  15. package/data/lootBoxTombolas.json +1728 -0
  16. package/data/packages.json +24 -0
  17. package/data/rewards.json +417 -0
  18. package/data/units.json +122 -2
  19. package/data/version.json +1 -1
  20. package/data/versionInfo.json +3 -3
  21. package/images/x768.json +376 -1
  22. package/languages/da.json +59 -14
  23. package/languages/de.json +59 -14
  24. package/languages/el.json +59 -14
  25. package/languages/en.json +59 -14
  26. package/languages/es.json +59 -14
  27. package/languages/fi.json +59 -14
  28. package/languages/fr.json +59 -14
  29. package/languages/it.json +59 -14
  30. package/languages/ja.json +59 -14
  31. package/languages/ko.json +59 -14
  32. package/languages/nl.json +59 -14
  33. package/languages/no.json +59 -14
  34. package/languages/pl.json +59 -14
  35. package/languages/pt.json +59 -14
  36. package/languages/ru.json +59 -14
  37. package/languages/sv.json +59 -14
  38. package/languages/tr.json +59 -14
  39. package/languages/zh_CN.json +59 -14
  40. package/languages/zh_TW.json +59 -14
  41. package/package.json +1 -1
  42. package/typings/data.d.ts +22 -31
  43. package/typings/images.d.ts +25 -0
  44. package/typings/languages.d.ts +47 -2
  45. package/data/chargesCampEffects.json +0 -46
  46. package/data/chargesCamps.json +0 -16
  47. package/data/chargesPVPEffects.json +0 -7
@@ -29181,7 +29181,7 @@
29181
29181
  "constructionItemEffectGroupID": 28,
29182
29182
  "removalCostC1": 7200,
29183
29183
  "disassemblingTombolaID": 4,
29184
- "effects": "700&5000"
29184
+ "effects": "700&500"
29185
29185
  },
29186
29186
  {
29187
29187
  "constructionItemID": 860,
@@ -29196,7 +29196,7 @@
29196
29196
  "duration": 2419200,
29197
29197
  "constructionItemEffectGroupID": 51,
29198
29198
  "disassemblingTombolaID": 4,
29199
- "effects": "700&15000"
29199
+ "effects": "700&1500"
29200
29200
  },
29201
29201
  {
29202
29202
  "constructionItemID": 861,
@@ -29211,7 +29211,7 @@
29211
29211
  "duration": 2419200,
29212
29212
  "constructionItemEffectGroupID": 51,
29213
29213
  "disassemblingTombolaID": 4,
29214
- "effects": "700&15000"
29214
+ "effects": "700&1500"
29215
29215
  },
29216
29216
  {
29217
29217
  "constructionItemID": 862,
@@ -29257,6 +29257,51 @@
29257
29257
  "constructionItemEffectGroupID": 51,
29258
29258
  "disassemblingTombolaID": 4,
29259
29259
  "effects": "80&500,114&10"
29260
+ },
29261
+ {
29262
+ "constructionItemID": 865,
29263
+ "crossplayID": 865,
29264
+ "comment1": "Temporary",
29265
+ "comment2": "BlackFridaySales - 2024",
29266
+ "name": "winterQuarry",
29267
+ "constructionItemGroupID": 229,
29268
+ "level": 4,
29269
+ "rarenessID": 4,
29270
+ "slotTypeID": 0,
29271
+ "duration": 345600,
29272
+ "constructionItemEffectGroupID": 51,
29273
+ "disassemblingTombolaID": 4,
29274
+ "effects": "614&70"
29275
+ },
29276
+ {
29277
+ "constructionItemID": 866,
29278
+ "crossplayID": 866,
29279
+ "comment1": "Temporary",
29280
+ "comment2": "BlackFridaySales - 2024",
29281
+ "name": "winterQuarry",
29282
+ "constructionItemGroupID": 230,
29283
+ "level": 4,
29284
+ "rarenessID": 4,
29285
+ "slotTypeID": 0,
29286
+ "duration": 345600,
29287
+ "constructionItemEffectGroupID": 51,
29288
+ "disassemblingTombolaID": 4,
29289
+ "effects": "504&45"
29290
+ },
29291
+ {
29292
+ "constructionItemID": 867,
29293
+ "crossplayID": 867,
29294
+ "comment1": "Temporary",
29295
+ "comment2": "BlackFridaySales - 2024",
29296
+ "name": "winterEstate",
29297
+ "constructionItemGroupID": 231,
29298
+ "level": 4,
29299
+ "rarenessID": 4,
29300
+ "slotTypeID": 0,
29301
+ "duration": 604800,
29302
+ "constructionItemEffectGroupID": 51,
29303
+ "disassemblingTombolaID": 4,
29304
+ "ReduceResearchResourceCosts": 15
29260
29305
  }
29261
29306
  ]
29262
29307
  }
@@ -1064,6 +1064,13 @@
1064
1064
  "JSONKey": "FT",
1065
1065
  "assetName": "FloraToken"
1066
1066
  },
1067
+ {
1068
+ "currencyID": 74,
1069
+ "crossplayID": 74,
1070
+ "Name": "SoldierBiscuit",
1071
+ "JSONKey": "SB",
1072
+ "assetName": "SoldierBiscuit"
1073
+ },
1067
1074
  {
1068
1075
  "currencyID": 100000,
1069
1076
  "crossplayID": 100000,
@@ -731,6 +731,150 @@
731
731
  "currencyID": 60,
732
732
  "minCurrencyAmount": 50,
733
733
  "rewardID": 7490
734
+ },
735
+ {
736
+ "currencyClearCompensationID": 123,
737
+ "currencyID": 51,
738
+ "minCurrencyAmount": 24840,
739
+ "rewardID": 7479
740
+ },
741
+ {
742
+ "currencyClearCompensationID": 124,
743
+ "currencyID": 51,
744
+ "minCurrencyAmount": 17350,
745
+ "rewardID": 7480
746
+ },
747
+ {
748
+ "currencyClearCompensationID": 125,
749
+ "currencyID": 51,
750
+ "minCurrencyAmount": 12250,
751
+ "rewardID": 7481
752
+ },
753
+ {
754
+ "currencyClearCompensationID": 126,
755
+ "currencyID": 51,
756
+ "minCurrencyAmount": 9000,
757
+ "rewardID": 7482
758
+ },
759
+ {
760
+ "currencyClearCompensationID": 127,
761
+ "currencyID": 51,
762
+ "minCurrencyAmount": 7500,
763
+ "rewardID": 7483
764
+ },
765
+ {
766
+ "currencyClearCompensationID": 128,
767
+ "currencyID": 51,
768
+ "minCurrencyAmount": 5000,
769
+ "rewardID": 7484
770
+ },
771
+ {
772
+ "currencyClearCompensationID": 129,
773
+ "currencyID": 51,
774
+ "minCurrencyAmount": 3000,
775
+ "rewardID": 7485
776
+ },
777
+ {
778
+ "currencyClearCompensationID": 130,
779
+ "currencyID": 51,
780
+ "minCurrencyAmount": 2250,
781
+ "rewardID": 7486
782
+ },
783
+ {
784
+ "currencyClearCompensationID": 131,
785
+ "currencyID": 51,
786
+ "minCurrencyAmount": 1500,
787
+ "rewardID": 7487
788
+ },
789
+ {
790
+ "currencyClearCompensationID": 132,
791
+ "currencyID": 51,
792
+ "minCurrencyAmount": 750,
793
+ "rewardID": 7488
794
+ },
795
+ {
796
+ "currencyClearCompensationID": 133,
797
+ "currencyID": 51,
798
+ "minCurrencyAmount": 250,
799
+ "rewardID": 7489
800
+ },
801
+ {
802
+ "currencyClearCompensationID": 134,
803
+ "currencyID": 51,
804
+ "minCurrencyAmount": 50,
805
+ "rewardID": 7490
806
+ },
807
+ {
808
+ "currencyClearCompensationID": 135,
809
+ "currencyID": 61,
810
+ "minCurrencyAmount": 24840,
811
+ "rewardID": 7479
812
+ },
813
+ {
814
+ "currencyClearCompensationID": 136,
815
+ "currencyID": 61,
816
+ "minCurrencyAmount": 17350,
817
+ "rewardID": 7480
818
+ },
819
+ {
820
+ "currencyClearCompensationID": 137,
821
+ "currencyID": 61,
822
+ "minCurrencyAmount": 12250,
823
+ "rewardID": 7481
824
+ },
825
+ {
826
+ "currencyClearCompensationID": 138,
827
+ "currencyID": 61,
828
+ "minCurrencyAmount": 9000,
829
+ "rewardID": 7482
830
+ },
831
+ {
832
+ "currencyClearCompensationID": 139,
833
+ "currencyID": 61,
834
+ "minCurrencyAmount": 7500,
835
+ "rewardID": 7483
836
+ },
837
+ {
838
+ "currencyClearCompensationID": 140,
839
+ "currencyID": 61,
840
+ "minCurrencyAmount": 5000,
841
+ "rewardID": 7484
842
+ },
843
+ {
844
+ "currencyClearCompensationID": 141,
845
+ "currencyID": 61,
846
+ "minCurrencyAmount": 3000,
847
+ "rewardID": 7485
848
+ },
849
+ {
850
+ "currencyClearCompensationID": 142,
851
+ "currencyID": 61,
852
+ "minCurrencyAmount": 2250,
853
+ "rewardID": 7486
854
+ },
855
+ {
856
+ "currencyClearCompensationID": 143,
857
+ "currencyID": 61,
858
+ "minCurrencyAmount": 1500,
859
+ "rewardID": 7487
860
+ },
861
+ {
862
+ "currencyClearCompensationID": 144,
863
+ "currencyID": 61,
864
+ "minCurrencyAmount": 750,
865
+ "rewardID": 7488
866
+ },
867
+ {
868
+ "currencyClearCompensationID": 145,
869
+ "currencyID": 61,
870
+ "minCurrencyAmount": 250,
871
+ "rewardID": 7489
872
+ },
873
+ {
874
+ "currencyClearCompensationID": 146,
875
+ "currencyID": 61,
876
+ "minCurrencyAmount": 50,
877
+ "rewardID": 7490
734
878
  }
735
879
  ]
736
880
  }
@@ -404,6 +404,141 @@
404
404
  "currencyID": 1,
405
405
  "ratio": 10000,
406
406
  "maxPointLimit": 4160
407
+ },
408
+ {
409
+ "donationItemID": 46,
410
+ "crossplayID": 46,
411
+ "donationItemSetID": 4,
412
+ "donationTypeID": 1,
413
+ "currencyID": 28,
414
+ "ratio": 2,
415
+ "maxPointLimit": 875
416
+ },
417
+ {
418
+ "donationItemID": 47,
419
+ "crossplayID": 47,
420
+ "donationItemSetID": 4,
421
+ "donationTypeID": 1,
422
+ "currencyID": 15,
423
+ "ratio": 2,
424
+ "maxPointLimit": 875
425
+ },
426
+ {
427
+ "donationItemID": 48,
428
+ "crossplayID": 48,
429
+ "donationItemSetID": 4,
430
+ "donationTypeID": 1,
431
+ "currencyID": 29,
432
+ "ratio": 10,
433
+ "maxPointLimit": 875
434
+ },
435
+ {
436
+ "donationItemID": 49,
437
+ "crossplayID": 49,
438
+ "donationItemSetID": 4,
439
+ "donationTypeID": 1,
440
+ "currencyID": 13,
441
+ "ratio": 100,
442
+ "maxPointLimit": 875
443
+ },
444
+ {
445
+ "donationItemID": 50,
446
+ "crossplayID": 50,
447
+ "donationItemSetID": 4,
448
+ "donationTypeID": 1,
449
+ "currencyID": 7,
450
+ "ratio": 125,
451
+ "maxPointLimit": 875
452
+ },
453
+ {
454
+ "donationItemID": 51,
455
+ "crossplayID": 51,
456
+ "donationItemSetID": 4,
457
+ "donationTypeID": 1,
458
+ "currencyID": 10,
459
+ "ratio": 200,
460
+ "maxPointLimit": 875
461
+ },
462
+ {
463
+ "donationItemID": 52,
464
+ "crossplayID": 52,
465
+ "donationItemSetID": 4,
466
+ "donationTypeID": 1,
467
+ "currencyID": 1,
468
+ "ratio": 300,
469
+ "maxPointLimit": 875
470
+ },
471
+ {
472
+ "donationItemID": 53,
473
+ "crossplayID": 53,
474
+ "donationItemSetID": 4,
475
+ "donationTypeID": 2,
476
+ "currencyID": 8000,
477
+ "ratio": 1,
478
+ "maxPointLimit": 79650
479
+ },
480
+ {
481
+ "donationItemID": 54,
482
+ "crossplayID": 54,
483
+ "donationItemSetID": 4,
484
+ "donationTypeID": 2,
485
+ "currencyID": 28,
486
+ "ratio": 2,
487
+ "maxPointLimit": 11400
488
+ },
489
+ {
490
+ "donationItemID": 55,
491
+ "crossplayID": 55,
492
+ "donationItemSetID": 4,
493
+ "donationTypeID": 2,
494
+ "currencyID": 15,
495
+ "ratio": 4,
496
+ "maxPointLimit": 11400
497
+ },
498
+ {
499
+ "donationItemID": 56,
500
+ "crossplayID": 56,
501
+ "donationItemSetID": 4,
502
+ "donationTypeID": 2,
503
+ "currencyID": 29,
504
+ "ratio": 8,
505
+ "maxPointLimit": 11400
506
+ },
507
+ {
508
+ "donationItemID": 57,
509
+ "crossplayID": 57,
510
+ "donationItemSetID": 4,
511
+ "donationTypeID": 2,
512
+ "currencyID": 13,
513
+ "ratio": 45,
514
+ "maxPointLimit": 11400
515
+ },
516
+ {
517
+ "donationItemID": 58,
518
+ "crossplayID": 58,
519
+ "donationItemSetID": 4,
520
+ "donationTypeID": 2,
521
+ "currencyID": 7,
522
+ "ratio": 1200,
523
+ "maxPointLimit": 11400
524
+ },
525
+ {
526
+ "donationItemID": 59,
527
+ "crossplayID": 59,
528
+ "donationItemSetID": 4,
529
+ "donationTypeID": 2,
530
+ "currencyID": 10,
531
+ "ratio": 3750,
532
+ "maxPointLimit": 11400
533
+ },
534
+ {
535
+ "donationItemID": 60,
536
+ "crossplayID": 60,
537
+ "donationItemSetID": 4,
538
+ "donationTypeID": 2,
539
+ "currencyID": 1,
540
+ "ratio": 1750,
541
+ "maxPointLimit": 11400
407
542
  }
408
543
  ]
409
544
  }
@@ -479,6 +479,166 @@
479
479
  "donationTypeID": 2,
480
480
  "minPoints": 88820,
481
481
  "rewardID": 6920
482
+ },
483
+ {
484
+ "donationRewardID": 61,
485
+ "crossplayID": 61,
486
+ "rewardSetID": 4,
487
+ "donationTypeID": 1,
488
+ "minPoints": 40,
489
+ "rewardID": 6901
490
+ },
491
+ {
492
+ "donationRewardID": 62,
493
+ "crossplayID": 62,
494
+ "rewardSetID": 4,
495
+ "donationTypeID": 1,
496
+ "minPoints": 100,
497
+ "rewardID": 6902
498
+ },
499
+ {
500
+ "donationRewardID": 63,
501
+ "crossplayID": 63,
502
+ "rewardSetID": 4,
503
+ "donationTypeID": 1,
504
+ "minPoints": 180,
505
+ "rewardID": 6903
506
+ },
507
+ {
508
+ "donationRewardID": 64,
509
+ "crossplayID": 64,
510
+ "rewardSetID": 4,
511
+ "donationTypeID": 1,
512
+ "minPoints": 320,
513
+ "rewardID": 6904
514
+ },
515
+ {
516
+ "donationRewardID": 65,
517
+ "crossplayID": 65,
518
+ "rewardSetID": 4,
519
+ "donationTypeID": 1,
520
+ "minPoints": 540,
521
+ "rewardID": 6905
522
+ },
523
+ {
524
+ "donationRewardID": 66,
525
+ "crossplayID": 66,
526
+ "rewardSetID": 4,
527
+ "donationTypeID": 1,
528
+ "minPoints": 820,
529
+ "rewardID": 6906
530
+ },
531
+ {
532
+ "donationRewardID": 67,
533
+ "crossplayID": 67,
534
+ "rewardSetID": 4,
535
+ "donationTypeID": 1,
536
+ "minPoints": 1195,
537
+ "rewardID": 6907
538
+ },
539
+ {
540
+ "donationRewardID": 68,
541
+ "crossplayID": 68,
542
+ "rewardSetID": 4,
543
+ "donationTypeID": 1,
544
+ "minPoints": 1745,
545
+ "rewardID": 6908
546
+ },
547
+ {
548
+ "donationRewardID": 69,
549
+ "crossplayID": 69,
550
+ "rewardSetID": 4,
551
+ "donationTypeID": 1,
552
+ "minPoints": 3445,
553
+ "rewardID": 6909
554
+ },
555
+ {
556
+ "donationRewardID": 70,
557
+ "crossplayID": 70,
558
+ "rewardSetID": 4,
559
+ "donationTypeID": 1,
560
+ "minPoints": 6105,
561
+ "rewardID": 6910
562
+ },
563
+ {
564
+ "donationRewardID": 71,
565
+ "crossplayID": 71,
566
+ "rewardSetID": 4,
567
+ "donationTypeID": 2,
568
+ "minPoints": 300,
569
+ "rewardID": 6911
570
+ },
571
+ {
572
+ "donationRewardID": 72,
573
+ "crossplayID": 72,
574
+ "rewardSetID": 4,
575
+ "donationTypeID": 2,
576
+ "minPoints": 1200,
577
+ "rewardID": 6912
578
+ },
579
+ {
580
+ "donationRewardID": 73,
581
+ "crossplayID": 73,
582
+ "rewardSetID": 4,
583
+ "donationTypeID": 2,
584
+ "minPoints": 3200,
585
+ "rewardID": 6913
586
+ },
587
+ {
588
+ "donationRewardID": 74,
589
+ "crossplayID": 74,
590
+ "rewardSetID": 4,
591
+ "donationTypeID": 2,
592
+ "minPoints": 6725,
593
+ "rewardID": 6914
594
+ },
595
+ {
596
+ "donationRewardID": 75,
597
+ "crossplayID": 75,
598
+ "rewardSetID": 4,
599
+ "donationTypeID": 2,
600
+ "minPoints": 11925,
601
+ "rewardID": 6915
602
+ },
603
+ {
604
+ "donationRewardID": 76,
605
+ "crossplayID": 76,
606
+ "rewardSetID": 4,
607
+ "donationTypeID": 2,
608
+ "minPoints": 18475,
609
+ "rewardID": 6916
610
+ },
611
+ {
612
+ "donationRewardID": 77,
613
+ "crossplayID": 77,
614
+ "rewardSetID": 4,
615
+ "donationTypeID": 2,
616
+ "minPoints": 27575,
617
+ "rewardID": 6917
618
+ },
619
+ {
620
+ "donationRewardID": 78,
621
+ "crossplayID": 78,
622
+ "rewardSetID": 4,
623
+ "donationTypeID": 2,
624
+ "minPoints": 40675,
625
+ "rewardID": 6918
626
+ },
627
+ {
628
+ "donationRewardID": 79,
629
+ "crossplayID": 79,
630
+ "rewardSetID": 4,
631
+ "donationTypeID": 2,
632
+ "minPoints": 55025,
633
+ "rewardID": 6919
634
+ },
635
+ {
636
+ "donationRewardID": 80,
637
+ "crossplayID": 80,
638
+ "rewardSetID": 4,
639
+ "donationTypeID": 2,
640
+ "minPoints": 79625,
641
+ "rewardID": 6920
482
642
  }
483
643
  ]
484
644
  }
@@ -17,6 +17,12 @@
17
17
  "crossplayID": 3,
18
18
  "donationItemSetID": 3,
19
19
  "rewardSetID": 3
20
+ },
21
+ {
22
+ "donationSettingID": 4,
23
+ "crossplayID": 4,
24
+ "donationItemSetID": 4,
25
+ "rewardSetID": 4
20
26
  }
21
27
  ]
22
28
  }
package/data/effects.json CHANGED
@@ -2662,62 +2662,6 @@
2662
2662
  "effectTypeID": 157,
2663
2663
  "capID": 99
2664
2664
  },
2665
- {
2666
- "effectID": 31,
2667
- "crossplayID": 31,
2668
- "name": "wallBonusCharge",
2669
- "effectTypeID": 6,
2670
- "capID": 99,
2671
- "areaTypeID": 39
2672
- },
2673
- {
2674
- "effectID": 32,
2675
- "crossplayID": 32,
2676
- "name": "gateBonusCharge",
2677
- "effectTypeID": 7,
2678
- "capID": 99,
2679
- "areaTypeID": 39
2680
- },
2681
- {
2682
- "effectID": 33,
2683
- "crossplayID": 33,
2684
- "name": "defenseUnitAmountWallCharge",
2685
- "effectTypeID": 12,
2686
- "capID": 99,
2687
- "areaTypeID": 39
2688
- },
2689
- {
2690
- "effectID": 34,
2691
- "crossplayID": 34,
2692
- "name": "meleeBonusCharge",
2693
- "effectTypeID": 9,
2694
- "capID": 99,
2695
- "areaTypeID": 39
2696
- },
2697
- {
2698
- "effectID": 35,
2699
- "crossplayID": 35,
2700
- "name": "rangeBonusCharge",
2701
- "effectTypeID": 10,
2702
- "capID": 99,
2703
- "areaTypeID": 39
2704
- },
2705
- {
2706
- "effectID": 36,
2707
- "crossplayID": 36,
2708
- "name": "defenseBonusCharge",
2709
- "effectTypeID": 31,
2710
- "capID": 99,
2711
- "areaTypeID": 39
2712
- },
2713
- {
2714
- "effectID": 37,
2715
- "crossplayID": 37,
2716
- "name": "defenseBoostYardCharge",
2717
- "effectTypeID": 32,
2718
- "capID": 99,
2719
- "areaTypeID": 39
2720
- },
2721
2665
  {
2722
2666
  "effectID": 38,
2723
2667
  "crossplayID": 38,
@@ -2918,7 +2862,7 @@
2918
2862
  "effectID": 337,
2919
2863
  "crossplayID": 337,
2920
2864
  "name": "currencyLootBoostBaronEconomy",
2921
- "effectTypeID": 168,
2865
+ "effectTypeID": 2,
2922
2866
  "capID": 99,
2923
2867
  "sortOrder": "1.2.12"
2924
2868
  },
@@ -4670,7 +4614,7 @@
4670
4614
  {
4671
4615
  "effectID": 12208,
4672
4616
  "name": "relicCurrencyLootBoostNomadTabletsNomad",
4673
- "effectTypeID": 168,
4617
+ "effectTypeID": 2,
4674
4618
  "capID": 99,
4675
4619
  "sortOrder": "6.14.3",
4676
4620
  "isPvEFight": 1
@@ -4678,7 +4622,7 @@
4678
4622
  {
4679
4623
  "effectID": 12209,
4680
4624
  "name": "relicCurrencyLootBoostSamuraiTokensSamurai",
4681
- "effectTypeID": 168,
4625
+ "effectTypeID": 2,
4682
4626
  "capID": 99,
4683
4627
  "sortOrder": "6.16.3",
4684
4628
  "isPvEFight": 1
@@ -4686,7 +4630,7 @@
4686
4630
  {
4687
4631
  "effectID": 12210,
4688
4632
  "name": "relicCurrencyLootBoostKhanMedalsNomad",
4689
- "effectTypeID": 168,
4633
+ "effectTypeID": 2,
4690
4634
  "capID": 99,
4691
4635
  "sortOrder": "6.17.1",
4692
4636
  "isPvEFight": 1
@@ -4694,7 +4638,7 @@
4694
4638
  {
4695
4639
  "effectID": 12211,
4696
4640
  "name": "relicCurrencyLootBoostSamuraiMedalsSamurai",
4697
- "effectTypeID": 168,
4641
+ "effectTypeID": 2,
4698
4642
  "capID": 99,
4699
4643
  "sortOrder": "6.20.1",
4700
4644
  "isPvEFight": 1
@@ -4871,7 +4815,7 @@
4871
4815
  {
4872
4816
  "effectID": 12410,
4873
4817
  "name": "relicCurrencyLootBoostNomadTabletsNomad",
4874
- "effectTypeID": 168,
4818
+ "effectTypeID": 2,
4875
4819
  "capID": 99,
4876
4820
  "sortOrder": "6.14.3",
4877
4821
  "isPvEFight": 1
@@ -4879,7 +4823,7 @@
4879
4823
  {
4880
4824
  "effectID": 12411,
4881
4825
  "name": "relicCurrencyLootBoostSamuraiTokensSamurai",
4882
- "effectTypeID": 168,
4826
+ "effectTypeID": 2,
4883
4827
  "capID": 99,
4884
4828
  "sortOrder": "6.16.3",
4885
4829
  "isPvEFight": 1
@@ -4887,7 +4831,7 @@
4887
4831
  {
4888
4832
  "effectID": 12412,
4889
4833
  "name": "relicCurrencyLootBoostKhanMedalsNomad",
4890
- "effectTypeID": 168,
4834
+ "effectTypeID": 2,
4891
4835
  "capID": 99,
4892
4836
  "sortOrder": "6.17.1",
4893
4837
  "isPvEFight": 1
@@ -4895,7 +4839,7 @@
4895
4839
  {
4896
4840
  "effectID": 12413,
4897
4841
  "name": "relicCurrencyLootBoostSamuraiMedalsSamurai",
4898
- "effectTypeID": 168,
4842
+ "effectTypeID": 2,
4899
4843
  "capID": 99,
4900
4844
  "sortOrder": "6.20.1",
4901
4845
  "isPvEFight": 1