@c3d.gg/mwi-types 1.7.0 → 1.8.1

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 (98) hide show
  1. package/LICENSE +24 -0
  2. package/README.md +19 -134
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/domains/items/index.d.ts +0 -1
  5. package/dist/domains/items/index.d.ts.map +1 -1
  6. package/dist/domains/items/index.js +0 -1
  7. package/dist/domains/items/index.js.map +1 -1
  8. package/package.json +132 -160
  9. package/dist/domains/abilities/abilities.json +0 -3331
  10. package/dist/domains/actions/action_categories.json +0 -356
  11. package/dist/domains/actions/action_types.json +0 -57
  12. package/dist/domains/actions/actions.json +0 -41966
  13. package/dist/domains/actions/utils.d.ts +0 -9
  14. package/dist/domains/actions/utils.d.ts.map +0 -1
  15. package/dist/domains/actions/utils.js +0 -27
  16. package/dist/domains/actions/utils.js.map +0 -1
  17. package/dist/domains/avatar/avatar_outfits.json +0 -572
  18. package/dist/domains/avatar/avatars.json +0 -512
  19. package/dist/domains/buffs/buff_types.json +0 -474
  20. package/dist/domains/buffs/community_buff_types.json +0 -119
  21. package/dist/domains/chat/chat_channel_types.json +0 -128
  22. package/dist/domains/chat/chat_icons.json +0 -4352
  23. package/dist/domains/combat/combat_style.json +0 -68
  24. package/dist/domains/combat/combat_trigger_comparator.json +0 -26
  25. package/dist/domains/combat/combat_trigger_condition.json +0 -596
  26. package/dist/domains/combat/combat_trigger_dependency.json +0 -30
  27. package/dist/domains/combat/damage_type.json +0 -22
  28. package/dist/domains/game-mode/game_mode.json +0 -32
  29. package/dist/domains/guild/guild_character_role.json +0 -58
  30. package/dist/domains/house/house_rooms.json +0 -5553
  31. package/dist/domains/items/equipment_types.json +0 -152
  32. package/dist/domains/items/item_categories.json +0 -50
  33. package/dist/domains/items/item_locations.json +0 -220
  34. package/dist/domains/items/items.json +0 -65871
  35. package/dist/domains/items/utils.d.ts +0 -12
  36. package/dist/domains/items/utils.d.ts.map +0 -1
  37. package/dist/domains/items/utils.js +0 -44
  38. package/dist/domains/items/utils.js.map +0 -1
  39. package/dist/domains/leaderboard/leaderboard_categories.json +0 -149
  40. package/dist/domains/leaderboard/leaderboard_types.json +0 -56
  41. package/dist/domains/monsters/monsters.json +0 -9313
  42. package/dist/domains/monsters/utils.d.ts +0 -6
  43. package/dist/domains/monsters/utils.d.ts.map +0 -1
  44. package/dist/domains/monsters/utils.js +0 -21
  45. package/dist/domains/monsters/utils.js.map +0 -1
  46. package/dist/domains/name/name_colors.json +0 -975
  47. package/dist/domains/recipes/recipes.json +0 -21268
  48. package/dist/domains/recipes/utils.d.ts +0 -11
  49. package/dist/domains/recipes/utils.d.ts.map +0 -1
  50. package/dist/domains/recipes/utils.js +0 -88
  51. package/dist/domains/recipes/utils.js.map +0 -1
  52. package/dist/domains/shared/openable_loot_drop.json +0 -1276
  53. package/dist/domains/shop/buyable_upgrades.json +0 -338
  54. package/dist/domains/shop/purchase_bundles.json +0 -226
  55. package/dist/domains/shop/shop_categories.json +0 -12
  56. package/dist/domains/shop/shop_items.json +0 -758
  57. package/dist/domains/skills/skills.json +0 -128
  58. package/dist/domains/skills/utils.d.ts +0 -3
  59. package/dist/domains/skills/utils.d.ts.map +0 -1
  60. package/dist/domains/skills/utils.js +0 -7
  61. package/dist/domains/skills/utils.js.map +0 -1
  62. package/dist/domains/tasks/random_task_type.json +0 -56
  63. package/dist/domains/tasks/task_shop_items.json +0 -42
  64. package/src/domains/abilities/abilities.json +0 -3331
  65. package/src/domains/actions/action_categories.json +0 -356
  66. package/src/domains/actions/action_types.json +0 -57
  67. package/src/domains/actions/actions.json +0 -41966
  68. package/src/domains/avatar/avatar_outfits.json +0 -572
  69. package/src/domains/avatar/avatars.json +0 -512
  70. package/src/domains/buffs/buff_types.json +0 -474
  71. package/src/domains/buffs/community_buff_types.json +0 -119
  72. package/src/domains/chat/chat_channel_types.json +0 -128
  73. package/src/domains/chat/chat_icons.json +0 -4352
  74. package/src/domains/combat/combat_style.json +0 -68
  75. package/src/domains/combat/combat_trigger_comparator.json +0 -26
  76. package/src/domains/combat/combat_trigger_condition.json +0 -596
  77. package/src/domains/combat/combat_trigger_dependency.json +0 -30
  78. package/src/domains/combat/damage_type.json +0 -22
  79. package/src/domains/game-mode/game_mode.json +0 -32
  80. package/src/domains/guild/guild_character_role.json +0 -58
  81. package/src/domains/house/house_rooms.json +0 -5553
  82. package/src/domains/items/equipment_types.json +0 -152
  83. package/src/domains/items/item_categories.json +0 -50
  84. package/src/domains/items/item_locations.json +0 -220
  85. package/src/domains/items/items.json +0 -65871
  86. package/src/domains/leaderboard/leaderboard_categories.json +0 -149
  87. package/src/domains/leaderboard/leaderboard_types.json +0 -56
  88. package/src/domains/monsters/monsters.json +0 -9313
  89. package/src/domains/name/name_colors.json +0 -975
  90. package/src/domains/recipes/recipes.json +0 -21268
  91. package/src/domains/shared/openable_loot_drop.json +0 -1276
  92. package/src/domains/shop/buyable_upgrades.json +0 -338
  93. package/src/domains/shop/purchase_bundles.json +0 -226
  94. package/src/domains/shop/shop_categories.json +0 -12
  95. package/src/domains/shop/shop_items.json +0 -758
  96. package/src/domains/skills/skills.json +0 -128
  97. package/src/domains/tasks/random_task_type.json +0 -56
  98. package/src/domains/tasks/task_shop_items.json +0 -42
@@ -1,758 +0,0 @@
1
- [
2
- {
3
- "hrid": "/shop_items/acrobats_ribbon",
4
- "category": "/shop_categories/dungeon",
5
- "itemHrid": "/items/acrobats_ribbon",
6
- "costs": [
7
- {
8
- "itemHrid": "/items/sinister_token",
9
- "count": 2000
10
- }
11
- ],
12
- "sortIndex": 45
13
- },
14
- {
15
- "hrid": "/shop_items/bishops_scroll",
16
- "category": "/shop_categories/dungeon",
17
- "itemHrid": "/items/bishops_scroll",
18
- "costs": [
19
- {
20
- "itemHrid": "/items/enchanted_token",
21
- "count": 2000
22
- }
23
- ],
24
- "sortIndex": 53
25
- },
26
- {
27
- "hrid": "/shop_items/chaotic_chain",
28
- "category": "/shop_categories/dungeon",
29
- "itemHrid": "/items/chaotic_chain",
30
- "costs": [
31
- {
32
- "itemHrid": "/items/sinister_token",
33
- "count": 3000
34
- }
35
- ],
36
- "sortIndex": 47
37
- },
38
- {
39
- "hrid": "/shop_items/cheese_alembic",
40
- "category": "/shop_categories/general",
41
- "itemHrid": "/items/cheese_alembic",
42
- "costs": [
43
- {
44
- "itemHrid": "/items/coin",
45
- "count": 5000
46
- }
47
- ],
48
- "sortIndex": 18
49
- },
50
- {
51
- "hrid": "/shop_items/cheese_brush",
52
- "category": "/shop_categories/general",
53
- "itemHrid": "/items/cheese_brush",
54
- "costs": [
55
- {
56
- "itemHrid": "/items/coin",
57
- "count": 5000
58
- }
59
- ],
60
- "sortIndex": 10
61
- },
62
- {
63
- "hrid": "/shop_items/cheese_chisel",
64
- "category": "/shop_categories/general",
65
- "itemHrid": "/items/cheese_chisel",
66
- "costs": [
67
- {
68
- "itemHrid": "/items/coin",
69
- "count": 5000
70
- }
71
- ],
72
- "sortIndex": 14
73
- },
74
- {
75
- "hrid": "/shop_items/cheese_enhancer",
76
- "category": "/shop_categories/general",
77
- "itemHrid": "/items/cheese_enhancer",
78
- "costs": [
79
- {
80
- "itemHrid": "/items/coin",
81
- "count": 5000
82
- }
83
- ],
84
- "sortIndex": 19
85
- },
86
- {
87
- "hrid": "/shop_items/cheese_hammer",
88
- "category": "/shop_categories/general",
89
- "itemHrid": "/items/cheese_hammer",
90
- "costs": [
91
- {
92
- "itemHrid": "/items/coin",
93
- "count": 5000
94
- }
95
- ],
96
- "sortIndex": 13
97
- },
98
- {
99
- "hrid": "/shop_items/cheese_hatchet",
100
- "category": "/shop_categories/general",
101
- "itemHrid": "/items/cheese_hatchet",
102
- "costs": [
103
- {
104
- "itemHrid": "/items/coin",
105
- "count": 5000
106
- }
107
- ],
108
- "sortIndex": 12
109
- },
110
- {
111
- "hrid": "/shop_items/cheese_mace",
112
- "category": "/shop_categories/general",
113
- "itemHrid": "/items/cheese_mace",
114
- "costs": [
115
- {
116
- "itemHrid": "/items/coin",
117
- "count": 5000
118
- }
119
- ],
120
- "sortIndex": 4
121
- },
122
- {
123
- "hrid": "/shop_items/cheese_needle",
124
- "category": "/shop_categories/general",
125
- "itemHrid": "/items/cheese_needle",
126
- "costs": [
127
- {
128
- "itemHrid": "/items/coin",
129
- "count": 5000
130
- }
131
- ],
132
- "sortIndex": 15
133
- },
134
- {
135
- "hrid": "/shop_items/cheese_pot",
136
- "category": "/shop_categories/general",
137
- "itemHrid": "/items/cheese_pot",
138
- "costs": [
139
- {
140
- "itemHrid": "/items/coin",
141
- "count": 5000
142
- }
143
- ],
144
- "sortIndex": 17
145
- },
146
- {
147
- "hrid": "/shop_items/cheese_shears",
148
- "category": "/shop_categories/general",
149
- "itemHrid": "/items/cheese_shears",
150
- "costs": [
151
- {
152
- "itemHrid": "/items/coin",
153
- "count": 5000
154
- }
155
- ],
156
- "sortIndex": 11
157
- },
158
- {
159
- "hrid": "/shop_items/cheese_spatula",
160
- "category": "/shop_categories/general",
161
- "itemHrid": "/items/cheese_spatula",
162
- "costs": [
163
- {
164
- "itemHrid": "/items/coin",
165
- "count": 5000
166
- }
167
- ],
168
- "sortIndex": 16
169
- },
170
- {
171
- "hrid": "/shop_items/cheese_spear",
172
- "category": "/shop_categories/general",
173
- "itemHrid": "/items/cheese_spear",
174
- "costs": [
175
- {
176
- "itemHrid": "/items/coin",
177
- "count": 5000
178
- }
179
- ],
180
- "sortIndex": 3
181
- },
182
- {
183
- "hrid": "/shop_items/cheese_sword",
184
- "category": "/shop_categories/general",
185
- "itemHrid": "/items/cheese_sword",
186
- "costs": [
187
- {
188
- "itemHrid": "/items/coin",
189
- "count": 5000
190
- }
191
- ],
192
- "sortIndex": 2
193
- },
194
- {
195
- "hrid": "/shop_items/chimerical_essence",
196
- "category": "/shop_categories/dungeon",
197
- "itemHrid": "/items/chimerical_essence",
198
- "costs": [
199
- {
200
- "itemHrid": "/items/chimerical_token",
201
- "count": 1
202
- }
203
- ],
204
- "sortIndex": 37
205
- },
206
- {
207
- "hrid": "/shop_items/chimerical_quiver",
208
- "category": "/shop_categories/dungeon",
209
- "itemHrid": "/items/chimerical_quiver",
210
- "costs": [
211
- {
212
- "itemHrid": "/items/chimerical_token",
213
- "count": 35000
214
- }
215
- ],
216
- "sortIndex": 43
217
- },
218
- {
219
- "hrid": "/shop_items/corsair_crest",
220
- "category": "/shop_categories/dungeon",
221
- "itemHrid": "/items/corsair_crest",
222
- "costs": [
223
- {
224
- "itemHrid": "/items/pirate_token",
225
- "count": 2000
226
- }
227
- ],
228
- "sortIndex": 59
229
- },
230
- {
231
- "hrid": "/shop_items/cursed_ball",
232
- "category": "/shop_categories/dungeon",
233
- "itemHrid": "/items/cursed_ball",
234
- "costs": [
235
- {
236
- "itemHrid": "/items/sinister_token",
237
- "count": 3000
238
- }
239
- ],
240
- "sortIndex": 48
241
- },
242
- {
243
- "hrid": "/shop_items/damaged_anchor",
244
- "category": "/shop_categories/dungeon",
245
- "itemHrid": "/items/damaged_anchor",
246
- "costs": [
247
- {
248
- "itemHrid": "/items/pirate_token",
249
- "count": 2000
250
- }
251
- ],
252
- "sortIndex": 60
253
- },
254
- {
255
- "hrid": "/shop_items/dodocamel_plume",
256
- "category": "/shop_categories/dungeon",
257
- "itemHrid": "/items/dodocamel_plume",
258
- "costs": [
259
- {
260
- "itemHrid": "/items/chimerical_token",
261
- "count": 3000
262
- }
263
- ],
264
- "sortIndex": 41
265
- },
266
- {
267
- "hrid": "/shop_items/enchanted_cloak",
268
- "category": "/shop_categories/dungeon",
269
- "itemHrid": "/items/enchanted_cloak",
270
- "costs": [
271
- {
272
- "itemHrid": "/items/enchanted_token",
273
- "count": 27000
274
- }
275
- ],
276
- "sortIndex": 56
277
- },
278
- {
279
- "hrid": "/shop_items/enchanted_essence",
280
- "category": "/shop_categories/dungeon",
281
- "itemHrid": "/items/enchanted_essence",
282
- "costs": [
283
- {
284
- "itemHrid": "/items/enchanted_token",
285
- "count": 1
286
- }
287
- ],
288
- "sortIndex": 50
289
- },
290
- {
291
- "hrid": "/shop_items/griffin_leather",
292
- "category": "/shop_categories/dungeon",
293
- "itemHrid": "/items/griffin_leather",
294
- "costs": [
295
- {
296
- "itemHrid": "/items/chimerical_token",
297
- "count": 600
298
- }
299
- ],
300
- "sortIndex": 38
301
- },
302
- {
303
- "hrid": "/shop_items/griffin_talon",
304
- "category": "/shop_categories/dungeon",
305
- "itemHrid": "/items/griffin_talon",
306
- "costs": [
307
- {
308
- "itemHrid": "/items/chimerical_token",
309
- "count": 3000
310
- }
311
- ],
312
- "sortIndex": 42
313
- },
314
- {
315
- "hrid": "/shop_items/jackalope_antler",
316
- "category": "/shop_categories/dungeon",
317
- "itemHrid": "/items/jackalope_antler",
318
- "costs": [
319
- {
320
- "itemHrid": "/items/chimerical_token",
321
- "count": 1200
322
- }
323
- ],
324
- "sortIndex": 40
325
- },
326
- {
327
- "hrid": "/shop_items/knights_ingot",
328
- "category": "/shop_categories/dungeon",
329
- "itemHrid": "/items/knights_ingot",
330
- "costs": [
331
- {
332
- "itemHrid": "/items/enchanted_token",
333
- "count": 2000
334
- }
335
- ],
336
- "sortIndex": 52
337
- },
338
- {
339
- "hrid": "/shop_items/kraken_fang",
340
- "category": "/shop_categories/dungeon",
341
- "itemHrid": "/items/kraken_fang",
342
- "costs": [
343
- {
344
- "itemHrid": "/items/pirate_token",
345
- "count": 3000
346
- }
347
- ],
348
- "sortIndex": 63
349
- },
350
- {
351
- "hrid": "/shop_items/kraken_leather",
352
- "category": "/shop_categories/dungeon",
353
- "itemHrid": "/items/kraken_leather",
354
- "costs": [
355
- {
356
- "itemHrid": "/items/pirate_token",
357
- "count": 2000
358
- }
359
- ],
360
- "sortIndex": 62
361
- },
362
- {
363
- "hrid": "/shop_items/maelstrom_plating",
364
- "category": "/shop_categories/dungeon",
365
- "itemHrid": "/items/maelstrom_plating",
366
- "costs": [
367
- {
368
- "itemHrid": "/items/pirate_token",
369
- "count": 2000
370
- }
371
- ],
372
- "sortIndex": 61
373
- },
374
- {
375
- "hrid": "/shop_items/magicians_cloth",
376
- "category": "/shop_categories/dungeon",
377
- "itemHrid": "/items/magicians_cloth",
378
- "costs": [
379
- {
380
- "itemHrid": "/items/sinister_token",
381
- "count": 2000
382
- }
383
- ],
384
- "sortIndex": 46
385
- },
386
- {
387
- "hrid": "/shop_items/manticore_sting",
388
- "category": "/shop_categories/dungeon",
389
- "itemHrid": "/items/manticore_sting",
390
- "costs": [
391
- {
392
- "itemHrid": "/items/chimerical_token",
393
- "count": 1000
394
- }
395
- ],
396
- "sortIndex": 39
397
- },
398
- {
399
- "hrid": "/shop_items/marksman_brooch",
400
- "category": "/shop_categories/dungeon",
401
- "itemHrid": "/items/marksman_brooch",
402
- "costs": [
403
- {
404
- "itemHrid": "/items/pirate_token",
405
- "count": 2000
406
- }
407
- ],
408
- "sortIndex": 58
409
- },
410
- {
411
- "hrid": "/shop_items/mystic_aura",
412
- "category": "/shop_categories/general",
413
- "itemHrid": "/items/mystic_aura",
414
- "costs": [
415
- {
416
- "itemHrid": "/items/guardian_aura",
417
- "count": 1
418
- }
419
- ],
420
- "sortIndex": 1
421
- },
422
- {
423
- "hrid": "/shop_items/pirate_essence",
424
- "category": "/shop_categories/dungeon",
425
- "itemHrid": "/items/pirate_essence",
426
- "costs": [
427
- {
428
- "itemHrid": "/items/pirate_token",
429
- "count": 1
430
- }
431
- ],
432
- "sortIndex": 57
433
- },
434
- {
435
- "hrid": "/shop_items/regal_jewel",
436
- "category": "/shop_categories/dungeon",
437
- "itemHrid": "/items/regal_jewel",
438
- "costs": [
439
- {
440
- "itemHrid": "/items/enchanted_token",
441
- "count": 3000
442
- }
443
- ],
444
- "sortIndex": 54
445
- },
446
- {
447
- "hrid": "/shop_items/royal_cloth",
448
- "category": "/shop_categories/dungeon",
449
- "itemHrid": "/items/royal_cloth",
450
- "costs": [
451
- {
452
- "itemHrid": "/items/enchanted_token",
453
- "count": 2000
454
- }
455
- ],
456
- "sortIndex": 51
457
- },
458
- {
459
- "hrid": "/shop_items/sinister_cape",
460
- "category": "/shop_categories/dungeon",
461
- "itemHrid": "/items/sinister_cape",
462
- "costs": [
463
- {
464
- "itemHrid": "/items/sinister_token",
465
- "count": 27000
466
- }
467
- ],
468
- "sortIndex": 49
469
- },
470
- {
471
- "hrid": "/shop_items/sinister_essence",
472
- "category": "/shop_categories/dungeon",
473
- "itemHrid": "/items/sinister_essence",
474
- "costs": [
475
- {
476
- "itemHrid": "/items/sinister_token",
477
- "count": 1
478
- }
479
- ],
480
- "sortIndex": 44
481
- },
482
- {
483
- "hrid": "/shop_items/sundering_jewel",
484
- "category": "/shop_categories/dungeon",
485
- "itemHrid": "/items/sundering_jewel",
486
- "costs": [
487
- {
488
- "itemHrid": "/items/enchanted_token",
489
- "count": 3000
490
- }
491
- ],
492
- "sortIndex": 55
493
- },
494
- {
495
- "hrid": "/shop_items/trainee_alchemy_charm",
496
- "category": "/shop_categories/general",
497
- "itemHrid": "/items/trainee_alchemy_charm",
498
- "costs": [
499
- {
500
- "itemHrid": "/items/coin",
501
- "count": 250000
502
- }
503
- ],
504
- "sortIndex": 28
505
- },
506
- {
507
- "hrid": "/shop_items/trainee_attack_charm",
508
- "category": "/shop_categories/general",
509
- "itemHrid": "/items/trainee_attack_charm",
510
- "costs": [
511
- {
512
- "itemHrid": "/items/coin",
513
- "count": 250000
514
- }
515
- ],
516
- "sortIndex": 32
517
- },
518
- {
519
- "hrid": "/shop_items/trainee_brewing_charm",
520
- "category": "/shop_categories/general",
521
- "itemHrid": "/items/trainee_brewing_charm",
522
- "costs": [
523
- {
524
- "itemHrid": "/items/coin",
525
- "count": 250000
526
- }
527
- ],
528
- "sortIndex": 27
529
- },
530
- {
531
- "hrid": "/shop_items/trainee_cheesesmithing_charm",
532
- "category": "/shop_categories/general",
533
- "itemHrid": "/items/trainee_cheesesmithing_charm",
534
- "costs": [
535
- {
536
- "itemHrid": "/items/coin",
537
- "count": 250000
538
- }
539
- ],
540
- "sortIndex": 23
541
- },
542
- {
543
- "hrid": "/shop_items/trainee_cooking_charm",
544
- "category": "/shop_categories/general",
545
- "itemHrid": "/items/trainee_cooking_charm",
546
- "costs": [
547
- {
548
- "itemHrid": "/items/coin",
549
- "count": 250000
550
- }
551
- ],
552
- "sortIndex": 26
553
- },
554
- {
555
- "hrid": "/shop_items/trainee_crafting_charm",
556
- "category": "/shop_categories/general",
557
- "itemHrid": "/items/trainee_crafting_charm",
558
- "costs": [
559
- {
560
- "itemHrid": "/items/coin",
561
- "count": 250000
562
- }
563
- ],
564
- "sortIndex": 24
565
- },
566
- {
567
- "hrid": "/shop_items/trainee_defense_charm",
568
- "category": "/shop_categories/general",
569
- "itemHrid": "/items/trainee_defense_charm",
570
- "costs": [
571
- {
572
- "itemHrid": "/items/coin",
573
- "count": 250000
574
- }
575
- ],
576
- "sortIndex": 33
577
- },
578
- {
579
- "hrid": "/shop_items/trainee_enhancing_charm",
580
- "category": "/shop_categories/general",
581
- "itemHrid": "/items/trainee_enhancing_charm",
582
- "costs": [
583
- {
584
- "itemHrid": "/items/coin",
585
- "count": 250000
586
- }
587
- ],
588
- "sortIndex": 29
589
- },
590
- {
591
- "hrid": "/shop_items/trainee_foraging_charm",
592
- "category": "/shop_categories/general",
593
- "itemHrid": "/items/trainee_foraging_charm",
594
- "costs": [
595
- {
596
- "itemHrid": "/items/coin",
597
- "count": 250000
598
- }
599
- ],
600
- "sortIndex": 21
601
- },
602
- {
603
- "hrid": "/shop_items/trainee_intelligence_charm",
604
- "category": "/shop_categories/general",
605
- "itemHrid": "/items/trainee_intelligence_charm",
606
- "costs": [
607
- {
608
- "itemHrid": "/items/coin",
609
- "count": 250000
610
- }
611
- ],
612
- "sortIndex": 31
613
- },
614
- {
615
- "hrid": "/shop_items/trainee_magic_charm",
616
- "category": "/shop_categories/general",
617
- "itemHrid": "/items/trainee_magic_charm",
618
- "costs": [
619
- {
620
- "itemHrid": "/items/coin",
621
- "count": 250000
622
- }
623
- ],
624
- "sortIndex": 36
625
- },
626
- {
627
- "hrid": "/shop_items/trainee_melee_charm",
628
- "category": "/shop_categories/general",
629
- "itemHrid": "/items/trainee_melee_charm",
630
- "costs": [
631
- {
632
- "itemHrid": "/items/coin",
633
- "count": 250000
634
- }
635
- ],
636
- "sortIndex": 34
637
- },
638
- {
639
- "hrid": "/shop_items/trainee_milking_charm",
640
- "category": "/shop_categories/general",
641
- "itemHrid": "/items/trainee_milking_charm",
642
- "costs": [
643
- {
644
- "itemHrid": "/items/coin",
645
- "count": 250000
646
- }
647
- ],
648
- "sortIndex": 20
649
- },
650
- {
651
- "hrid": "/shop_items/trainee_ranged_charm",
652
- "category": "/shop_categories/general",
653
- "itemHrid": "/items/trainee_ranged_charm",
654
- "costs": [
655
- {
656
- "itemHrid": "/items/coin",
657
- "count": 250000
658
- }
659
- ],
660
- "sortIndex": 35
661
- },
662
- {
663
- "hrid": "/shop_items/trainee_stamina_charm",
664
- "category": "/shop_categories/general",
665
- "itemHrid": "/items/trainee_stamina_charm",
666
- "costs": [
667
- {
668
- "itemHrid": "/items/coin",
669
- "count": 250000
670
- }
671
- ],
672
- "sortIndex": 30
673
- },
674
- {
675
- "hrid": "/shop_items/trainee_tailoring_charm",
676
- "category": "/shop_categories/general",
677
- "itemHrid": "/items/trainee_tailoring_charm",
678
- "costs": [
679
- {
680
- "itemHrid": "/items/coin",
681
- "count": 250000
682
- }
683
- ],
684
- "sortIndex": 25
685
- },
686
- {
687
- "hrid": "/shop_items/trainee_woodcutting_charm",
688
- "category": "/shop_categories/general",
689
- "itemHrid": "/items/trainee_woodcutting_charm",
690
- "costs": [
691
- {
692
- "itemHrid": "/items/coin",
693
- "count": 250000
694
- }
695
- ],
696
- "sortIndex": 22
697
- },
698
- {
699
- "hrid": "/shop_items/wooden_bow",
700
- "category": "/shop_categories/general",
701
- "itemHrid": "/items/wooden_bow",
702
- "costs": [
703
- {
704
- "itemHrid": "/items/coin",
705
- "count": 5000
706
- }
707
- ],
708
- "sortIndex": 6
709
- },
710
- {
711
- "hrid": "/shop_items/wooden_crossbow",
712
- "category": "/shop_categories/general",
713
- "itemHrid": "/items/wooden_crossbow",
714
- "costs": [
715
- {
716
- "itemHrid": "/items/coin",
717
- "count": 5000
718
- }
719
- ],
720
- "sortIndex": 5
721
- },
722
- {
723
- "hrid": "/shop_items/wooden_fire_staff",
724
- "category": "/shop_categories/general",
725
- "itemHrid": "/items/wooden_fire_staff",
726
- "costs": [
727
- {
728
- "itemHrid": "/items/coin",
729
- "count": 5000
730
- }
731
- ],
732
- "sortIndex": 9
733
- },
734
- {
735
- "hrid": "/shop_items/wooden_nature_staff",
736
- "category": "/shop_categories/general",
737
- "itemHrid": "/items/wooden_nature_staff",
738
- "costs": [
739
- {
740
- "itemHrid": "/items/coin",
741
- "count": 5000
742
- }
743
- ],
744
- "sortIndex": 8
745
- },
746
- {
747
- "hrid": "/shop_items/wooden_water_staff",
748
- "category": "/shop_categories/general",
749
- "itemHrid": "/items/wooden_water_staff",
750
- "costs": [
751
- {
752
- "itemHrid": "/items/coin",
753
- "count": 5000
754
- }
755
- ],
756
- "sortIndex": 7
757
- }
758
- ]