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
@@ -16066,6 +16066,7 @@
16066
16066
  "setID": 1084,
16067
16067
  "wearerID": 2,
16068
16068
  "slotID": 1,
16069
+ "sellRiftShard": 3,
16069
16070
  "effects": "164&200,160&50,158&200,162&200",
16070
16071
  "mightValue": 3750,
16071
16072
  "canSlotGem": 1
@@ -16078,6 +16079,7 @@
16078
16079
  "setID": 1084,
16079
16080
  "wearerID": 2,
16080
16081
  "slotID": 2,
16082
+ "sellRiftShard": 3,
16081
16083
  "effects": "164&200,162&200,163&200,165&50",
16082
16084
  "mightValue": 3450,
16083
16085
  "canSlotGem": 1
@@ -16090,6 +16092,7 @@
16090
16092
  "setID": 1084,
16091
16093
  "wearerID": 2,
16092
16094
  "slotID": 3,
16095
+ "sellRiftShard": 3,
16093
16096
  "effects": "161&200,160&50,162&200,163&60",
16094
16097
  "mightValue": 3150,
16095
16098
  "canSlotGem": 1
@@ -16102,6 +16105,7 @@
16102
16105
  "setID": 1084,
16103
16106
  "wearerID": 2,
16104
16107
  "slotID": 4,
16108
+ "sellRiftShard": 3,
16105
16109
  "effects": "162&200,160&50,159&200,164&200",
16106
16110
  "mightValue": 3150,
16107
16111
  "canSlotGem": 1
@@ -16114,6 +16118,7 @@
16114
16118
  "setID": 1084,
16115
16119
  "wearerID": 2,
16116
16120
  "slotID": 6,
16121
+ "sellRiftShard": 116,
16117
16122
  "effects": "154&2,155&400,156&400,160&50,157&60,158&100",
16118
16123
  "rarenessID": 10,
16119
16124
  "picID": 1369,
@@ -16128,6 +16133,7 @@
16128
16133
  "setID": 1085,
16129
16134
  "wearerID": 2,
16130
16135
  "slotID": 1,
16136
+ "sellRiftShard": 30,
16131
16137
  "effects": "164&400,160&75,158&400,162&400",
16132
16138
  "mightValue": 3750,
16133
16139
  "canSlotGem": 1
@@ -16140,6 +16146,7 @@
16140
16146
  "setID": 1085,
16141
16147
  "wearerID": 2,
16142
16148
  "slotID": 2,
16149
+ "sellRiftShard": 30,
16143
16150
  "effects": "164&400,162&400,163&400,165&75",
16144
16151
  "mightValue": 3450,
16145
16152
  "canSlotGem": 1
@@ -16152,6 +16159,7 @@
16152
16159
  "setID": 1085,
16153
16160
  "wearerID": 2,
16154
16161
  "slotID": 3,
16162
+ "sellRiftShard": 30,
16155
16163
  "effects": "161&400,160&75,162&400,163&120",
16156
16164
  "mightValue": 3150,
16157
16165
  "canSlotGem": 1
@@ -16164,6 +16172,7 @@
16164
16172
  "setID": 1085,
16165
16173
  "wearerID": 2,
16166
16174
  "slotID": 4,
16175
+ "sellRiftShard": 30,
16167
16176
  "effects": "162&400,160&75,159&400,164&400",
16168
16177
  "mightValue": 3150,
16169
16178
  "canSlotGem": 1
@@ -16176,6 +16185,7 @@
16176
16185
  "setID": 1085,
16177
16186
  "wearerID": 2,
16178
16187
  "slotID": 6,
16188
+ "sellRiftShard": 1160,
16179
16189
  "effects": "154&3,155&500,156&500,160&75,157&120,158&200",
16180
16190
  "rarenessID": 10,
16181
16191
  "picID": 1374,
@@ -16190,6 +16200,7 @@
16190
16200
  "setID": 1086,
16191
16201
  "wearerID": 2,
16192
16202
  "slotID": 1,
16203
+ "sellRiftShard": 297,
16193
16204
  "effects": "164&510,160&100,158&510,162&510",
16194
16205
  "mightValue": 3750,
16195
16206
  "canSlotGem": 1
@@ -16202,6 +16213,7 @@
16202
16213
  "setID": 1086,
16203
16214
  "wearerID": 2,
16204
16215
  "slotID": 2,
16216
+ "sellRiftShard": 297,
16205
16217
  "effects": "164&510,162&510,163&510,165&100",
16206
16218
  "mightValue": 3450,
16207
16219
  "canSlotGem": 1
@@ -16214,6 +16226,7 @@
16214
16226
  "setID": 1086,
16215
16227
  "wearerID": 2,
16216
16228
  "slotID": 3,
16229
+ "sellRiftShard": 297,
16217
16230
  "effects": "161&510,160&100,162&510,163&155",
16218
16231
  "mightValue": 3150,
16219
16232
  "canSlotGem": 1
@@ -16226,6 +16239,7 @@
16226
16239
  "setID": 1086,
16227
16240
  "wearerID": 2,
16228
16241
  "slotID": 4,
16242
+ "sellRiftShard": 297,
16229
16243
  "effects": "162&510,160&100,159&510,164&510",
16230
16244
  "mightValue": 3150,
16231
16245
  "canSlotGem": 1
@@ -16238,6 +16252,7 @@
16238
16252
  "setID": 1086,
16239
16253
  "wearerID": 2,
16240
16254
  "slotID": 6,
16255
+ "sellRiftShard": 11600,
16241
16256
  "effects": "154&4,155&510,156&510,160&100,157&155,158&255",
16242
16257
  "rarenessID": 10,
16243
16258
  "picID": 1379,
@@ -16772,6 +16787,7 @@
16772
16787
  "setID": 1091,
16773
16788
  "wearerID": 2,
16774
16789
  "slotID": 1,
16790
+ "sellRiftShard": 1,
16775
16791
  "effects": "165&50,164&55,162&50,172&597+500",
16776
16792
  "mightValue": 3750,
16777
16793
  "canSlotGem": 1
@@ -16784,6 +16800,7 @@
16784
16800
  "setID": 1091,
16785
16801
  "wearerID": 2,
16786
16802
  "slotID": 2,
16803
+ "sellRiftShard": 1,
16787
16804
  "effects": "162&40,163&80,165&50,172&594+500",
16788
16805
  "mightValue": 3450,
16789
16806
  "canSlotGem": 1
@@ -16796,6 +16813,7 @@
16796
16813
  "setID": 1091,
16797
16814
  "wearerID": 2,
16798
16815
  "slotID": 3,
16816
+ "sellRiftShard": 1,
16799
16817
  "effects": "161&120,160&50,163&80,172&597+500",
16800
16818
  "mightValue": 3150,
16801
16819
  "canSlotGem": 1
@@ -16808,6 +16826,7 @@
16808
16826
  "setID": 1091,
16809
16827
  "wearerID": 2,
16810
16828
  "slotID": 4,
16829
+ "sellRiftShard": 1,
16811
16830
  "effects": "160&50,162&40,164&55,172&594+500",
16812
16831
  "mightValue": 3150,
16813
16832
  "canSlotGem": 1
@@ -16820,6 +16839,7 @@
16820
16839
  "setID": 1091,
16821
16840
  "wearerID": 2,
16822
16841
  "slotID": 6,
16842
+ "sellRiftShard": 39,
16823
16843
  "effects": "154&1,171&15,157&30,158&85,160&100,172&594+500",
16824
16844
  "rarenessID": 10,
16825
16845
  "picID": 1449,
@@ -16834,6 +16854,7 @@
16834
16854
  "setID": 1092,
16835
16855
  "wearerID": 2,
16836
16856
  "slotID": 1,
16857
+ "sellRiftShard": 10,
16837
16858
  "effects": "165&75,164&140,162&135,172&597+1000",
16838
16859
  "mightValue": 3750,
16839
16860
  "canSlotGem": 1
@@ -16846,6 +16867,7 @@
16846
16867
  "setID": 1092,
16847
16868
  "wearerID": 2,
16848
16869
  "slotID": 2,
16870
+ "sellRiftShard": 10,
16849
16871
  "effects": "162&130,163&115,165&75,172&594+1000",
16850
16872
  "mightValue": 3450,
16851
16873
  "canSlotGem": 1
@@ -16858,6 +16880,7 @@
16858
16880
  "setID": 1092,
16859
16881
  "wearerID": 2,
16860
16882
  "slotID": 3,
16883
+ "sellRiftShard": 10,
16861
16884
  "effects": "161&170,160&75,163&115,172&597+1000",
16862
16885
  "mightValue": 3150,
16863
16886
  "canSlotGem": 1
@@ -16870,6 +16893,7 @@
16870
16893
  "setID": 1092,
16871
16894
  "wearerID": 2,
16872
16895
  "slotID": 4,
16896
+ "sellRiftShard": 10,
16873
16897
  "effects": "160&75,162&130,164&140,172&594+1000",
16874
16898
  "mightValue": 3150,
16875
16899
  "canSlotGem": 1
@@ -16882,6 +16906,7 @@
16882
16906
  "setID": 1092,
16883
16907
  "wearerID": 2,
16884
16908
  "slotID": 6,
16909
+ "sellRiftShard": 387,
16885
16910
  "effects": "154&2,171&20,157&45,158&150,160&125,172&594+1000",
16886
16911
  "rarenessID": 10,
16887
16912
  "picID": 1454,
@@ -16896,6 +16921,7 @@
16896
16921
  "setID": 1093,
16897
16922
  "wearerID": 2,
16898
16923
  "slotID": 1,
16924
+ "sellRiftShard": 99,
16899
16925
  "effects": "165&100,164&220,162&220,172&597+1500",
16900
16926
  "mightValue": 3750,
16901
16927
  "canSlotGem": 1
@@ -16908,6 +16934,7 @@
16908
16934
  "setID": 1093,
16909
16935
  "wearerID": 2,
16910
16936
  "slotID": 2,
16937
+ "sellRiftShard": 99,
16911
16938
  "effects": "162&220,163&145,165&100,172&594+1500",
16912
16939
  "mightValue": 3450,
16913
16940
  "canSlotGem": 1
@@ -16920,6 +16947,7 @@
16920
16947
  "setID": 1093,
16921
16948
  "wearerID": 2,
16922
16949
  "slotID": 3,
16950
+ "sellRiftShard": 99,
16923
16951
  "effects": "161&220,160&100,163&145,172&597+1500",
16924
16952
  "mightValue": 3150,
16925
16953
  "canSlotGem": 1
@@ -16932,6 +16960,7 @@
16932
16960
  "setID": 1093,
16933
16961
  "wearerID": 2,
16934
16962
  "slotID": 4,
16963
+ "sellRiftShard": 99,
16935
16964
  "effects": "160&100,162&220,164&220,172&594+1500",
16936
16965
  "mightValue": 3150,
16937
16966
  "canSlotGem": 1
@@ -16944,6 +16973,7 @@
16944
16973
  "setID": 1093,
16945
16974
  "wearerID": 2,
16946
16975
  "slotID": 6,
16976
+ "sellRiftShard": 3867,
16947
16977
  "effects": "154&3,171&25,157&65,158&210,160&150,172&594+1500",
16948
16978
  "rarenessID": 10,
16949
16979
  "picID": 1459,
@@ -17656,5 +17686,206 @@
17656
17686
  "mightValue": 0,
17657
17687
  "canSlotGem": 0,
17658
17688
  "skinID": 41
17689
+ },
17690
+ {
17691
+ "equipmentID": 1511,
17692
+ "crossplayID": 1511,
17693
+ "comment1": "9 piece ARE set - Legendary Dragon 1",
17694
+ "comment2": "Armor",
17695
+ "setID": 1097,
17696
+ "wearerID": 2,
17697
+ "slotID": 1,
17698
+ "sellRiftShard": 15,
17699
+ "effects": "165&50,164&330,162&380,197&785+400",
17700
+ "mightValue": 3750,
17701
+ "canSlotGem": 1
17702
+ },
17703
+ {
17704
+ "equipmentID": 1512,
17705
+ "crossplayID": 1512,
17706
+ "comment1": "9 piece ARE set - Legendary Dragon 1",
17707
+ "comment2": "Weapon",
17708
+ "setID": 1097,
17709
+ "wearerID": 2,
17710
+ "slotID": 2,
17711
+ "sellRiftShard": 15,
17712
+ "effects": "164&330,161&245,165&50,197&785+400",
17713
+ "mightValue": 3450,
17714
+ "canSlotGem": 1
17715
+ },
17716
+ {
17717
+ "equipmentID": 1513,
17718
+ "crossplayID": 1513,
17719
+ "comment1": "9 piece ARE set - Legendary Dragon 1",
17720
+ "comment2": "Helmet",
17721
+ "setID": 1097,
17722
+ "wearerID": 2,
17723
+ "slotID": 3,
17724
+ "sellRiftShard": 15,
17725
+ "effects": "161&245,160&50,163&380,197&785+400",
17726
+ "mightValue": 3150,
17727
+ "canSlotGem": 1
17728
+ },
17729
+ {
17730
+ "equipmentID": 1514,
17731
+ "crossplayID": 1514,
17732
+ "comment1": "9 piece ARE set - Legendary Dragon 1",
17733
+ "comment2": "Artifact",
17734
+ "setID": 1097,
17735
+ "wearerID": 2,
17736
+ "slotID": 4,
17737
+ "sellRiftShard": 15,
17738
+ "effects": "160&50,164&330,162&380,197&785+400",
17739
+ "mightValue": 3150,
17740
+ "canSlotGem": 1
17741
+ },
17742
+ {
17743
+ "equipmentID": 1515,
17744
+ "crossplayID": 1515,
17745
+ "comment1": "9 piece ARE set - Legendary Dragon 1",
17746
+ "comment2": "Commander",
17747
+ "setID": 1097,
17748
+ "wearerID": 2,
17749
+ "slotID": 6,
17750
+ "sellRiftShard": 580,
17751
+ "effects": "154&1,157&115,159&220,160&100,197&785+200,197&786+40",
17752
+ "rarenessID": 10,
17753
+ "picID": 1515,
17754
+ "mightValue": 3300,
17755
+ "canSlotGem": 0
17756
+ },
17757
+ {
17758
+ "equipmentID": 1516,
17759
+ "crossplayID": 1516,
17760
+ "comment1": "9 piece ARE set - Legendary Dragon 2",
17761
+ "comment2": "Armor",
17762
+ "setID": 1098,
17763
+ "wearerID": 2,
17764
+ "slotID": 1,
17765
+ "sellRiftShard": 149,
17766
+ "effects": "165&75,164&520,162&600,197&785+800",
17767
+ "mightValue": 3750,
17768
+ "canSlotGem": 1
17769
+ },
17770
+ {
17771
+ "equipmentID": 1517,
17772
+ "crossplayID": 1517,
17773
+ "comment1": "9 piece ARE set - Legendary Dragon 2",
17774
+ "comment2": "Weapon",
17775
+ "setID": 1098,
17776
+ "wearerID": 2,
17777
+ "slotID": 2,
17778
+ "sellRiftShard": 149,
17779
+ "effects": "164&520,161&385,165&75,197&785+800",
17780
+ "mightValue": 3450,
17781
+ "canSlotGem": 1
17782
+ },
17783
+ {
17784
+ "equipmentID": 1518,
17785
+ "crossplayID": 1518,
17786
+ "comment1": "9 piece ARE set - Legendary Dragon 2",
17787
+ "comment2": "Helmet",
17788
+ "setID": 1098,
17789
+ "wearerID": 2,
17790
+ "slotID": 3,
17791
+ "sellRiftShard": 149,
17792
+ "effects": "161&380,160&75,163&600,197&785+800",
17793
+ "mightValue": 3150,
17794
+ "canSlotGem": 1
17795
+ },
17796
+ {
17797
+ "equipmentID": 1519,
17798
+ "crossplayID": 1519,
17799
+ "comment1": "9 piece ARE set - Legendary Dragon 2",
17800
+ "comment2": "Artifact",
17801
+ "setID": 1098,
17802
+ "wearerID": 2,
17803
+ "slotID": 4,
17804
+ "sellRiftShard": 149,
17805
+ "effects": "160&75,164&520,162&600,197&785+800",
17806
+ "mightValue": 3150,
17807
+ "canSlotGem": 1
17808
+ },
17809
+ {
17810
+ "equipmentID": 1520,
17811
+ "crossplayID": 1520,
17812
+ "comment1": "9 piece ARE set - Legendary Dragon 2",
17813
+ "comment2": "Commander",
17814
+ "setID": 1098,
17815
+ "wearerID": 2,
17816
+ "slotID": 6,
17817
+ "sellRiftShard": 5800,
17818
+ "effects": "154&2,157&180,159&345,160&125,197&785+400,197&786+80",
17819
+ "rarenessID": 10,
17820
+ "picID": 1520,
17821
+ "mightValue": 3300,
17822
+ "canSlotGem": 0
17823
+ },
17824
+ {
17825
+ "equipmentID": 1521,
17826
+ "crossplayID": 1521,
17827
+ "comment1": "9 piece ARE set - Legendary Dragon 3",
17828
+ "comment2": "Armor",
17829
+ "setID": 1099,
17830
+ "wearerID": 2,
17831
+ "slotID": 1,
17832
+ "sellRiftShard": 1487,
17833
+ "effects": "165&100,164&715,162&825,197&785+1200",
17834
+ "mightValue": 3750,
17835
+ "canSlotGem": 1
17836
+ },
17837
+ {
17838
+ "equipmentID": 1522,
17839
+ "crossplayID": 1522,
17840
+ "comment1": "9 piece ARE set - Legendary Dragon 3",
17841
+ "comment2": "Weapon",
17842
+ "setID": 1099,
17843
+ "wearerID": 2,
17844
+ "slotID": 2,
17845
+ "sellRiftShard": 1487,
17846
+ "effects": "164&715,161&530,165&100,197&785+1200",
17847
+ "mightValue": 3450,
17848
+ "canSlotGem": 1
17849
+ },
17850
+ {
17851
+ "equipmentID": 1523,
17852
+ "crossplayID": 1523,
17853
+ "comment1": "9 piece ARE set - Legendary Dragon 3",
17854
+ "comment2": "Helmet",
17855
+ "setID": 1099,
17856
+ "wearerID": 2,
17857
+ "slotID": 3,
17858
+ "sellRiftShard": 1487,
17859
+ "effects": "161&530,160&100,163&825,197&785+1200",
17860
+ "mightValue": 3150,
17861
+ "canSlotGem": 1
17862
+ },
17863
+ {
17864
+ "equipmentID": 1524,
17865
+ "crossplayID": 1524,
17866
+ "comment1": "9 piece ARE set - Legendary Dragon 3",
17867
+ "comment2": "Artifact",
17868
+ "setID": 1099,
17869
+ "wearerID": 2,
17870
+ "slotID": 4,
17871
+ "sellRiftShard": 1487,
17872
+ "effects": "160&100,164&715,162&825,197&785+1200",
17873
+ "mightValue": 3150,
17874
+ "canSlotGem": 1
17875
+ },
17876
+ {
17877
+ "equipmentID": 1525,
17878
+ "crossplayID": 1525,
17879
+ "comment1": "9 piece ARE set - Legendary Dragon 3",
17880
+ "comment2": "Commander",
17881
+ "setID": 1099,
17882
+ "wearerID": 2,
17883
+ "slotID": 6,
17884
+ "sellRiftShard": 57999,
17885
+ "effects": "154&3,157&250,159&475,160&150,197&785+600,197&786+120",
17886
+ "rarenessID": 10,
17887
+ "picID": 1525,
17888
+ "mightValue": 3300,
17889
+ "canSlotGem": 0
17659
17890
  }
17660
17891
  ]
@@ -4,7 +4,7 @@
4
4
  "crossplayID": 0,
5
5
  "saleValue": 11000,
6
6
  "insertCostC1": 80000,
7
- "removalCostC2": 20000
7
+ "removalCostC2": 200
8
8
  },
9
9
  {
10
10
  "gemLevelID": 1,
@@ -24,7 +24,7 @@
24
24
  "craftSuccessChance": 80,
25
25
  "craftCostC1": 1000,
26
26
  "craftCostC2": 250,
27
- "removalCostC2": 300
27
+ "removalCostC2": 200
28
28
  },
29
29
  {
30
30
  "gemLevelID": 3,
@@ -34,7 +34,7 @@
34
34
  "craftSuccessChance": 60,
35
35
  "craftCostC1": 2500,
36
36
  "craftCostC2": 550,
37
- "removalCostC2": 400
37
+ "removalCostC2": 200
38
38
  },
39
39
  {
40
40
  "gemLevelID": 4,
@@ -44,7 +44,7 @@
44
44
  "craftSuccessChance": 40,
45
45
  "craftCostC1": 5000,
46
46
  "craftCostC2": 950,
47
- "removalCostC2": 500
47
+ "removalCostC2": 200
48
48
  },
49
49
  {
50
50
  "gemLevelID": 5,
@@ -54,7 +54,7 @@
54
54
  "craftSuccessChance": 20,
55
55
  "craftCostC1": 7500,
56
56
  "craftCostC2": 1250,
57
- "removalCostC2": 1000
57
+ "removalCostC2": 200
58
58
  },
59
59
  {
60
60
  "gemLevelID": 6,
@@ -64,7 +64,7 @@
64
64
  "craftSuccessChance": 10,
65
65
  "craftCostC1": 10000,
66
66
  "craftCostC2": 2500,
67
- "removalCostC2": 2000
67
+ "removalCostC2": 200
68
68
  },
69
69
  {
70
70
  "gemLevelID": 7,
@@ -74,7 +74,7 @@
74
74
  "craftSuccessChance": 8,
75
75
  "craftCostC1": 15000,
76
76
  "craftCostC2": 12500,
77
- "removalCostC2": 3000
77
+ "removalCostC2": 200
78
78
  },
79
79
  {
80
80
  "gemLevelID": 8,
@@ -84,7 +84,7 @@
84
84
  "craftSuccessChance": 4,
85
85
  "craftCostC1": 25000,
86
86
  "craftCostC2": 25000,
87
- "removalCostC2": 5000
87
+ "removalCostC2": 200
88
88
  },
89
89
  {
90
90
  "gemLevelID": 9,
@@ -94,7 +94,7 @@
94
94
  "craftSuccessChance": 2,
95
95
  "craftCostC1": 35000,
96
96
  "craftCostC2": 50000,
97
- "removalCostC2": 7500
97
+ "removalCostC2": 200
98
98
  },
99
99
  {
100
100
  "gemLevelID": 10,
@@ -104,7 +104,7 @@
104
104
  "craftSuccessChance": 2,
105
105
  "craftCostC1": 45000,
106
106
  "craftCostC2": 75000,
107
- "removalCostC2": 10000
107
+ "removalCostC2": 200
108
108
  },
109
109
  {
110
110
  "gemLevelID": 11,
@@ -114,7 +114,7 @@
114
114
  "craftSuccessChance": 2,
115
115
  "craftCostC1": 70000,
116
116
  "craftCostC2": 150000,
117
- "removalCostC2": 15000
117
+ "removalCostC2": 200
118
118
  },
119
119
  {
120
120
  "gemLevelID": 12,
@@ -124,13 +124,13 @@
124
124
  "craftSuccessChance": 2,
125
125
  "craftCostC1": 105000,
126
126
  "craftCostC2": 225000,
127
- "removalCostC2": 17500
127
+ "removalCostC2": 200
128
128
  },
129
129
  {
130
130
  "gemLevelID": 13,
131
131
  "crossplayID": 13,
132
132
  "saleValue": 11000,
133
133
  "insertCostC1": 80000,
134
- "removalCostC2": 20000
134
+ "removalCostC2": 200
135
135
  }
136
136
  ]