@c3d.gg/mwi-types 1.6.0 → 1.8.0

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 (100) hide show
  1. package/LICENSE +24 -0
  2. package/README.md +1 -1
  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/dist/domains/player/types.d.ts +346 -10
  9. package/dist/domains/player/types.d.ts.map +1 -1
  10. package/package.json +132 -161
  11. package/dist/domains/abilities/abilities.json +0 -3331
  12. package/dist/domains/actions/action_categories.json +0 -356
  13. package/dist/domains/actions/action_types.json +0 -57
  14. package/dist/domains/actions/actions.json +0 -41966
  15. package/dist/domains/actions/utils.d.ts +0 -9
  16. package/dist/domains/actions/utils.d.ts.map +0 -1
  17. package/dist/domains/actions/utils.js +0 -27
  18. package/dist/domains/actions/utils.js.map +0 -1
  19. package/dist/domains/avatar/avatar_outfits.json +0 -572
  20. package/dist/domains/avatar/avatars.json +0 -512
  21. package/dist/domains/buffs/buff_types.json +0 -474
  22. package/dist/domains/buffs/community_buff_types.json +0 -119
  23. package/dist/domains/chat/chat_channel_types.json +0 -128
  24. package/dist/domains/chat/chat_icons.json +0 -4352
  25. package/dist/domains/combat/combat_style.json +0 -68
  26. package/dist/domains/combat/combat_trigger_comparator.json +0 -26
  27. package/dist/domains/combat/combat_trigger_condition.json +0 -596
  28. package/dist/domains/combat/combat_trigger_dependency.json +0 -30
  29. package/dist/domains/combat/damage_type.json +0 -22
  30. package/dist/domains/game-mode/game_mode.json +0 -32
  31. package/dist/domains/guild/guild_character_role.json +0 -58
  32. package/dist/domains/house/house_rooms.json +0 -5553
  33. package/dist/domains/items/equipment_types.json +0 -152
  34. package/dist/domains/items/item_categories.json +0 -50
  35. package/dist/domains/items/item_locations.json +0 -220
  36. package/dist/domains/items/items.json +0 -65871
  37. package/dist/domains/items/utils.d.ts +0 -12
  38. package/dist/domains/items/utils.d.ts.map +0 -1
  39. package/dist/domains/items/utils.js +0 -44
  40. package/dist/domains/items/utils.js.map +0 -1
  41. package/dist/domains/leaderboard/leaderboard_categories.json +0 -149
  42. package/dist/domains/leaderboard/leaderboard_types.json +0 -56
  43. package/dist/domains/monsters/monsters.json +0 -9313
  44. package/dist/domains/monsters/utils.d.ts +0 -6
  45. package/dist/domains/monsters/utils.d.ts.map +0 -1
  46. package/dist/domains/monsters/utils.js +0 -21
  47. package/dist/domains/monsters/utils.js.map +0 -1
  48. package/dist/domains/name/name_colors.json +0 -975
  49. package/dist/domains/recipes/recipes.json +0 -21268
  50. package/dist/domains/recipes/utils.d.ts +0 -11
  51. package/dist/domains/recipes/utils.d.ts.map +0 -1
  52. package/dist/domains/recipes/utils.js +0 -88
  53. package/dist/domains/recipes/utils.js.map +0 -1
  54. package/dist/domains/shared/openable_loot_drop.json +0 -1276
  55. package/dist/domains/shop/buyable_upgrades.json +0 -338
  56. package/dist/domains/shop/purchase_bundles.json +0 -226
  57. package/dist/domains/shop/shop_categories.json +0 -12
  58. package/dist/domains/shop/shop_items.json +0 -758
  59. package/dist/domains/skills/skills.json +0 -128
  60. package/dist/domains/skills/utils.d.ts +0 -3
  61. package/dist/domains/skills/utils.d.ts.map +0 -1
  62. package/dist/domains/skills/utils.js +0 -7
  63. package/dist/domains/skills/utils.js.map +0 -1
  64. package/dist/domains/tasks/random_task_type.json +0 -56
  65. package/dist/domains/tasks/task_shop_items.json +0 -42
  66. package/src/domains/abilities/abilities.json +0 -3331
  67. package/src/domains/actions/action_categories.json +0 -356
  68. package/src/domains/actions/action_types.json +0 -57
  69. package/src/domains/actions/actions.json +0 -41966
  70. package/src/domains/avatar/avatar_outfits.json +0 -572
  71. package/src/domains/avatar/avatars.json +0 -512
  72. package/src/domains/buffs/buff_types.json +0 -474
  73. package/src/domains/buffs/community_buff_types.json +0 -119
  74. package/src/domains/chat/chat_channel_types.json +0 -128
  75. package/src/domains/chat/chat_icons.json +0 -4352
  76. package/src/domains/combat/combat_style.json +0 -68
  77. package/src/domains/combat/combat_trigger_comparator.json +0 -26
  78. package/src/domains/combat/combat_trigger_condition.json +0 -596
  79. package/src/domains/combat/combat_trigger_dependency.json +0 -30
  80. package/src/domains/combat/damage_type.json +0 -22
  81. package/src/domains/game-mode/game_mode.json +0 -32
  82. package/src/domains/guild/guild_character_role.json +0 -58
  83. package/src/domains/house/house_rooms.json +0 -5553
  84. package/src/domains/items/equipment_types.json +0 -152
  85. package/src/domains/items/item_categories.json +0 -50
  86. package/src/domains/items/item_locations.json +0 -220
  87. package/src/domains/items/items.json +0 -65871
  88. package/src/domains/leaderboard/leaderboard_categories.json +0 -149
  89. package/src/domains/leaderboard/leaderboard_types.json +0 -56
  90. package/src/domains/monsters/monsters.json +0 -9313
  91. package/src/domains/name/name_colors.json +0 -975
  92. package/src/domains/recipes/recipes.json +0 -21268
  93. package/src/domains/shared/openable_loot_drop.json +0 -1276
  94. package/src/domains/shop/buyable_upgrades.json +0 -338
  95. package/src/domains/shop/purchase_bundles.json +0 -226
  96. package/src/domains/shop/shop_categories.json +0 -12
  97. package/src/domains/shop/shop_items.json +0 -758
  98. package/src/domains/skills/skills.json +0 -128
  99. package/src/domains/tasks/random_task_type.json +0 -56
  100. package/src/domains/tasks/task_shop_items.json +0 -42
@@ -1,572 +0,0 @@
1
- [
2
- {
3
- "hrid": "/avatar_outfits/christmas_tree_dress",
4
- "isSeasonal": true,
5
- "cowbellCost": 0,
6
- "sortIndex": 37
7
- },
8
- {
9
- "hrid": "/avatar_outfits/custom_aowoo",
10
- "isSeasonal": false,
11
- "cowbellCost": 0,
12
- "sortIndex": 1
13
- },
14
- {
15
- "hrid": "/avatar_outfits/custom_auspiciousdragon",
16
- "isSeasonal": false,
17
- "cowbellCost": 0,
18
- "sortIndex": 23
19
- },
20
- {
21
- "hrid": "/avatar_outfits/custom_bestcow",
22
- "isSeasonal": false,
23
- "cowbellCost": 0,
24
- "sortIndex": 3
25
- },
26
- {
27
- "hrid": "/avatar_outfits/custom_cainan",
28
- "isSeasonal": false,
29
- "cowbellCost": 0,
30
- "sortIndex": 32
31
- },
32
- {
33
- "hrid": "/avatar_outfits/custom_catopia",
34
- "isSeasonal": false,
35
- "cowbellCost": 0,
36
- "sortIndex": 31
37
- },
38
- {
39
- "hrid": "/avatar_outfits/custom_daddyvladi",
40
- "isSeasonal": false,
41
- "cowbellCost": 0,
42
- "sortIndex": 4
43
- },
44
- {
45
- "hrid": "/avatar_outfits/custom_goldenhound",
46
- "isSeasonal": false,
47
- "cowbellCost": 0,
48
- "sortIndex": 5
49
- },
50
- {
51
- "hrid": "/avatar_outfits/custom_goodguyjack",
52
- "isSeasonal": false,
53
- "cowbellCost": 0,
54
- "sortIndex": 6
55
- },
56
- {
57
- "hrid": "/avatar_outfits/custom_h0lyduck",
58
- "isSeasonal": false,
59
- "cowbellCost": 0,
60
- "sortIndex": 7
61
- },
62
- {
63
- "hrid": "/avatar_outfits/custom_hamunekouwuo",
64
- "isSeasonal": false,
65
- "cowbellCost": 0,
66
- "sortIndex": 29
67
- },
68
- {
69
- "hrid": "/avatar_outfits/custom_hasumi",
70
- "isSeasonal": false,
71
- "cowbellCost": 0,
72
- "sortIndex": 22
73
- },
74
- {
75
- "hrid": "/avatar_outfits/custom_immortalphoenix",
76
- "isSeasonal": false,
77
- "cowbellCost": 0,
78
- "sortIndex": 19
79
- },
80
- {
81
- "hrid": "/avatar_outfits/custom_invincbriv14jump",
82
- "isSeasonal": false,
83
- "cowbellCost": 0,
84
- "sortIndex": 25
85
- },
86
- {
87
- "hrid": "/avatar_outfits/custom_jbq",
88
- "isSeasonal": false,
89
- "cowbellCost": 0,
90
- "sortIndex": 8
91
- },
92
- {
93
- "hrid": "/avatar_outfits/custom_jiojio",
94
- "isSeasonal": false,
95
- "cowbellCost": 0,
96
- "sortIndex": 9
97
- },
98
- {
99
- "hrid": "/avatar_outfits/custom_joey",
100
- "isSeasonal": false,
101
- "cowbellCost": 0,
102
- "sortIndex": 26
103
- },
104
- {
105
- "hrid": "/avatar_outfits/custom_kiyuu",
106
- "isSeasonal": false,
107
- "cowbellCost": 0,
108
- "sortIndex": 10
109
- },
110
- {
111
- "hrid": "/avatar_outfits/custom_kiyuu_2",
112
- "isSeasonal": false,
113
- "cowbellCost": 0,
114
- "sortIndex": 30
115
- },
116
- {
117
- "hrid": "/avatar_outfits/custom_kiyuu_3",
118
- "isSeasonal": false,
119
- "cowbellCost": 0,
120
- "sortIndex": 33
121
- },
122
- {
123
- "hrid": "/avatar_outfits/custom_krazden",
124
- "isSeasonal": false,
125
- "cowbellCost": 0,
126
- "sortIndex": 27
127
- },
128
- {
129
- "hrid": "/avatar_outfits/custom_leica",
130
- "isSeasonal": false,
131
- "cowbellCost": 0,
132
- "sortIndex": 11
133
- },
134
- {
135
- "hrid": "/avatar_outfits/custom_liha",
136
- "isSeasonal": false,
137
- "cowbellCost": 0,
138
- "sortIndex": 12
139
- },
140
- {
141
- "hrid": "/avatar_outfits/custom_mengmenguwu",
142
- "isSeasonal": false,
143
- "cowbellCost": 0,
144
- "sortIndex": 18
145
- },
146
- {
147
- "hrid": "/avatar_outfits/custom_miuca",
148
- "isSeasonal": false,
149
- "cowbellCost": 0,
150
- "sortIndex": 13
151
- },
152
- {
153
- "hrid": "/avatar_outfits/custom_mooooooooo",
154
- "isSeasonal": false,
155
- "cowbellCost": 0,
156
- "sortIndex": 2
157
- },
158
- {
159
- "hrid": "/avatar_outfits/custom_neronex",
160
- "isSeasonal": false,
161
- "cowbellCost": 0,
162
- "sortIndex": 14
163
- },
164
- {
165
- "hrid": "/avatar_outfits/custom_oguri",
166
- "isSeasonal": false,
167
- "cowbellCost": 0,
168
- "sortIndex": 24
169
- },
170
- {
171
- "hrid": "/avatar_outfits/custom_rose",
172
- "isSeasonal": false,
173
- "cowbellCost": 0,
174
- "sortIndex": 28
175
- },
176
- {
177
- "hrid": "/avatar_outfits/custom_toillian",
178
- "isSeasonal": false,
179
- "cowbellCost": 0,
180
- "sortIndex": 15
181
- },
182
- {
183
- "hrid": "/avatar_outfits/custom_touya",
184
- "isSeasonal": false,
185
- "cowbellCost": 0,
186
- "sortIndex": 21
187
- },
188
- {
189
- "hrid": "/avatar_outfits/custom_weijia",
190
- "isSeasonal": false,
191
- "cowbellCost": 0,
192
- "sortIndex": 16
193
- },
194
- {
195
- "hrid": "/avatar_outfits/custom_weilan",
196
- "isSeasonal": false,
197
- "cowbellCost": 0,
198
- "sortIndex": 17
199
- },
200
- {
201
- "hrid": "/avatar_outfits/custom_windoge",
202
- "isSeasonal": false,
203
- "cowbellCost": 0,
204
- "sortIndex": 20
205
- },
206
- {
207
- "hrid": "/avatar_outfits/dress_1",
208
- "isSeasonal": false,
209
- "cowbellCost": 4000,
210
- "sortIndex": 81
211
- },
212
- {
213
- "hrid": "/avatar_outfits/dress_10",
214
- "isSeasonal": false,
215
- "cowbellCost": 4000,
216
- "sortIndex": 90
217
- },
218
- {
219
- "hrid": "/avatar_outfits/dress_11",
220
- "isSeasonal": false,
221
- "cowbellCost": 4000,
222
- "sortIndex": 91
223
- },
224
- {
225
- "hrid": "/avatar_outfits/dress_12",
226
- "isSeasonal": false,
227
- "cowbellCost": 4000,
228
- "sortIndex": 92
229
- },
230
- {
231
- "hrid": "/avatar_outfits/dress_2",
232
- "isSeasonal": false,
233
- "cowbellCost": 4000,
234
- "sortIndex": 82
235
- },
236
- {
237
- "hrid": "/avatar_outfits/dress_3",
238
- "isSeasonal": false,
239
- "cowbellCost": 4000,
240
- "sortIndex": 83
241
- },
242
- {
243
- "hrid": "/avatar_outfits/dress_4",
244
- "isSeasonal": false,
245
- "cowbellCost": 4000,
246
- "sortIndex": 84
247
- },
248
- {
249
- "hrid": "/avatar_outfits/dress_5",
250
- "isSeasonal": false,
251
- "cowbellCost": 4000,
252
- "sortIndex": 85
253
- },
254
- {
255
- "hrid": "/avatar_outfits/dress_6",
256
- "isSeasonal": false,
257
- "cowbellCost": 4000,
258
- "sortIndex": 86
259
- },
260
- {
261
- "hrid": "/avatar_outfits/dress_7",
262
- "isSeasonal": false,
263
- "cowbellCost": 4000,
264
- "sortIndex": 87
265
- },
266
- {
267
- "hrid": "/avatar_outfits/dress_8",
268
- "isSeasonal": false,
269
- "cowbellCost": 4000,
270
- "sortIndex": 88
271
- },
272
- {
273
- "hrid": "/avatar_outfits/dress_9",
274
- "isSeasonal": false,
275
- "cowbellCost": 4000,
276
- "sortIndex": 89
277
- },
278
- {
279
- "hrid": "/avatar_outfits/halloween_suit",
280
- "isSeasonal": true,
281
- "cowbellCost": 0,
282
- "sortIndex": 34
283
- },
284
- {
285
- "hrid": "/avatar_outfits/mage_1",
286
- "isSeasonal": false,
287
- "cowbellCost": 3000,
288
- "sortIndex": 59
289
- },
290
- {
291
- "hrid": "/avatar_outfits/mage_2",
292
- "isSeasonal": false,
293
- "cowbellCost": 3000,
294
- "sortIndex": 60
295
- },
296
- {
297
- "hrid": "/avatar_outfits/pirate_1",
298
- "isSeasonal": false,
299
- "cowbellCost": 4000,
300
- "sortIndex": 93
301
- },
302
- {
303
- "hrid": "/avatar_outfits/pirate_2",
304
- "isSeasonal": false,
305
- "cowbellCost": 4000,
306
- "sortIndex": 94
307
- },
308
- {
309
- "hrid": "/avatar_outfits/pumpkin_dress",
310
- "isSeasonal": true,
311
- "cowbellCost": 0,
312
- "sortIndex": 35
313
- },
314
- {
315
- "hrid": "/avatar_outfits/ranger_1",
316
- "isSeasonal": false,
317
- "cowbellCost": 3000,
318
- "sortIndex": 61
319
- },
320
- {
321
- "hrid": "/avatar_outfits/ranger_2",
322
- "isSeasonal": false,
323
- "cowbellCost": 3000,
324
- "sortIndex": 62
325
- },
326
- {
327
- "hrid": "/avatar_outfits/santa_outfit",
328
- "isSeasonal": true,
329
- "cowbellCost": 0,
330
- "sortIndex": 36
331
- },
332
- {
333
- "hrid": "/avatar_outfits/spring_festival_boy",
334
- "isSeasonal": true,
335
- "cowbellCost": 0,
336
- "sortIndex": 39
337
- },
338
- {
339
- "hrid": "/avatar_outfits/spring_festival_girl",
340
- "isSeasonal": true,
341
- "cowbellCost": 0,
342
- "sortIndex": 38
343
- },
344
- {
345
- "hrid": "/avatar_outfits/suit_1",
346
- "isSeasonal": false,
347
- "cowbellCost": 4000,
348
- "sortIndex": 73
349
- },
350
- {
351
- "hrid": "/avatar_outfits/suit_2",
352
- "isSeasonal": false,
353
- "cowbellCost": 4000,
354
- "sortIndex": 74
355
- },
356
- {
357
- "hrid": "/avatar_outfits/suit_3",
358
- "isSeasonal": false,
359
- "cowbellCost": 4000,
360
- "sortIndex": 75
361
- },
362
- {
363
- "hrid": "/avatar_outfits/suit_4",
364
- "isSeasonal": false,
365
- "cowbellCost": 4000,
366
- "sortIndex": 76
367
- },
368
- {
369
- "hrid": "/avatar_outfits/suit_5",
370
- "isSeasonal": false,
371
- "cowbellCost": 4000,
372
- "sortIndex": 77
373
- },
374
- {
375
- "hrid": "/avatar_outfits/suit_6",
376
- "isSeasonal": false,
377
- "cowbellCost": 4000,
378
- "sortIndex": 78
379
- },
380
- {
381
- "hrid": "/avatar_outfits/suit_7",
382
- "isSeasonal": false,
383
- "cowbellCost": 4000,
384
- "sortIndex": 79
385
- },
386
- {
387
- "hrid": "/avatar_outfits/suit_8",
388
- "isSeasonal": false,
389
- "cowbellCost": 4000,
390
- "sortIndex": 80
391
- },
392
- {
393
- "hrid": "/avatar_outfits/tshirt_alchemy",
394
- "isSeasonal": false,
395
- "cowbellCost": 2000,
396
- "sortIndex": 56
397
- },
398
- {
399
- "hrid": "/avatar_outfits/tshirt_attack",
400
- "isSeasonal": false,
401
- "cowbellCost": 2000,
402
- "sortIndex": 42
403
- },
404
- {
405
- "hrid": "/avatar_outfits/tshirt_brewing",
406
- "isSeasonal": false,
407
- "cowbellCost": 2000,
408
- "sortIndex": 54
409
- },
410
- {
411
- "hrid": "/avatar_outfits/tshirt_cheesesmithing",
412
- "isSeasonal": false,
413
- "cowbellCost": 2000,
414
- "sortIndex": 50
415
- },
416
- {
417
- "hrid": "/avatar_outfits/tshirt_cooking",
418
- "isSeasonal": false,
419
- "cowbellCost": 2000,
420
- "sortIndex": 53
421
- },
422
- {
423
- "hrid": "/avatar_outfits/tshirt_crafting",
424
- "isSeasonal": false,
425
- "cowbellCost": 2000,
426
- "sortIndex": 51
427
- },
428
- {
429
- "hrid": "/avatar_outfits/tshirt_default",
430
- "isSeasonal": false,
431
- "cowbellCost": 0,
432
- "sortIndex": 95
433
- },
434
- {
435
- "hrid": "/avatar_outfits/tshirt_defense",
436
- "isSeasonal": false,
437
- "cowbellCost": 2000,
438
- "sortIndex": 44
439
- },
440
- {
441
- "hrid": "/avatar_outfits/tshirt_enhancing",
442
- "isSeasonal": false,
443
- "cowbellCost": 2000,
444
- "sortIndex": 55
445
- },
446
- {
447
- "hrid": "/avatar_outfits/tshirt_foraging",
448
- "isSeasonal": false,
449
- "cowbellCost": 2000,
450
- "sortIndex": 48
451
- },
452
- {
453
- "hrid": "/avatar_outfits/tshirt_intelligence",
454
- "isSeasonal": false,
455
- "cowbellCost": 2000,
456
- "sortIndex": 41
457
- },
458
- {
459
- "hrid": "/avatar_outfits/tshirt_magic",
460
- "isSeasonal": false,
461
- "cowbellCost": 2000,
462
- "sortIndex": 46
463
- },
464
- {
465
- "hrid": "/avatar_outfits/tshirt_melee",
466
- "isSeasonal": false,
467
- "cowbellCost": 2000,
468
- "sortIndex": 43
469
- },
470
- {
471
- "hrid": "/avatar_outfits/tshirt_milking",
472
- "isSeasonal": false,
473
- "cowbellCost": 2000,
474
- "sortIndex": 47
475
- },
476
- {
477
- "hrid": "/avatar_outfits/tshirt_ranged",
478
- "isSeasonal": false,
479
- "cowbellCost": 2000,
480
- "sortIndex": 45
481
- },
482
- {
483
- "hrid": "/avatar_outfits/tshirt_stamina",
484
- "isSeasonal": false,
485
- "cowbellCost": 2000,
486
- "sortIndex": 40
487
- },
488
- {
489
- "hrid": "/avatar_outfits/tshirt_tailoring",
490
- "isSeasonal": false,
491
- "cowbellCost": 2000,
492
- "sortIndex": 52
493
- },
494
- {
495
- "hrid": "/avatar_outfits/tshirt_woodcutting",
496
- "isSeasonal": false,
497
- "cowbellCost": 2000,
498
- "sortIndex": 49
499
- },
500
- {
501
- "hrid": "/avatar_outfits/uniform_alchemy",
502
- "isSeasonal": false,
503
- "cowbellCost": 3000,
504
- "sortIndex": 71
505
- },
506
- {
507
- "hrid": "/avatar_outfits/uniform_brewing",
508
- "isSeasonal": false,
509
- "cowbellCost": 3000,
510
- "sortIndex": 70
511
- },
512
- {
513
- "hrid": "/avatar_outfits/uniform_cheesesmithing",
514
- "isSeasonal": false,
515
- "cowbellCost": 3000,
516
- "sortIndex": 66
517
- },
518
- {
519
- "hrid": "/avatar_outfits/uniform_cooking",
520
- "isSeasonal": false,
521
- "cowbellCost": 3000,
522
- "sortIndex": 69
523
- },
524
- {
525
- "hrid": "/avatar_outfits/uniform_crafting",
526
- "isSeasonal": false,
527
- "cowbellCost": 3000,
528
- "sortIndex": 67
529
- },
530
- {
531
- "hrid": "/avatar_outfits/uniform_enhancing",
532
- "isSeasonal": false,
533
- "cowbellCost": 3000,
534
- "sortIndex": 72
535
- },
536
- {
537
- "hrid": "/avatar_outfits/uniform_foraging",
538
- "isSeasonal": false,
539
- "cowbellCost": 3000,
540
- "sortIndex": 64
541
- },
542
- {
543
- "hrid": "/avatar_outfits/uniform_milking",
544
- "isSeasonal": false,
545
- "cowbellCost": 3000,
546
- "sortIndex": 63
547
- },
548
- {
549
- "hrid": "/avatar_outfits/uniform_tailoring",
550
- "isSeasonal": false,
551
- "cowbellCost": 3000,
552
- "sortIndex": 68
553
- },
554
- {
555
- "hrid": "/avatar_outfits/uniform_woodcutting",
556
- "isSeasonal": false,
557
- "cowbellCost": 3000,
558
- "sortIndex": 65
559
- },
560
- {
561
- "hrid": "/avatar_outfits/warrior_1",
562
- "isSeasonal": false,
563
- "cowbellCost": 3000,
564
- "sortIndex": 57
565
- },
566
- {
567
- "hrid": "/avatar_outfits/warrior_2",
568
- "isSeasonal": false,
569
- "cowbellCost": 3000,
570
- "sortIndex": 58
571
- }
572
- ]