@c3d.gg/mwi-types 1.7.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 (98) 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/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,4352 +0,0 @@
1
- [
2
- {
3
- "hrid": "/chat_icons/abyssal_imp",
4
- "name": "Abyssal Imp",
5
- "isSpecial": false,
6
- "isSeasonal": false,
7
- "cowbellCost": 1000,
8
- "supporterPointCost": 0,
9
- "requiredChatIconHrid": "",
10
- "sortIndex": 405
11
- },
12
- {
13
- "hrid": "/chat_icons/admin",
14
- "name": "Admin",
15
- "isSpecial": true,
16
- "isSeasonal": false,
17
- "cowbellCost": 0,
18
- "supporterPointCost": 0,
19
- "requiredChatIconHrid": "",
20
- "sortIndex": 1
21
- },
22
- {
23
- "hrid": "/chat_icons/alchemy",
24
- "name": "Alchemy",
25
- "isSpecial": false,
26
- "isSeasonal": false,
27
- "cowbellCost": 500,
28
- "supporterPointCost": 0,
29
- "requiredChatIconHrid": "",
30
- "sortIndex": 317
31
- },
32
- {
33
- "hrid": "/chat_icons/alligator",
34
- "name": "Sherlock",
35
- "isSpecial": false,
36
- "isSeasonal": false,
37
- "cowbellCost": 1000,
38
- "supporterPointCost": 0,
39
- "requiredChatIconHrid": "",
40
- "sortIndex": 376
41
- },
42
- {
43
- "hrid": "/chat_icons/amber",
44
- "name": "Amber",
45
- "isSpecial": false,
46
- "isSeasonal": false,
47
- "cowbellCost": 1000,
48
- "supporterPointCost": 0,
49
- "requiredChatIconHrid": "",
50
- "sortIndex": 351
51
- },
52
- {
53
- "hrid": "/chat_icons/amethyst",
54
- "name": "Amethyst",
55
- "isSpecial": false,
56
- "isSeasonal": false,
57
- "cowbellCost": 1000,
58
- "supporterPointCost": 0,
59
- "requiredChatIconHrid": "",
60
- "sortIndex": 354
61
- },
62
- {
63
- "hrid": "/chat_icons/anniversary_purple",
64
- "name": "Anniversary Purple",
65
- "isSpecial": false,
66
- "isSeasonal": true,
67
- "cowbellCost": 0,
68
- "supporterPointCost": 0,
69
- "requiredChatIconHrid": "",
70
- "sortIndex": 307
71
- },
72
- {
73
- "hrid": "/chat_icons/apple",
74
- "name": "Apple",
75
- "isSpecial": false,
76
- "isSeasonal": false,
77
- "cowbellCost": 1000,
78
- "supporterPointCost": 0,
79
- "requiredChatIconHrid": "",
80
- "sortIndex": 335
81
- },
82
- {
83
- "hrid": "/chat_icons/aquahorse",
84
- "name": "Aquahorse",
85
- "isSpecial": false,
86
- "isSeasonal": false,
87
- "cowbellCost": 1000,
88
- "supporterPointCost": 0,
89
- "requiredChatIconHrid": "",
90
- "sortIndex": 380
91
- },
92
- {
93
- "hrid": "/chat_icons/attack",
94
- "name": "Attack",
95
- "isSpecial": false,
96
- "isSeasonal": false,
97
- "cowbellCost": 500,
98
- "supporterPointCost": 0,
99
- "requiredChatIconHrid": "",
100
- "sortIndex": 322
101
- },
102
- {
103
- "hrid": "/chat_icons/azure_cow",
104
- "name": "Azure Cow",
105
- "isSpecial": false,
106
- "isSeasonal": false,
107
- "cowbellCost": 2000,
108
- "supporterPointCost": 0,
109
- "requiredChatIconHrid": "",
110
- "sortIndex": 417
111
- },
112
- {
113
- "hrid": "/chat_icons/azure_supporter",
114
- "name": "Azure Supporter",
115
- "isSpecial": true,
116
- "isSeasonal": false,
117
- "cowbellCost": 0,
118
- "supporterPointCost": 30000,
119
- "requiredChatIconHrid": "/chat_icons/verdant_supporter",
120
- "sortIndex": 12
121
- },
122
- {
123
- "hrid": "/chat_icons/bamboo",
124
- "name": "Bamboo",
125
- "isSpecial": false,
126
- "isSeasonal": false,
127
- "cowbellCost": 1000,
128
- "supporterPointCost": 0,
129
- "requiredChatIconHrid": "",
130
- "sortIndex": 342
131
- },
132
- {
133
- "hrid": "/chat_icons/beta_bunny",
134
- "name": "Beta Bunny",
135
- "isSpecial": false,
136
- "isSeasonal": false,
137
- "cowbellCost": 0,
138
- "supporterPointCost": 0,
139
- "requiredChatIconHrid": "",
140
- "sortIndex": 303
141
- },
142
- {
143
- "hrid": "/chat_icons/black_bear",
144
- "name": "Black Bear",
145
- "isSpecial": false,
146
- "isSeasonal": false,
147
- "cowbellCost": 1000,
148
- "supporterPointCost": 0,
149
- "requiredChatIconHrid": "",
150
- "sortIndex": 397
151
- },
152
- {
153
- "hrid": "/chat_icons/blackberry",
154
- "name": "Blackberry",
155
- "isSpecial": false,
156
- "isSeasonal": false,
157
- "cowbellCost": 1000,
158
- "supporterPointCost": 0,
159
- "requiredChatIconHrid": "",
160
- "sortIndex": 330
161
- },
162
- {
163
- "hrid": "/chat_icons/blueberry",
164
- "name": "Blueberry",
165
- "isSpecial": false,
166
- "isSeasonal": false,
167
- "cowbellCost": 1000,
168
- "supporterPointCost": 0,
169
- "requiredChatIconHrid": "",
170
- "sortIndex": 329
171
- },
172
- {
173
- "hrid": "/chat_icons/book",
174
- "name": "Book",
175
- "isSpecial": false,
176
- "isSeasonal": false,
177
- "cowbellCost": 1000,
178
- "supporterPointCost": 0,
179
- "requiredChatIconHrid": "",
180
- "sortIndex": 365
181
- },
182
- {
183
- "hrid": "/chat_icons/bow",
184
- "name": "Bow",
185
- "isSpecial": false,
186
- "isSeasonal": false,
187
- "cowbellCost": 1000,
188
- "supporterPointCost": 0,
189
- "requiredChatIconHrid": "",
190
- "sortIndex": 362
191
- },
192
- {
193
- "hrid": "/chat_icons/brewing",
194
- "name": "Brewing",
195
- "isSpecial": false,
196
- "isSeasonal": false,
197
- "cowbellCost": 500,
198
- "supporterPointCost": 0,
199
- "requiredChatIconHrid": "",
200
- "sortIndex": 316
201
- },
202
- {
203
- "hrid": "/chat_icons/bug_finder",
204
- "name": "Bug Finder",
205
- "isSpecial": true,
206
- "isSeasonal": false,
207
- "cowbellCost": 0,
208
- "supporterPointCost": 0,
209
- "requiredChatIconHrid": "",
210
- "sortIndex": 6
211
- },
212
- {
213
- "hrid": "/chat_icons/bulwark",
214
- "name": "Bulwark",
215
- "isSpecial": false,
216
- "isSeasonal": false,
217
- "cowbellCost": 1000,
218
- "supporterPointCost": 0,
219
- "requiredChatIconHrid": "",
220
- "sortIndex": 361
221
- },
222
- {
223
- "hrid": "/chat_icons/burble_cow",
224
- "name": "Burble Cow",
225
- "isSpecial": false,
226
- "isSeasonal": false,
227
- "cowbellCost": 2000,
228
- "supporterPointCost": 0,
229
- "requiredChatIconHrid": "",
230
- "sortIndex": 418
231
- },
232
- {
233
- "hrid": "/chat_icons/burble_supporter",
234
- "name": "Burble Supporter",
235
- "isSpecial": true,
236
- "isSeasonal": false,
237
- "cowbellCost": 0,
238
- "supporterPointCost": 50000,
239
- "requiredChatIconHrid": "/chat_icons/azure_supporter",
240
- "sortIndex": 13
241
- },
242
- {
243
- "hrid": "/chat_icons/butterjerry",
244
- "name": "Butterjerry",
245
- "isSpecial": false,
246
- "isSeasonal": false,
247
- "cowbellCost": 1000,
248
- "supporterPointCost": 0,
249
- "requiredChatIconHrid": "",
250
- "sortIndex": 409
251
- },
252
- {
253
- "hrid": "/chat_icons/cco",
254
- "name": "CCO",
255
- "isSpecial": true,
256
- "isSeasonal": false,
257
- "cowbellCost": 0,
258
- "supporterPointCost": 0,
259
- "requiredChatIconHrid": "",
260
- "sortIndex": 2
261
- },
262
- {
263
- "hrid": "/chat_icons/centaur_archer",
264
- "name": "Centaur Archer",
265
- "isSpecial": false,
266
- "isSeasonal": false,
267
- "cowbellCost": 1000,
268
- "supporterPointCost": 0,
269
- "requiredChatIconHrid": "",
270
- "sortIndex": 387
271
- },
272
- {
273
- "hrid": "/chat_icons/cheese",
274
- "name": "Cheese",
275
- "isSpecial": false,
276
- "isSeasonal": false,
277
- "cowbellCost": 1000,
278
- "supporterPointCost": 0,
279
- "requiredChatIconHrid": "",
280
- "sortIndex": 343
281
- },
282
- {
283
- "hrid": "/chat_icons/cheesesmithing",
284
- "name": "Cheesesmithing",
285
- "isSpecial": false,
286
- "isSeasonal": false,
287
- "cowbellCost": 500,
288
- "supporterPointCost": 0,
289
- "requiredChatIconHrid": "",
290
- "sortIndex": 312
291
- },
292
- {
293
- "hrid": "/chat_icons/chronofrost_sorcerer",
294
- "name": "Chronofrost Sorcerer",
295
- "isSpecial": false,
296
- "isSeasonal": false,
297
- "cowbellCost": 1000,
298
- "supporterPointCost": 0,
299
- "requiredChatIconHrid": "",
300
- "sortIndex": 394
301
- },
302
- {
303
- "hrid": "/chat_icons/clover",
304
- "name": "Clover",
305
- "isSpecial": false,
306
- "isSeasonal": false,
307
- "cowbellCost": 1000,
308
- "supporterPointCost": 0,
309
- "requiredChatIconHrid": "",
310
- "sortIndex": 345
311
- },
312
- {
313
- "hrid": "/chat_icons/coffee",
314
- "name": "Coffee",
315
- "isSpecial": false,
316
- "isSeasonal": false,
317
- "cowbellCost": 1000,
318
- "supporterPointCost": 0,
319
- "requiredChatIconHrid": "",
320
- "sortIndex": 347
321
- },
322
- {
323
- "hrid": "/chat_icons/combat",
324
- "name": "Combat",
325
- "isSpecial": false,
326
- "isSeasonal": false,
327
- "cowbellCost": 500,
328
- "supporterPointCost": 0,
329
- "requiredChatIconHrid": "",
330
- "sortIndex": 319
331
- },
332
- {
333
- "hrid": "/chat_icons/community_manager",
334
- "name": "Community Manager",
335
- "isSpecial": true,
336
- "isSeasonal": false,
337
- "cowbellCost": 0,
338
- "supporterPointCost": 0,
339
- "requiredChatIconHrid": "",
340
- "sortIndex": 3
341
- },
342
- {
343
- "hrid": "/chat_icons/contributor",
344
- "name": "Contributor",
345
- "isSpecial": true,
346
- "isSeasonal": false,
347
- "cowbellCost": 0,
348
- "supporterPointCost": 0,
349
- "requiredChatIconHrid": "",
350
- "sortIndex": 8
351
- },
352
- {
353
- "hrid": "/chat_icons/cooking",
354
- "name": "Cooking",
355
- "isSpecial": false,
356
- "isSeasonal": false,
357
- "cowbellCost": 500,
358
- "supporterPointCost": 0,
359
- "requiredChatIconHrid": "",
360
- "sortIndex": 315
361
- },
362
- {
363
- "hrid": "/chat_icons/cow",
364
- "name": "Cow",
365
- "isSpecial": false,
366
- "isSeasonal": false,
367
- "cowbellCost": 2000,
368
- "supporterPointCost": 0,
369
- "requiredChatIconHrid": "",
370
- "sortIndex": 415
371
- },
372
- {
373
- "hrid": "/chat_icons/crab",
374
- "name": "I Pinch",
375
- "isSpecial": false,
376
- "isSeasonal": false,
377
- "cowbellCost": 1000,
378
- "supporterPointCost": 0,
379
- "requiredChatIconHrid": "",
380
- "sortIndex": 379
381
- },
382
- {
383
- "hrid": "/chat_icons/crafting",
384
- "name": "Crafting",
385
- "isSpecial": false,
386
- "isSeasonal": false,
387
- "cowbellCost": 500,
388
- "supporterPointCost": 0,
389
- "requiredChatIconHrid": "",
390
- "sortIndex": 313
391
- },
392
- {
393
- "hrid": "/chat_icons/crimson_cow",
394
- "name": "Crimson Cow",
395
- "isSpecial": false,
396
- "isSeasonal": false,
397
- "cowbellCost": 2000,
398
- "supporterPointCost": 0,
399
- "requiredChatIconHrid": "",
400
- "sortIndex": 419
401
- },
402
- {
403
- "hrid": "/chat_icons/crimson_supporter",
404
- "name": "Crimson Supporter",
405
- "isSpecial": true,
406
- "isSeasonal": false,
407
- "cowbellCost": 0,
408
- "supporterPointCost": 100000,
409
- "requiredChatIconHrid": "/chat_icons/burble_supporter",
410
- "sortIndex": 14
411
- },
412
- {
413
- "hrid": "/chat_icons/crossbow",
414
- "name": "Crossbow",
415
- "isSpecial": false,
416
- "isSeasonal": false,
417
- "cowbellCost": 1000,
418
- "supporterPointCost": 0,
419
- "requiredChatIconHrid": "",
420
- "sortIndex": 363
421
- },
422
- {
423
- "hrid": "/chat_icons/cupcake",
424
- "name": "Cupcake",
425
- "isSpecial": false,
426
- "isSeasonal": false,
427
- "cowbellCost": 1000,
428
- "supporterPointCost": 0,
429
- "requiredChatIconHrid": "",
430
- "sortIndex": 344
431
- },
432
- {
433
- "hrid": "/chat_icons/custom_17s",
434
- "name": "",
435
- "isSpecial": false,
436
- "isSeasonal": false,
437
- "cowbellCost": 0,
438
- "supporterPointCost": 0,
439
- "requiredChatIconHrid": "",
440
- "sortIndex": 271
441
- },
442
- {
443
- "hrid": "/chat_icons/custom_1oo86",
444
- "name": "",
445
- "isSpecial": false,
446
- "isSeasonal": false,
447
- "cowbellCost": 0,
448
- "supporterPointCost": 0,
449
- "requiredChatIconHrid": "",
450
- "sortIndex": 17
451
- },
452
- {
453
- "hrid": "/chat_icons/custom_39moonmantououo",
454
- "name": "",
455
- "isSpecial": false,
456
- "isSeasonal": false,
457
- "cowbellCost": 0,
458
- "supporterPointCost": 0,
459
- "requiredChatIconHrid": "",
460
- "sortIndex": 223
461
- },
462
- {
463
- "hrid": "/chat_icons/custom_77q",
464
- "name": "",
465
- "isSpecial": false,
466
- "isSeasonal": false,
467
- "cowbellCost": 0,
468
- "supporterPointCost": 0,
469
- "requiredChatIconHrid": "",
470
- "sortIndex": 18
471
- },
472
- {
473
- "hrid": "/chat_icons/custom_77q_2",
474
- "name": "",
475
- "isSpecial": false,
476
- "isSeasonal": false,
477
- "cowbellCost": 0,
478
- "supporterPointCost": 0,
479
- "requiredChatIconHrid": "",
480
- "sortIndex": 257
481
- },
482
- {
483
- "hrid": "/chat_icons/custom_adi1324",
484
- "name": "Blooming Lotus",
485
- "isSpecial": false,
486
- "isSeasonal": false,
487
- "cowbellCost": 0,
488
- "supporterPointCost": 0,
489
- "requiredChatIconHrid": "",
490
- "sortIndex": 19
491
- },
492
- {
493
- "hrid": "/chat_icons/custom_adogtor",
494
- "name": "",
495
- "isSpecial": false,
496
- "isSeasonal": false,
497
- "cowbellCost": 0,
498
- "supporterPointCost": 0,
499
- "requiredChatIconHrid": "",
500
- "sortIndex": 201
501
- },
502
- {
503
- "hrid": "/chat_icons/custom_ailec",
504
- "name": "",
505
- "isSpecial": false,
506
- "isSeasonal": false,
507
- "cowbellCost": 0,
508
- "supporterPointCost": 0,
509
- "requiredChatIconHrid": "",
510
- "sortIndex": 292
511
- },
512
- {
513
- "hrid": "/chat_icons/custom_ak9527",
514
- "name": "",
515
- "isSpecial": false,
516
- "isSeasonal": false,
517
- "cowbellCost": 0,
518
- "supporterPointCost": 0,
519
- "requiredChatIconHrid": "",
520
- "sortIndex": 20
521
- },
522
- {
523
- "hrid": "/chat_icons/custom_amaiyaah",
524
- "name": "",
525
- "isSpecial": false,
526
- "isSeasonal": false,
527
- "cowbellCost": 0,
528
- "supporterPointCost": 0,
529
- "requiredChatIconHrid": "",
530
- "sortIndex": 244
531
- },
532
- {
533
- "hrid": "/chat_icons/custom_anzu114514",
534
- "name": "",
535
- "isSpecial": false,
536
- "isSeasonal": false,
537
- "cowbellCost": 0,
538
- "supporterPointCost": 0,
539
- "requiredChatIconHrid": "",
540
- "sortIndex": 21
541
- },
542
- {
543
- "hrid": "/chat_icons/custom_anzu114514_2",
544
- "name": "",
545
- "isSpecial": false,
546
- "isSeasonal": false,
547
- "cowbellCost": 0,
548
- "supporterPointCost": 0,
549
- "requiredChatIconHrid": "",
550
- "sortIndex": 234
551
- },
552
- {
553
- "hrid": "/chat_icons/custom_archerr",
554
- "name": "",
555
- "isSpecial": false,
556
- "isSeasonal": false,
557
- "cowbellCost": 0,
558
- "supporterPointCost": 0,
559
- "requiredChatIconHrid": "",
560
- "sortIndex": 22
561
- },
562
- {
563
- "hrid": "/chat_icons/custom_ardormaiden",
564
- "name": "",
565
- "isSpecial": false,
566
- "isSeasonal": false,
567
- "cowbellCost": 0,
568
- "supporterPointCost": 0,
569
- "requiredChatIconHrid": "",
570
- "sortIndex": 247
571
- },
572
- {
573
- "hrid": "/chat_icons/custom_auspiciousdragon",
574
- "name": "",
575
- "isSpecial": false,
576
- "isSeasonal": false,
577
- "cowbellCost": 0,
578
- "supporterPointCost": 0,
579
- "requiredChatIconHrid": "",
580
- "sortIndex": 225
581
- },
582
- {
583
- "hrid": "/chat_icons/custom_auspiciousdragon_2",
584
- "name": "",
585
- "isSpecial": false,
586
- "isSeasonal": false,
587
- "cowbellCost": 0,
588
- "supporterPointCost": 0,
589
- "requiredChatIconHrid": "",
590
- "sortIndex": 226
591
- },
592
- {
593
- "hrid": "/chat_icons/custom_auspiciousdragon_3",
594
- "name": "",
595
- "isSpecial": false,
596
- "isSeasonal": false,
597
- "cowbellCost": 0,
598
- "supporterPointCost": 0,
599
- "requiredChatIconHrid": "",
600
- "sortIndex": 227
601
- },
602
- {
603
- "hrid": "/chat_icons/custom_bbc233",
604
- "name": "PooPoo Essence",
605
- "isSpecial": false,
606
- "isSeasonal": false,
607
- "cowbellCost": 0,
608
- "supporterPointCost": 0,
609
- "requiredChatIconHrid": "",
610
- "sortIndex": 23
611
- },
612
- {
613
- "hrid": "/chat_icons/custom_beinliu",
614
- "name": "",
615
- "isSpecial": false,
616
- "isSeasonal": false,
617
- "cowbellCost": 0,
618
- "supporterPointCost": 0,
619
- "requiredChatIconHrid": "",
620
- "sortIndex": 261
621
- },
622
- {
623
- "hrid": "/chat_icons/custom_bestcow",
624
- "name": "",
625
- "isSpecial": false,
626
- "isSeasonal": false,
627
- "cowbellCost": 0,
628
- "supporterPointCost": 0,
629
- "requiredChatIconHrid": "",
630
- "sortIndex": 24
631
- },
632
- {
633
- "hrid": "/chat_icons/custom_bestcow_2",
634
- "name": "",
635
- "isSpecial": false,
636
- "isSeasonal": false,
637
- "cowbellCost": 0,
638
- "supporterPointCost": 0,
639
- "requiredChatIconHrid": "",
640
- "sortIndex": 178
641
- },
642
- {
643
- "hrid": "/chat_icons/custom_bestcow_3",
644
- "name": "",
645
- "isSpecial": false,
646
- "isSeasonal": false,
647
- "cowbellCost": 0,
648
- "supporterPointCost": 0,
649
- "requiredChatIconHrid": "",
650
- "sortIndex": 179
651
- },
652
- {
653
- "hrid": "/chat_icons/custom_bew1tched",
654
- "name": "",
655
- "isSpecial": false,
656
- "isSeasonal": false,
657
- "cowbellCost": 0,
658
- "supporterPointCost": 0,
659
- "requiredChatIconHrid": "",
660
- "sortIndex": 211
661
- },
662
- {
663
- "hrid": "/chat_icons/custom_bigdragonwang",
664
- "name": "",
665
- "isSpecial": false,
666
- "isSeasonal": false,
667
- "cowbellCost": 0,
668
- "supporterPointCost": 0,
669
- "requiredChatIconHrid": "",
670
- "sortIndex": 25
671
- },
672
- {
673
- "hrid": "/chat_icons/custom_bimmzer",
674
- "name": "Beating Heart",
675
- "isSpecial": false,
676
- "isSeasonal": false,
677
- "cowbellCost": 0,
678
- "supporterPointCost": 0,
679
- "requiredChatIconHrid": "",
680
- "sortIndex": 26
681
- },
682
- {
683
- "hrid": "/chat_icons/custom_bimmzer_2",
684
- "name": "Caduceus",
685
- "isSpecial": false,
686
- "isSeasonal": false,
687
- "cowbellCost": 0,
688
- "supporterPointCost": 0,
689
- "requiredChatIconHrid": "",
690
- "sortIndex": 27
691
- },
692
- {
693
- "hrid": "/chat_icons/custom_bmm",
694
- "name": "",
695
- "isSpecial": false,
696
- "isSeasonal": false,
697
- "cowbellCost": 0,
698
- "supporterPointCost": 0,
699
- "requiredChatIconHrid": "",
700
- "sortIndex": 28
701
- },
702
- {
703
- "hrid": "/chat_icons/custom_boluobao",
704
- "name": "hoBakBak",
705
- "isSpecial": false,
706
- "isSeasonal": false,
707
- "cowbellCost": 0,
708
- "supporterPointCost": 0,
709
- "requiredChatIconHrid": "",
710
- "sortIndex": 30
711
- },
712
- {
713
- "hrid": "/chat_icons/custom_bonny",
714
- "name": "MR.BONNY",
715
- "isSpecial": false,
716
- "isSeasonal": false,
717
- "cowbellCost": 0,
718
- "supporterPointCost": 0,
719
- "requiredChatIconHrid": "",
720
- "sortIndex": 297
721
- },
722
- {
723
- "hrid": "/chat_icons/custom_bowensasa",
724
- "name": "",
725
- "isSpecial": false,
726
- "isSeasonal": false,
727
- "cowbellCost": 0,
728
- "supporterPointCost": 0,
729
- "requiredChatIconHrid": "",
730
- "sortIndex": 280
731
- },
732
- {
733
- "hrid": "/chat_icons/custom_bromothymolblue",
734
- "name": "biu~biu~biu~~~",
735
- "isSpecial": false,
736
- "isSeasonal": false,
737
- "cowbellCost": 0,
738
- "supporterPointCost": 0,
739
- "requiredChatIconHrid": "",
740
- "sortIndex": 29
741
- },
742
- {
743
- "hrid": "/chat_icons/custom_bugx2121",
744
- "name": "",
745
- "isSpecial": false,
746
- "isSeasonal": false,
747
- "cowbellCost": 0,
748
- "supporterPointCost": 0,
749
- "requiredChatIconHrid": "",
750
- "sortIndex": 31
751
- },
752
- {
753
- "hrid": "/chat_icons/custom_cainan",
754
- "name": "",
755
- "isSpecial": false,
756
- "isSeasonal": false,
757
- "cowbellCost": 0,
758
- "supporterPointCost": 0,
759
- "requiredChatIconHrid": "",
760
- "sortIndex": 287
761
- },
762
- {
763
- "hrid": "/chat_icons/custom_calm013",
764
- "name": "",
765
- "isSpecial": false,
766
- "isSeasonal": false,
767
- "cowbellCost": 0,
768
- "supporterPointCost": 0,
769
- "requiredChatIconHrid": "",
770
- "sortIndex": 197
771
- },
772
- {
773
- "hrid": "/chat_icons/custom_calm013_2",
774
- "name": "",
775
- "isSpecial": false,
776
- "isSeasonal": false,
777
- "cowbellCost": 0,
778
- "supporterPointCost": 0,
779
- "requiredChatIconHrid": "",
780
- "sortIndex": 198
781
- },
782
- {
783
- "hrid": "/chat_icons/custom_catopia",
784
- "name": "",
785
- "isSpecial": false,
786
- "isSeasonal": false,
787
- "cowbellCost": 0,
788
- "supporterPointCost": 0,
789
- "requiredChatIconHrid": "",
790
- "sortIndex": 32
791
- },
792
- {
793
- "hrid": "/chat_icons/custom_champ",
794
- "name": "World Champion",
795
- "isSpecial": false,
796
- "isSeasonal": false,
797
- "cowbellCost": 0,
798
- "supporterPointCost": 0,
799
- "requiredChatIconHrid": "",
800
- "sortIndex": 33
801
- },
802
- {
803
- "hrid": "/chat_icons/custom_chenluo",
804
- "name": "Fluffy",
805
- "isSpecial": false,
806
- "isSeasonal": false,
807
- "cowbellCost": 0,
808
- "supporterPointCost": 0,
809
- "requiredChatIconHrid": "",
810
- "sortIndex": 34
811
- },
812
- {
813
- "hrid": "/chat_icons/custom_chenluo_2",
814
- "name": "Cyan Wizard",
815
- "isSpecial": false,
816
- "isSeasonal": false,
817
- "cowbellCost": 0,
818
- "supporterPointCost": 0,
819
- "requiredChatIconHrid": "",
820
- "sortIndex": 35
821
- },
822
- {
823
- "hrid": "/chat_icons/custom_cliche",
824
- "name": "Fattytuna",
825
- "isSpecial": false,
826
- "isSeasonal": false,
827
- "cowbellCost": 0,
828
- "supporterPointCost": 0,
829
- "requiredChatIconHrid": "",
830
- "sortIndex": 36
831
- },
832
- {
833
- "hrid": "/chat_icons/custom_cliche_2",
834
- "name": "Valar Morghulis",
835
- "isSpecial": false,
836
- "isSeasonal": false,
837
- "cowbellCost": 0,
838
- "supporterPointCost": 0,
839
- "requiredChatIconHrid": "",
840
- "sortIndex": 37
841
- },
842
- {
843
- "hrid": "/chat_icons/custom_cool555",
844
- "name": "",
845
- "isSpecial": false,
846
- "isSeasonal": false,
847
- "cowbellCost": 0,
848
- "supporterPointCost": 0,
849
- "requiredChatIconHrid": "",
850
- "sortIndex": 243
851
- },
852
- {
853
- "hrid": "/chat_icons/custom_cool555_2",
854
- "name": "",
855
- "isSpecial": false,
856
- "isSeasonal": false,
857
- "cowbellCost": 0,
858
- "supporterPointCost": 0,
859
- "requiredChatIconHrid": "",
860
- "sortIndex": 284
861
- },
862
- {
863
- "hrid": "/chat_icons/custom_cra",
864
- "name": "The eye of Cra",
865
- "isSpecial": false,
866
- "isSeasonal": false,
867
- "cowbellCost": 0,
868
- "supporterPointCost": 0,
869
- "requiredChatIconHrid": "",
870
- "sortIndex": 210
871
- },
872
- {
873
- "hrid": "/chat_icons/custom_cristianon",
874
- "name": "",
875
- "isSpecial": false,
876
- "isSeasonal": false,
877
- "cowbellCost": 0,
878
- "supporterPointCost": 0,
879
- "requiredChatIconHrid": "",
880
- "sortIndex": 262
881
- },
882
- {
883
- "hrid": "/chat_icons/custom_cyderize",
884
- "name": "",
885
- "isSpecial": false,
886
- "isSeasonal": false,
887
- "cowbellCost": 0,
888
- "supporterPointCost": 0,
889
- "requiredChatIconHrid": "",
890
- "sortIndex": 238
891
- },
892
- {
893
- "hrid": "/chat_icons/custom_cyzx",
894
- "name": "Cyzx's apple",
895
- "isSpecial": false,
896
- "isSeasonal": false,
897
- "cowbellCost": 0,
898
- "supporterPointCost": 0,
899
- "requiredChatIconHrid": "",
900
- "sortIndex": 38
901
- },
902
- {
903
- "hrid": "/chat_icons/custom_daddyvladi",
904
- "name": "",
905
- "isSpecial": false,
906
- "isSeasonal": false,
907
- "cowbellCost": 0,
908
- "supporterPointCost": 0,
909
- "requiredChatIconHrid": "",
910
- "sortIndex": 39
911
- },
912
- {
913
- "hrid": "/chat_icons/custom_danielwu",
914
- "name": "",
915
- "isSpecial": false,
916
- "isSeasonal": false,
917
- "cowbellCost": 0,
918
- "supporterPointCost": 0,
919
- "requiredChatIconHrid": "",
920
- "sortIndex": 40
921
- },
922
- {
923
- "hrid": "/chat_icons/custom_deathecho",
924
- "name": "CapyMiira",
925
- "isSpecial": false,
926
- "isSeasonal": false,
927
- "cowbellCost": 0,
928
- "supporterPointCost": 0,
929
- "requiredChatIconHrid": "",
930
- "sortIndex": 41
931
- },
932
- {
933
- "hrid": "/chat_icons/custom_deathecho_2",
934
- "name": "EnhanceMiira",
935
- "isSpecial": false,
936
- "isSeasonal": false,
937
- "cowbellCost": 0,
938
- "supporterPointCost": 0,
939
- "requiredChatIconHrid": "",
940
- "sortIndex": 42
941
- },
942
- {
943
- "hrid": "/chat_icons/custom_demolysis",
944
- "name": "Iron Centaur",
945
- "isSpecial": false,
946
- "isSeasonal": false,
947
- "cowbellCost": 0,
948
- "supporterPointCost": 0,
949
- "requiredChatIconHrid": "",
950
- "sortIndex": 46
951
- },
952
- {
953
- "hrid": "/chat_icons/custom_destinee",
954
- "name": "",
955
- "isSpecial": false,
956
- "isSeasonal": false,
957
- "cowbellCost": 0,
958
- "supporterPointCost": 0,
959
- "requiredChatIconHrid": "",
960
- "sortIndex": 264
961
- },
962
- {
963
- "hrid": "/chat_icons/custom_dingdingfly",
964
- "name": "dingding",
965
- "isSpecial": false,
966
- "isSeasonal": false,
967
- "cowbellCost": 0,
968
- "supporterPointCost": 0,
969
- "requiredChatIconHrid": "",
970
- "sortIndex": 47
971
- },
972
- {
973
- "hrid": "/chat_icons/custom_dingdingfly_2",
974
- "name": "",
975
- "isSpecial": false,
976
- "isSeasonal": false,
977
- "cowbellCost": 0,
978
- "supporterPointCost": 0,
979
- "requiredChatIconHrid": "",
980
- "sortIndex": 192
981
- },
982
- {
983
- "hrid": "/chat_icons/custom_dismason",
984
- "name": "",
985
- "isSpecial": false,
986
- "isSeasonal": false,
987
- "cowbellCost": 0,
988
- "supporterPointCost": 0,
989
- "requiredChatIconHrid": "",
990
- "sortIndex": 199
991
- },
992
- {
993
- "hrid": "/chat_icons/custom_don",
994
- "name": "KC",
995
- "isSpecial": false,
996
- "isSeasonal": false,
997
- "cowbellCost": 0,
998
- "supporterPointCost": 0,
999
- "requiredChatIconHrid": "",
1000
- "sortIndex": 48
1001
- },
1002
- {
1003
- "hrid": "/chat_icons/custom_don_2",
1004
- "name": "THE",
1005
- "isSpecial": false,
1006
- "isSeasonal": false,
1007
- "cowbellCost": 0,
1008
- "supporterPointCost": 0,
1009
- "requiredChatIconHrid": "",
1010
- "sortIndex": 44
1011
- },
1012
- {
1013
- "hrid": "/chat_icons/custom_dookie",
1014
- "name": "Nebula Nugget",
1015
- "isSpecial": false,
1016
- "isSeasonal": false,
1017
- "cowbellCost": 0,
1018
- "supporterPointCost": 0,
1019
- "requiredChatIconHrid": "",
1020
- "sortIndex": 45
1021
- },
1022
- {
1023
- "hrid": "/chat_icons/custom_douyacai",
1024
- "name": "",
1025
- "isSpecial": false,
1026
- "isSeasonal": false,
1027
- "cowbellCost": 0,
1028
- "supporterPointCost": 0,
1029
- "requiredChatIconHrid": "",
1030
- "sortIndex": 202
1031
- },
1032
- {
1033
- "hrid": "/chat_icons/custom_edisonwon",
1034
- "name": "",
1035
- "isSpecial": false,
1036
- "isSeasonal": false,
1037
- "cowbellCost": 0,
1038
- "supporterPointCost": 0,
1039
- "requiredChatIconHrid": "",
1040
- "sortIndex": 209
1041
- },
1042
- {
1043
- "hrid": "/chat_icons/custom_efeiers",
1044
- "name": "",
1045
- "isSpecial": false,
1046
- "isSeasonal": false,
1047
- "cowbellCost": 0,
1048
- "supporterPointCost": 0,
1049
- "requiredChatIconHrid": "",
1050
- "sortIndex": 270
1051
- },
1052
- {
1053
- "hrid": "/chat_icons/custom_eggs",
1054
- "name": "easter egg",
1055
- "isSpecial": false,
1056
- "isSeasonal": false,
1057
- "cowbellCost": 0,
1058
- "supporterPointCost": 0,
1059
- "requiredChatIconHrid": "",
1060
- "sortIndex": 49
1061
- },
1062
- {
1063
- "hrid": "/chat_icons/custom_elysia",
1064
- "name": "Ely",
1065
- "isSpecial": false,
1066
- "isSeasonal": false,
1067
- "cowbellCost": 0,
1068
- "supporterPointCost": 0,
1069
- "requiredChatIconHrid": "",
1070
- "sortIndex": 50
1071
- },
1072
- {
1073
- "hrid": "/chat_icons/custom_erebys",
1074
- "name": "",
1075
- "isSpecial": false,
1076
- "isSeasonal": false,
1077
- "cowbellCost": 0,
1078
- "supporterPointCost": 0,
1079
- "requiredChatIconHrid": "",
1080
- "sortIndex": 51
1081
- },
1082
- {
1083
- "hrid": "/chat_icons/custom_eun",
1084
- "name": "Harbinger of Doom",
1085
- "isSpecial": false,
1086
- "isSeasonal": false,
1087
- "cowbellCost": 0,
1088
- "supporterPointCost": 0,
1089
- "requiredChatIconHrid": "",
1090
- "sortIndex": 52
1091
- },
1092
- {
1093
- "hrid": "/chat_icons/custom_farcaster",
1094
- "name": "Impsticks",
1095
- "isSpecial": false,
1096
- "isSeasonal": false,
1097
- "cowbellCost": 0,
1098
- "supporterPointCost": 0,
1099
- "requiredChatIconHrid": "",
1100
- "sortIndex": 53
1101
- },
1102
- {
1103
- "hrid": "/chat_icons/custom_foamice",
1104
- "name": "Snowflake",
1105
- "isSpecial": false,
1106
- "isSeasonal": false,
1107
- "cowbellCost": 0,
1108
- "supporterPointCost": 0,
1109
- "requiredChatIconHrid": "",
1110
- "sortIndex": 54
1111
- },
1112
- {
1113
- "hrid": "/chat_icons/custom_gagaboom",
1114
- "name": "Mercury",
1115
- "isSpecial": false,
1116
- "isSeasonal": false,
1117
- "cowbellCost": 0,
1118
- "supporterPointCost": 0,
1119
- "requiredChatIconHrid": "",
1120
- "sortIndex": 55
1121
- },
1122
- {
1123
- "hrid": "/chat_icons/custom_gawrgura",
1124
- "name": "",
1125
- "isSpecial": false,
1126
- "isSeasonal": false,
1127
- "cowbellCost": 0,
1128
- "supporterPointCost": 0,
1129
- "requiredChatIconHrid": "",
1130
- "sortIndex": 219
1131
- },
1132
- {
1133
- "hrid": "/chat_icons/custom_gbf666",
1134
- "name": "",
1135
- "isSpecial": false,
1136
- "isSeasonal": false,
1137
- "cowbellCost": 0,
1138
- "supporterPointCost": 0,
1139
- "requiredChatIconHrid": "",
1140
- "sortIndex": 232
1141
- },
1142
- {
1143
- "hrid": "/chat_icons/custom_gloryjacky",
1144
- "name": "",
1145
- "isSpecial": false,
1146
- "isSeasonal": false,
1147
- "cowbellCost": 0,
1148
- "supporterPointCost": 0,
1149
- "requiredChatIconHrid": "",
1150
- "sortIndex": 235
1151
- },
1152
- {
1153
- "hrid": "/chat_icons/custom_gminj2",
1154
- "name": "",
1155
- "isSpecial": false,
1156
- "isSeasonal": false,
1157
- "cowbellCost": 0,
1158
- "supporterPointCost": 0,
1159
- "requiredChatIconHrid": "",
1160
- "sortIndex": 56
1161
- },
1162
- {
1163
- "hrid": "/chat_icons/custom_gminj2_2",
1164
- "name": "",
1165
- "isSpecial": false,
1166
- "isSeasonal": false,
1167
- "cowbellCost": 0,
1168
- "supporterPointCost": 0,
1169
- "requiredChatIconHrid": "",
1170
- "sortIndex": 57
1171
- },
1172
- {
1173
- "hrid": "/chat_icons/custom_golden_hound",
1174
- "name": "GoldenHound",
1175
- "isSpecial": false,
1176
- "isSeasonal": false,
1177
- "cowbellCost": 0,
1178
- "supporterPointCost": 0,
1179
- "requiredChatIconHrid": "",
1180
- "sortIndex": 58
1181
- },
1182
- {
1183
- "hrid": "/chat_icons/custom_goldenhound_2",
1184
- "name": "Merry Stitchmas",
1185
- "isSpecial": false,
1186
- "isSeasonal": false,
1187
- "cowbellCost": 0,
1188
- "supporterPointCost": 0,
1189
- "requiredChatIconHrid": "",
1190
- "sortIndex": 59
1191
- },
1192
- {
1193
- "hrid": "/chat_icons/custom_goldenhound_3",
1194
- "name": "Celestial Hound",
1195
- "isSpecial": false,
1196
- "isSeasonal": false,
1197
- "cowbellCost": 0,
1198
- "supporterPointCost": 0,
1199
- "requiredChatIconHrid": "",
1200
- "sortIndex": 60
1201
- },
1202
- {
1203
- "hrid": "/chat_icons/custom_goodguyjack",
1204
- "name": "Pippi Longstocking the White",
1205
- "isSpecial": false,
1206
- "isSeasonal": false,
1207
- "cowbellCost": 0,
1208
- "supporterPointCost": 0,
1209
- "requiredChatIconHrid": "",
1210
- "sortIndex": 61
1211
- },
1212
- {
1213
- "hrid": "/chat_icons/custom_goodguyjack_2",
1214
- "name": "Champion Of Artemis",
1215
- "isSpecial": false,
1216
- "isSeasonal": false,
1217
- "cowbellCost": 0,
1218
- "supporterPointCost": 0,
1219
- "requiredChatIconHrid": "",
1220
- "sortIndex": 62
1221
- },
1222
- {
1223
- "hrid": "/chat_icons/custom_goodguyjack_3",
1224
- "name": "Champion of Rome",
1225
- "isSpecial": false,
1226
- "isSeasonal": false,
1227
- "cowbellCost": 0,
1228
- "supporterPointCost": 0,
1229
- "requiredChatIconHrid": "",
1230
- "sortIndex": 63
1231
- },
1232
- {
1233
- "hrid": "/chat_icons/custom_goodknight",
1234
- "name": "",
1235
- "isSpecial": false,
1236
- "isSeasonal": false,
1237
- "cowbellCost": 0,
1238
- "supporterPointCost": 0,
1239
- "requiredChatIconHrid": "",
1240
- "sortIndex": 301
1241
- },
1242
- {
1243
- "hrid": "/chat_icons/custom_gragatrim",
1244
- "name": "Spirit Breaker",
1245
- "isSpecial": false,
1246
- "isSeasonal": false,
1247
- "cowbellCost": 0,
1248
- "supporterPointCost": 0,
1249
- "requiredChatIconHrid": "",
1250
- "sortIndex": 64
1251
- },
1252
- {
1253
- "hrid": "/chat_icons/custom_guguguguchicken",
1254
- "name": "Chicken 4 Gu",
1255
- "isSpecial": false,
1256
- "isSeasonal": false,
1257
- "cowbellCost": 0,
1258
- "supporterPointCost": 0,
1259
- "requiredChatIconHrid": "",
1260
- "sortIndex": 65
1261
- },
1262
- {
1263
- "hrid": "/chat_icons/custom_h0lyduck",
1264
- "name": "EL PATO",
1265
- "isSpecial": false,
1266
- "isSeasonal": false,
1267
- "cowbellCost": 0,
1268
- "supporterPointCost": 0,
1269
- "requiredChatIconHrid": "",
1270
- "sortIndex": 68
1271
- },
1272
- {
1273
- "hrid": "/chat_icons/custom_h0lyduck_2",
1274
- "name": "+20 Gamba",
1275
- "isSpecial": false,
1276
- "isSeasonal": false,
1277
- "cowbellCost": 0,
1278
- "supporterPointCost": 0,
1279
- "requiredChatIconHrid": "",
1280
- "sortIndex": 69
1281
- },
1282
- {
1283
- "hrid": "/chat_icons/custom_h0lyduck_3",
1284
- "name": "Cowbell Bagholder",
1285
- "isSpecial": false,
1286
- "isSeasonal": false,
1287
- "cowbellCost": 0,
1288
- "supporterPointCost": 0,
1289
- "requiredChatIconHrid": "",
1290
- "sortIndex": 70
1291
- },
1292
- {
1293
- "hrid": "/chat_icons/custom_habs",
1294
- "name": "",
1295
- "isSpecial": false,
1296
- "isSeasonal": false,
1297
- "cowbellCost": 0,
1298
- "supporterPointCost": 0,
1299
- "requiredChatIconHrid": "",
1300
- "sortIndex": 294
1301
- },
1302
- {
1303
- "hrid": "/chat_icons/custom_hamu",
1304
- "name": "",
1305
- "isSpecial": false,
1306
- "isSeasonal": false,
1307
- "cowbellCost": 0,
1308
- "supporterPointCost": 0,
1309
- "requiredChatIconHrid": "",
1310
- "sortIndex": 66
1311
- },
1312
- {
1313
- "hrid": "/chat_icons/custom_hamunekouwuo",
1314
- "name": "",
1315
- "isSpecial": false,
1316
- "isSeasonal": false,
1317
- "cowbellCost": 0,
1318
- "supporterPointCost": 0,
1319
- "requiredChatIconHrid": "",
1320
- "sortIndex": 249
1321
- },
1322
- {
1323
- "hrid": "/chat_icons/custom_hasumi",
1324
- "name": "",
1325
- "isSpecial": false,
1326
- "isSeasonal": false,
1327
- "cowbellCost": 0,
1328
- "supporterPointCost": 0,
1329
- "requiredChatIconHrid": "",
1330
- "sortIndex": 220
1331
- },
1332
- {
1333
- "hrid": "/chat_icons/custom_hasumi_2",
1334
- "name": "",
1335
- "isSpecial": false,
1336
- "isSeasonal": false,
1337
- "cowbellCost": 0,
1338
- "supporterPointCost": 0,
1339
- "requiredChatIconHrid": "",
1340
- "sortIndex": 221
1341
- },
1342
- {
1343
- "hrid": "/chat_icons/custom_hawk",
1344
- "name": "Ser Lock",
1345
- "isSpecial": false,
1346
- "isSeasonal": false,
1347
- "cowbellCost": 0,
1348
- "supporterPointCost": 0,
1349
- "requiredChatIconHrid": "",
1350
- "sortIndex": 67
1351
- },
1352
- {
1353
- "hrid": "/chat_icons/custom_hinanaitenshi",
1354
- "name": "",
1355
- "isSpecial": false,
1356
- "isSeasonal": false,
1357
- "cowbellCost": 0,
1358
- "supporterPointCost": 0,
1359
- "requiredChatIconHrid": "",
1360
- "sortIndex": 231
1361
- },
1362
- {
1363
- "hrid": "/chat_icons/custom_hirochan",
1364
- "name": "Hat of Explosion",
1365
- "isSpecial": false,
1366
- "isSeasonal": false,
1367
- "cowbellCost": 0,
1368
- "supporterPointCost": 0,
1369
- "requiredChatIconHrid": "",
1370
- "sortIndex": 246
1371
- },
1372
- {
1373
- "hrid": "/chat_icons/custom_houston",
1374
- "name": "Houston, we have a problem",
1375
- "isSpecial": false,
1376
- "isSeasonal": false,
1377
- "cowbellCost": 0,
1378
- "supporterPointCost": 0,
1379
- "requiredChatIconHrid": "",
1380
- "sortIndex": 71
1381
- },
1382
- {
1383
- "hrid": "/chat_icons/custom_icyfire",
1384
- "name": "",
1385
- "isSpecial": false,
1386
- "isSeasonal": false,
1387
- "cowbellCost": 0,
1388
- "supporterPointCost": 0,
1389
- "requiredChatIconHrid": "",
1390
- "sortIndex": 72
1391
- },
1392
- {
1393
- "hrid": "/chat_icons/custom_immortalphoenix",
1394
- "name": "",
1395
- "isSpecial": false,
1396
- "isSeasonal": false,
1397
- "cowbellCost": 0,
1398
- "supporterPointCost": 0,
1399
- "requiredChatIconHrid": "",
1400
- "sortIndex": 73
1401
- },
1402
- {
1403
- "hrid": "/chat_icons/custom_immortalphoenix_2",
1404
- "name": "",
1405
- "isSpecial": false,
1406
- "isSeasonal": false,
1407
- "cowbellCost": 0,
1408
- "supporterPointCost": 0,
1409
- "requiredChatIconHrid": "",
1410
- "sortIndex": 186
1411
- },
1412
- {
1413
- "hrid": "/chat_icons/custom_immortalphoenix_3",
1414
- "name": "",
1415
- "isSpecial": false,
1416
- "isSeasonal": false,
1417
- "cowbellCost": 0,
1418
- "supporterPointCost": 0,
1419
- "requiredChatIconHrid": "",
1420
- "sortIndex": 187
1421
- },
1422
- {
1423
- "hrid": "/chat_icons/custom_indulgein",
1424
- "name": "",
1425
- "isSpecial": false,
1426
- "isSeasonal": false,
1427
- "cowbellCost": 0,
1428
- "supporterPointCost": 0,
1429
- "requiredChatIconHrid": "",
1430
- "sortIndex": 74
1431
- },
1432
- {
1433
- "hrid": "/chat_icons/custom_jbq",
1434
- "name": "do not perceive me",
1435
- "isSpecial": false,
1436
- "isSeasonal": false,
1437
- "cowbellCost": 0,
1438
- "supporterPointCost": 0,
1439
- "requiredChatIconHrid": "",
1440
- "sortIndex": 75
1441
- },
1442
- {
1443
- "hrid": "/chat_icons/custom_jbq_2",
1444
- "name": "I Stab",
1445
- "isSpecial": false,
1446
- "isSeasonal": false,
1447
- "cowbellCost": 0,
1448
- "supporterPointCost": 0,
1449
- "requiredChatIconHrid": "",
1450
- "sortIndex": 76
1451
- },
1452
- {
1453
- "hrid": "/chat_icons/custom_jet",
1454
- "name": "",
1455
- "isSpecial": false,
1456
- "isSeasonal": false,
1457
- "cowbellCost": 0,
1458
- "supporterPointCost": 0,
1459
- "requiredChatIconHrid": "",
1460
- "sortIndex": 215
1461
- },
1462
- {
1463
- "hrid": "/chat_icons/custom_jiojio",
1464
- "name": "",
1465
- "isSpecial": false,
1466
- "isSeasonal": false,
1467
- "cowbellCost": 0,
1468
- "supporterPointCost": 0,
1469
- "requiredChatIconHrid": "",
1470
- "sortIndex": 77
1471
- },
1472
- {
1473
- "hrid": "/chat_icons/custom_jiojio_2",
1474
- "name": "",
1475
- "isSpecial": false,
1476
- "isSeasonal": false,
1477
- "cowbellCost": 0,
1478
- "supporterPointCost": 0,
1479
- "requiredChatIconHrid": "",
1480
- "sortIndex": 250
1481
- },
1482
- {
1483
- "hrid": "/chat_icons/custom_jiojio_3",
1484
- "name": "",
1485
- "isSpecial": false,
1486
- "isSeasonal": false,
1487
- "cowbellCost": 0,
1488
- "supporterPointCost": 0,
1489
- "requiredChatIconHrid": "",
1490
- "sortIndex": 251
1491
- },
1492
- {
1493
- "hrid": "/chat_icons/custom_jiuyue05733",
1494
- "name": "",
1495
- "isSpecial": false,
1496
- "isSeasonal": false,
1497
- "cowbellCost": 0,
1498
- "supporterPointCost": 0,
1499
- "requiredChatIconHrid": "",
1500
- "sortIndex": 78
1501
- },
1502
- {
1503
- "hrid": "/chat_icons/custom_joey",
1504
- "name": "",
1505
- "isSpecial": false,
1506
- "isSeasonal": false,
1507
- "cowbellCost": 0,
1508
- "supporterPointCost": 0,
1509
- "requiredChatIconHrid": "",
1510
- "sortIndex": 258
1511
- },
1512
- {
1513
- "hrid": "/chat_icons/custom_joey_2",
1514
- "name": "",
1515
- "isSpecial": false,
1516
- "isSeasonal": false,
1517
- "cowbellCost": 0,
1518
- "supporterPointCost": 0,
1519
- "requiredChatIconHrid": "",
1520
- "sortIndex": 259
1521
- },
1522
- {
1523
- "hrid": "/chat_icons/custom_joey_3",
1524
- "name": "",
1525
- "isSpecial": false,
1526
- "isSeasonal": false,
1527
- "cowbellCost": 0,
1528
- "supporterPointCost": 0,
1529
- "requiredChatIconHrid": "",
1530
- "sortIndex": 285
1531
- },
1532
- {
1533
- "hrid": "/chat_icons/custom_jowl",
1534
- "name": "Golden Ticket",
1535
- "isSpecial": false,
1536
- "isSeasonal": false,
1537
- "cowbellCost": 0,
1538
- "supporterPointCost": 0,
1539
- "requiredChatIconHrid": "",
1540
- "sortIndex": 79
1541
- },
1542
- {
1543
- "hrid": "/chat_icons/custom_jowl_2",
1544
- "name": "Robin Hood Hat",
1545
- "isSpecial": false,
1546
- "isSeasonal": false,
1547
- "cowbellCost": 0,
1548
- "supporterPointCost": 0,
1549
- "requiredChatIconHrid": "",
1550
- "sortIndex": 80
1551
- },
1552
- {
1553
- "hrid": "/chat_icons/custom_jump14",
1554
- "name": "",
1555
- "isSpecial": false,
1556
- "isSeasonal": false,
1557
- "cowbellCost": 0,
1558
- "supporterPointCost": 0,
1559
- "requiredChatIconHrid": "",
1560
- "sortIndex": 81
1561
- },
1562
- {
1563
- "hrid": "/chat_icons/custom_kamz",
1564
- "name": "",
1565
- "isSpecial": false,
1566
- "isSeasonal": false,
1567
- "cowbellCost": 0,
1568
- "supporterPointCost": 0,
1569
- "requiredChatIconHrid": "",
1570
- "sortIndex": 82
1571
- },
1572
- {
1573
- "hrid": "/chat_icons/custom_karlding",
1574
- "name": "",
1575
- "isSpecial": false,
1576
- "isSeasonal": false,
1577
- "cowbellCost": 0,
1578
- "supporterPointCost": 0,
1579
- "requiredChatIconHrid": "",
1580
- "sortIndex": 83
1581
- },
1582
- {
1583
- "hrid": "/chat_icons/custom_khazu",
1584
- "name": "World Champion",
1585
- "isSpecial": false,
1586
- "isSeasonal": false,
1587
- "cowbellCost": 0,
1588
- "supporterPointCost": 0,
1589
- "requiredChatIconHrid": "",
1590
- "sortIndex": 84
1591
- },
1592
- {
1593
- "hrid": "/chat_icons/custom_kiira",
1594
- "name": "Rainbow Cheesecake",
1595
- "isSpecial": false,
1596
- "isSeasonal": false,
1597
- "cowbellCost": 0,
1598
- "supporterPointCost": 0,
1599
- "requiredChatIconHrid": "",
1600
- "sortIndex": 85
1601
- },
1602
- {
1603
- "hrid": "/chat_icons/custom_killaqo",
1604
- "name": "Distinguished Gary",
1605
- "isSpecial": false,
1606
- "isSeasonal": false,
1607
- "cowbellCost": 0,
1608
- "supporterPointCost": 0,
1609
- "requiredChatIconHrid": "",
1610
- "sortIndex": 86
1611
- },
1612
- {
1613
- "hrid": "/chat_icons/custom_kitye",
1614
- "name": "",
1615
- "isSpecial": false,
1616
- "isSeasonal": false,
1617
- "cowbellCost": 0,
1618
- "supporterPointCost": 0,
1619
- "requiredChatIconHrid": "",
1620
- "sortIndex": 228
1621
- },
1622
- {
1623
- "hrid": "/chat_icons/custom_kiyuu",
1624
- "name": "Constellation",
1625
- "isSpecial": false,
1626
- "isSeasonal": false,
1627
- "cowbellCost": 0,
1628
- "supporterPointCost": 0,
1629
- "requiredChatIconHrid": "",
1630
- "sortIndex": 87
1631
- },
1632
- {
1633
- "hrid": "/chat_icons/custom_kiyuu_2",
1634
- "name": "moooooon",
1635
- "isSpecial": false,
1636
- "isSeasonal": false,
1637
- "cowbellCost": 0,
1638
- "supporterPointCost": 0,
1639
- "requiredChatIconHrid": "",
1640
- "sortIndex": 88
1641
- },
1642
- {
1643
- "hrid": "/chat_icons/custom_kiyuu_3",
1644
- "name": "Squishosaurus",
1645
- "isSpecial": false,
1646
- "isSeasonal": false,
1647
- "cowbellCost": 0,
1648
- "supporterPointCost": 0,
1649
- "requiredChatIconHrid": "",
1650
- "sortIndex": 89
1651
- },
1652
- {
1653
- "hrid": "/chat_icons/custom_kleal",
1654
- "name": "White Partyhat",
1655
- "isSpecial": false,
1656
- "isSeasonal": false,
1657
- "cowbellCost": 0,
1658
- "supporterPointCost": 0,
1659
- "requiredChatIconHrid": "",
1660
- "sortIndex": 90
1661
- },
1662
- {
1663
- "hrid": "/chat_icons/custom_kliuty",
1664
- "name": "Krystal",
1665
- "isSpecial": false,
1666
- "isSeasonal": false,
1667
- "cowbellCost": 0,
1668
- "supporterPointCost": 0,
1669
- "requiredChatIconHrid": "",
1670
- "sortIndex": 91
1671
- },
1672
- {
1673
- "hrid": "/chat_icons/custom_krazden",
1674
- "name": "Tasmarius the Toga Titan",
1675
- "isSpecial": false,
1676
- "isSeasonal": false,
1677
- "cowbellCost": 0,
1678
- "supporterPointCost": 0,
1679
- "requiredChatIconHrid": "",
1680
- "sortIndex": 279
1681
- },
1682
- {
1683
- "hrid": "/chat_icons/custom_kuluki",
1684
- "name": "DORO, Orange and You",
1685
- "isSpecial": false,
1686
- "isSeasonal": false,
1687
- "cowbellCost": 0,
1688
- "supporterPointCost": 0,
1689
- "requiredChatIconHrid": "",
1690
- "sortIndex": 213
1691
- },
1692
- {
1693
- "hrid": "/chat_icons/custom_lapapap",
1694
- "name": "Penguin",
1695
- "isSpecial": false,
1696
- "isSeasonal": false,
1697
- "cowbellCost": 0,
1698
- "supporterPointCost": 0,
1699
- "requiredChatIconHrid": "",
1700
- "sortIndex": 101
1701
- },
1702
- {
1703
- "hrid": "/chat_icons/custom_lastsoul",
1704
- "name": "",
1705
- "isSpecial": false,
1706
- "isSeasonal": false,
1707
- "cowbellCost": 0,
1708
- "supporterPointCost": 0,
1709
- "requiredChatIconHrid": "",
1710
- "sortIndex": 239
1711
- },
1712
- {
1713
- "hrid": "/chat_icons/custom_leevi",
1714
- "name": "Emool's Sacrifice",
1715
- "isSpecial": false,
1716
- "isSeasonal": false,
1717
- "cowbellCost": 0,
1718
- "supporterPointCost": 0,
1719
- "requiredChatIconHrid": "",
1720
- "sortIndex": 92
1721
- },
1722
- {
1723
- "hrid": "/chat_icons/custom_leevi_2",
1724
- "name": "Hyper Moozooka Beam EX",
1725
- "isSpecial": false,
1726
- "isSeasonal": false,
1727
- "cowbellCost": 0,
1728
- "supporterPointCost": 0,
1729
- "requiredChatIconHrid": "",
1730
- "sortIndex": 93
1731
- },
1732
- {
1733
- "hrid": "/chat_icons/custom_leica",
1734
- "name": "",
1735
- "isSpecial": false,
1736
- "isSeasonal": false,
1737
- "cowbellCost": 0,
1738
- "supporterPointCost": 0,
1739
- "requiredChatIconHrid": "",
1740
- "sortIndex": 94
1741
- },
1742
- {
1743
- "hrid": "/chat_icons/custom_leica_2",
1744
- "name": "",
1745
- "isSpecial": false,
1746
- "isSeasonal": false,
1747
- "cowbellCost": 0,
1748
- "supporterPointCost": 0,
1749
- "requiredChatIconHrid": "",
1750
- "sortIndex": 95
1751
- },
1752
- {
1753
- "hrid": "/chat_icons/custom_leica_3",
1754
- "name": "",
1755
- "isSpecial": false,
1756
- "isSeasonal": false,
1757
- "cowbellCost": 0,
1758
- "supporterPointCost": 0,
1759
- "requiredChatIconHrid": "",
1760
- "sortIndex": 96
1761
- },
1762
- {
1763
- "hrid": "/chat_icons/custom_liha",
1764
- "name": "",
1765
- "isSpecial": false,
1766
- "isSeasonal": false,
1767
- "cowbellCost": 0,
1768
- "supporterPointCost": 0,
1769
- "requiredChatIconHrid": "",
1770
- "sortIndex": 97
1771
- },
1772
- {
1773
- "hrid": "/chat_icons/custom_liha_2",
1774
- "name": "",
1775
- "isSpecial": false,
1776
- "isSeasonal": false,
1777
- "cowbellCost": 0,
1778
- "supporterPointCost": 0,
1779
- "requiredChatIconHrid": "",
1780
- "sortIndex": 98
1781
- },
1782
- {
1783
- "hrid": "/chat_icons/custom_liha_3",
1784
- "name": "",
1785
- "isSpecial": false,
1786
- "isSeasonal": false,
1787
- "cowbellCost": 0,
1788
- "supporterPointCost": 0,
1789
- "requiredChatIconHrid": "",
1790
- "sortIndex": 99
1791
- },
1792
- {
1793
- "hrid": "/chat_icons/custom_likeejasai",
1794
- "name": "",
1795
- "isSpecial": false,
1796
- "isSeasonal": false,
1797
- "cowbellCost": 0,
1798
- "supporterPointCost": 0,
1799
- "requiredChatIconHrid": "",
1800
- "sortIndex": 288
1801
- },
1802
- {
1803
- "hrid": "/chat_icons/custom_lillianrose",
1804
- "name": "Lilly's Rose",
1805
- "isSpecial": false,
1806
- "isSeasonal": false,
1807
- "cowbellCost": 0,
1808
- "supporterPointCost": 0,
1809
- "requiredChatIconHrid": "",
1810
- "sortIndex": 100
1811
- },
1812
- {
1813
- "hrid": "/chat_icons/custom_lootdruid",
1814
- "name": "",
1815
- "isSpecial": false,
1816
- "isSeasonal": false,
1817
- "cowbellCost": 0,
1818
- "supporterPointCost": 0,
1819
- "requiredChatIconHrid": "",
1820
- "sortIndex": 272
1821
- },
1822
- {
1823
- "hrid": "/chat_icons/custom_luckycrow",
1824
- "name": "",
1825
- "isSpecial": false,
1826
- "isSeasonal": false,
1827
- "cowbellCost": 0,
1828
- "supporterPointCost": 0,
1829
- "requiredChatIconHrid": "",
1830
- "sortIndex": 222
1831
- },
1832
- {
1833
- "hrid": "/chat_icons/custom_ludi789",
1834
- "name": "",
1835
- "isSpecial": false,
1836
- "isSeasonal": false,
1837
- "cowbellCost": 0,
1838
- "supporterPointCost": 0,
1839
- "requiredChatIconHrid": "",
1840
- "sortIndex": 224
1841
- },
1842
- {
1843
- "hrid": "/chat_icons/custom_lxs4765",
1844
- "name": "",
1845
- "isSpecial": false,
1846
- "isSeasonal": false,
1847
- "cowbellCost": 0,
1848
- "supporterPointCost": 0,
1849
- "requiredChatIconHrid": "",
1850
- "sortIndex": 233
1851
- },
1852
- {
1853
- "hrid": "/chat_icons/custom_lyricky",
1854
- "name": "Journey",
1855
- "isSpecial": false,
1856
- "isSeasonal": false,
1857
- "cowbellCost": 0,
1858
- "supporterPointCost": 0,
1859
- "requiredChatIconHrid": "",
1860
- "sortIndex": 102
1861
- },
1862
- {
1863
- "hrid": "/chat_icons/custom_madsfrisk",
1864
- "name": "Slasher Gang",
1865
- "isSpecial": false,
1866
- "isSeasonal": false,
1867
- "cowbellCost": 0,
1868
- "supporterPointCost": 0,
1869
- "requiredChatIconHrid": "",
1870
- "sortIndex": 103
1871
- },
1872
- {
1873
- "hrid": "/chat_icons/custom_mage",
1874
- "name": "idk literally anything is fine",
1875
- "isSpecial": false,
1876
- "isSeasonal": false,
1877
- "cowbellCost": 0,
1878
- "supporterPointCost": 0,
1879
- "requiredChatIconHrid": "",
1880
- "sortIndex": 104
1881
- },
1882
- {
1883
- "hrid": "/chat_icons/custom_magicwang",
1884
- "name": "",
1885
- "isSpecial": false,
1886
- "isSeasonal": false,
1887
- "cowbellCost": 0,
1888
- "supporterPointCost": 0,
1889
- "requiredChatIconHrid": "",
1890
- "sortIndex": 216
1891
- },
1892
- {
1893
- "hrid": "/chat_icons/custom_magurodon",
1894
- "name": "Edda of the Frostborn",
1895
- "isSpecial": false,
1896
- "isSeasonal": false,
1897
- "cowbellCost": 0,
1898
- "supporterPointCost": 0,
1899
- "requiredChatIconHrid": "",
1900
- "sortIndex": 105
1901
- },
1902
- {
1903
- "hrid": "/chat_icons/custom_magurodon_2",
1904
- "name": "",
1905
- "isSpecial": false,
1906
- "isSeasonal": false,
1907
- "cowbellCost": 0,
1908
- "supporterPointCost": 0,
1909
- "requiredChatIconHrid": "",
1910
- "sortIndex": 190
1911
- },
1912
- {
1913
- "hrid": "/chat_icons/custom_mallenllor",
1914
- "name": "",
1915
- "isSpecial": false,
1916
- "isSeasonal": false,
1917
- "cowbellCost": 0,
1918
- "supporterPointCost": 0,
1919
- "requiredChatIconHrid": "",
1920
- "sortIndex": 290
1921
- },
1922
- {
1923
- "hrid": "/chat_icons/custom_manzng",
1924
- "name": "",
1925
- "isSpecial": false,
1926
- "isSeasonal": false,
1927
- "cowbellCost": 0,
1928
- "supporterPointCost": 0,
1929
- "requiredChatIconHrid": "",
1930
- "sortIndex": 298
1931
- },
1932
- {
1933
- "hrid": "/chat_icons/custom_maplenvda",
1934
- "name": "",
1935
- "isSpecial": false,
1936
- "isSeasonal": false,
1937
- "cowbellCost": 0,
1938
- "supporterPointCost": 0,
1939
- "requiredChatIconHrid": "",
1940
- "sortIndex": 291
1941
- },
1942
- {
1943
- "hrid": "/chat_icons/custom_mardkhora",
1944
- "name": "",
1945
- "isSpecial": false,
1946
- "isSeasonal": false,
1947
- "cowbellCost": 0,
1948
- "supporterPointCost": 0,
1949
- "requiredChatIconHrid": "",
1950
- "sortIndex": 106
1951
- },
1952
- {
1953
- "hrid": "/chat_icons/custom_matoasakura",
1954
- "name": "",
1955
- "isSpecial": false,
1956
- "isSeasonal": false,
1957
- "cowbellCost": 0,
1958
- "supporterPointCost": 0,
1959
- "requiredChatIconHrid": "",
1960
- "sortIndex": 107
1961
- },
1962
- {
1963
- "hrid": "/chat_icons/custom_matutu",
1964
- "name": "",
1965
- "isSpecial": false,
1966
- "isSeasonal": false,
1967
- "cowbellCost": 0,
1968
- "supporterPointCost": 0,
1969
- "requiredChatIconHrid": "",
1970
- "sortIndex": 208
1971
- },
1972
- {
1973
- "hrid": "/chat_icons/custom_maxion",
1974
- "name": "Maxion.tv",
1975
- "isSpecial": false,
1976
- "isSeasonal": false,
1977
- "cowbellCost": 0,
1978
- "supporterPointCost": 0,
1979
- "requiredChatIconHrid": "",
1980
- "sortIndex": 108
1981
- },
1982
- {
1983
- "hrid": "/chat_icons/custom_maxion_2",
1984
- "name": "Maxion.tv",
1985
- "isSpecial": false,
1986
- "isSeasonal": false,
1987
- "cowbellCost": 0,
1988
- "supporterPointCost": 0,
1989
- "requiredChatIconHrid": "",
1990
- "sortIndex": 274
1991
- },
1992
- {
1993
- "hrid": "/chat_icons/custom_maxion_3",
1994
- "name": "Maxion.tv",
1995
- "isSpecial": false,
1996
- "isSeasonal": false,
1997
- "cowbellCost": 0,
1998
- "supporterPointCost": 0,
1999
- "requiredChatIconHrid": "",
2000
- "sortIndex": 275
2001
- },
2002
- {
2003
- "hrid": "/chat_icons/custom_mengmenguwu",
2004
- "name": "",
2005
- "isSpecial": false,
2006
- "isSeasonal": false,
2007
- "cowbellCost": 0,
2008
- "supporterPointCost": 0,
2009
- "requiredChatIconHrid": "",
2010
- "sortIndex": 109
2011
- },
2012
- {
2013
- "hrid": "/chat_icons/custom_mengmenguwu_2",
2014
- "name": "",
2015
- "isSpecial": false,
2016
- "isSeasonal": false,
2017
- "cowbellCost": 0,
2018
- "supporterPointCost": 0,
2019
- "requiredChatIconHrid": "",
2020
- "sortIndex": 180
2021
- },
2022
- {
2023
- "hrid": "/chat_icons/custom_meon",
2024
- "name": "",
2025
- "isSpecial": false,
2026
- "isSeasonal": false,
2027
- "cowbellCost": 0,
2028
- "supporterPointCost": 0,
2029
- "requiredChatIconHrid": "",
2030
- "sortIndex": 242
2031
- },
2032
- {
2033
- "hrid": "/chat_icons/custom_mermer88",
2034
- "name": "",
2035
- "isSpecial": false,
2036
- "isSeasonal": false,
2037
- "cowbellCost": 0,
2038
- "supporterPointCost": 0,
2039
- "requiredChatIconHrid": "",
2040
- "sortIndex": 205
2041
- },
2042
- {
2043
- "hrid": "/chat_icons/custom_messbb",
2044
- "name": "",
2045
- "isSpecial": false,
2046
- "isSeasonal": false,
2047
- "cowbellCost": 0,
2048
- "supporterPointCost": 0,
2049
- "requiredChatIconHrid": "",
2050
- "sortIndex": 212
2051
- },
2052
- {
2053
- "hrid": "/chat_icons/custom_milkitraw",
2054
- "name": "The dark duck",
2055
- "isSpecial": false,
2056
- "isSeasonal": false,
2057
- "cowbellCost": 0,
2058
- "supporterPointCost": 0,
2059
- "requiredChatIconHrid": "",
2060
- "sortIndex": 110
2061
- },
2062
- {
2063
- "hrid": "/chat_icons/custom_milkmaid",
2064
- "name": "Frost Queen's Soul",
2065
- "isSpecial": false,
2066
- "isSeasonal": false,
2067
- "cowbellCost": 0,
2068
- "supporterPointCost": 0,
2069
- "requiredChatIconHrid": "",
2070
- "sortIndex": 111
2071
- },
2072
- {
2073
- "hrid": "/chat_icons/custom_minami",
2074
- "name": "",
2075
- "isSpecial": false,
2076
- "isSeasonal": false,
2077
- "cowbellCost": 0,
2078
- "supporterPointCost": 0,
2079
- "requiredChatIconHrid": "",
2080
- "sortIndex": 196
2081
- },
2082
- {
2083
- "hrid": "/chat_icons/custom_miuca",
2084
- "name": "Miu",
2085
- "isSpecial": false,
2086
- "isSeasonal": false,
2087
- "cowbellCost": 0,
2088
- "supporterPointCost": 0,
2089
- "requiredChatIconHrid": "",
2090
- "sortIndex": 112
2091
- },
2092
- {
2093
- "hrid": "/chat_icons/custom_miuca_2",
2094
- "name": "Onlookers",
2095
- "isSpecial": false,
2096
- "isSeasonal": false,
2097
- "cowbellCost": 0,
2098
- "supporterPointCost": 0,
2099
- "requiredChatIconHrid": "",
2100
- "sortIndex": 113
2101
- },
2102
- {
2103
- "hrid": "/chat_icons/custom_miuca_3",
2104
- "name": "Newbie",
2105
- "isSpecial": false,
2106
- "isSeasonal": false,
2107
- "cowbellCost": 0,
2108
- "supporterPointCost": 0,
2109
- "requiredChatIconHrid": "",
2110
- "sortIndex": 114
2111
- },
2112
- {
2113
- "hrid": "/chat_icons/custom_mooseyfaith",
2114
- "name": "",
2115
- "isSpecial": false,
2116
- "isSeasonal": false,
2117
- "cowbellCost": 0,
2118
- "supporterPointCost": 0,
2119
- "requiredChatIconHrid": "",
2120
- "sortIndex": 115
2121
- },
2122
- {
2123
- "hrid": "/chat_icons/custom_moxuan",
2124
- "name": "",
2125
- "isSpecial": false,
2126
- "isSeasonal": false,
2127
- "cowbellCost": 0,
2128
- "supporterPointCost": 0,
2129
- "requiredChatIconHrid": "",
2130
- "sortIndex": 255
2131
- },
2132
- {
2133
- "hrid": "/chat_icons/custom_mrjin",
2134
- "name": "",
2135
- "isSpecial": false,
2136
- "isSeasonal": false,
2137
- "cowbellCost": 0,
2138
- "supporterPointCost": 0,
2139
- "requiredChatIconHrid": "",
2140
- "sortIndex": 299
2141
- },
2142
- {
2143
- "hrid": "/chat_icons/custom_mumu0315",
2144
- "name": "",
2145
- "isSpecial": false,
2146
- "isSeasonal": false,
2147
- "cowbellCost": 0,
2148
- "supporterPointCost": 0,
2149
- "requiredChatIconHrid": "",
2150
- "sortIndex": 254
2151
- },
2152
- {
2153
- "hrid": "/chat_icons/custom_neronex",
2154
- "name": "Nex Cat",
2155
- "isSpecial": false,
2156
- "isSeasonal": false,
2157
- "cowbellCost": 0,
2158
- "supporterPointCost": 0,
2159
- "requiredChatIconHrid": "",
2160
- "sortIndex": 116
2161
- },
2162
- {
2163
- "hrid": "/chat_icons/custom_neronex_2",
2164
- "name": "Punished Nex Cat",
2165
- "isSpecial": false,
2166
- "isSeasonal": false,
2167
- "cowbellCost": 0,
2168
- "supporterPointCost": 0,
2169
- "requiredChatIconHrid": "",
2170
- "sortIndex": 117
2171
- },
2172
- {
2173
- "hrid": "/chat_icons/custom_neronex_3",
2174
- "name": "Nexhancer",
2175
- "isSpecial": false,
2176
- "isSeasonal": false,
2177
- "cowbellCost": 0,
2178
- "supporterPointCost": 0,
2179
- "requiredChatIconHrid": "",
2180
- "sortIndex": 118
2181
- },
2182
- {
2183
- "hrid": "/chat_icons/custom_neverend",
2184
- "name": "",
2185
- "isSpecial": false,
2186
- "isSeasonal": false,
2187
- "cowbellCost": 0,
2188
- "supporterPointCost": 0,
2189
- "requiredChatIconHrid": "",
2190
- "sortIndex": 119
2191
- },
2192
- {
2193
- "hrid": "/chat_icons/custom_nip",
2194
- "name": "",
2195
- "isSpecial": false,
2196
- "isSeasonal": false,
2197
- "cowbellCost": 0,
2198
- "supporterPointCost": 0,
2199
- "requiredChatIconHrid": "",
2200
- "sortIndex": 120
2201
- },
2202
- {
2203
- "hrid": "/chat_icons/custom_nishikiasumi",
2204
- "name": "",
2205
- "isSpecial": false,
2206
- "isSeasonal": false,
2207
- "cowbellCost": 0,
2208
- "supporterPointCost": 0,
2209
- "requiredChatIconHrid": "",
2210
- "sortIndex": 121
2211
- },
2212
- {
2213
- "hrid": "/chat_icons/custom_niteshvde",
2214
- "name": "lil man",
2215
- "isSpecial": false,
2216
- "isSeasonal": false,
2217
- "cowbellCost": 0,
2218
- "supporterPointCost": 0,
2219
- "requiredChatIconHrid": "",
2220
- "sortIndex": 122
2221
- },
2222
- {
2223
- "hrid": "/chat_icons/custom_niteshvde_2",
2224
- "name": "smol bloke",
2225
- "isSpecial": false,
2226
- "isSeasonal": false,
2227
- "cowbellCost": 0,
2228
- "supporterPointCost": 0,
2229
- "requiredChatIconHrid": "",
2230
- "sortIndex": 123
2231
- },
2232
- {
2233
- "hrid": "/chat_icons/custom_niu1niu2niu3",
2234
- "name": "Lucky Star",
2235
- "isSpecial": false,
2236
- "isSeasonal": false,
2237
- "cowbellCost": 0,
2238
- "supporterPointCost": 0,
2239
- "requiredChatIconHrid": "",
2240
- "sortIndex": 124
2241
- },
2242
- {
2243
- "hrid": "/chat_icons/custom_niub1",
2244
- "name": "MoGu is Melee!",
2245
- "isSpecial": false,
2246
- "isSeasonal": false,
2247
- "cowbellCost": 0,
2248
- "supporterPointCost": 0,
2249
- "requiredChatIconHrid": "",
2250
- "sortIndex": 125
2251
- },
2252
- {
2253
- "hrid": "/chat_icons/custom_niubiplus1",
2254
- "name": "",
2255
- "isSpecial": false,
2256
- "isSeasonal": false,
2257
- "cowbellCost": 0,
2258
- "supporterPointCost": 0,
2259
- "requiredChatIconHrid": "",
2260
- "sortIndex": 126
2261
- },
2262
- {
2263
- "hrid": "/chat_icons/custom_niuwan",
2264
- "name": "",
2265
- "isSpecial": false,
2266
- "isSeasonal": false,
2267
- "cowbellCost": 0,
2268
- "supporterPointCost": 0,
2269
- "requiredChatIconHrid": "",
2270
- "sortIndex": 127
2271
- },
2272
- {
2273
- "hrid": "/chat_icons/custom_niuwan_2",
2274
- "name": "",
2275
- "isSpecial": false,
2276
- "isSeasonal": false,
2277
- "cowbellCost": 0,
2278
- "supporterPointCost": 0,
2279
- "requiredChatIconHrid": "",
2280
- "sortIndex": 189
2281
- },
2282
- {
2283
- "hrid": "/chat_icons/custom_nshadeiv",
2284
- "name": "smol bloke",
2285
- "isSpecial": false,
2286
- "isSeasonal": false,
2287
- "cowbellCost": 0,
2288
- "supporterPointCost": 0,
2289
- "requiredChatIconHrid": "",
2290
- "sortIndex": 128
2291
- },
2292
- {
2293
- "hrid": "/chat_icons/custom_oatmilk",
2294
- "name": "OatMilk",
2295
- "isSpecial": false,
2296
- "isSeasonal": false,
2297
- "cowbellCost": 0,
2298
- "supporterPointCost": 0,
2299
- "requiredChatIconHrid": "",
2300
- "sortIndex": 129
2301
- },
2302
- {
2303
- "hrid": "/chat_icons/custom_oguri",
2304
- "name": "Oguri",
2305
- "isSpecial": false,
2306
- "isSeasonal": false,
2307
- "cowbellCost": 0,
2308
- "supporterPointCost": 0,
2309
- "requiredChatIconHrid": "",
2310
- "sortIndex": 130
2311
- },
2312
- {
2313
- "hrid": "/chat_icons/custom_oguri_2",
2314
- "name": "Oguri",
2315
- "isSpecial": false,
2316
- "isSeasonal": false,
2317
- "cowbellCost": 0,
2318
- "supporterPointCost": 0,
2319
- "requiredChatIconHrid": "",
2320
- "sortIndex": 131
2321
- },
2322
- {
2323
- "hrid": "/chat_icons/custom_oguri_3",
2324
- "name": "The Ultimate Oguri",
2325
- "isSpecial": false,
2326
- "isSeasonal": false,
2327
- "cowbellCost": 0,
2328
- "supporterPointCost": 0,
2329
- "requiredChatIconHrid": "",
2330
- "sortIndex": 283
2331
- },
2332
- {
2333
- "hrid": "/chat_icons/custom_oobbb",
2334
- "name": "",
2335
- "isSpecial": false,
2336
- "isSeasonal": false,
2337
- "cowbellCost": 0,
2338
- "supporterPointCost": 0,
2339
- "requiredChatIconHrid": "",
2340
- "sortIndex": 132
2341
- },
2342
- {
2343
- "hrid": "/chat_icons/custom_oobbb_2",
2344
- "name": "",
2345
- "isSpecial": false,
2346
- "isSeasonal": false,
2347
- "cowbellCost": 0,
2348
- "supporterPointCost": 0,
2349
- "requiredChatIconHrid": "",
2350
- "sortIndex": 182
2351
- },
2352
- {
2353
- "hrid": "/chat_icons/custom_oobbb_3",
2354
- "name": "",
2355
- "isSpecial": false,
2356
- "isSeasonal": false,
2357
- "cowbellCost": 0,
2358
- "supporterPointCost": 0,
2359
- "requiredChatIconHrid": "",
2360
- "sortIndex": 183
2361
- },
2362
- {
2363
- "hrid": "/chat_icons/custom_owchy",
2364
- "name": "",
2365
- "isSpecial": false,
2366
- "isSeasonal": false,
2367
- "cowbellCost": 0,
2368
- "supporterPointCost": 0,
2369
- "requiredChatIconHrid": "",
2370
- "sortIndex": 133
2371
- },
2372
- {
2373
- "hrid": "/chat_icons/custom_owengod",
2374
- "name": "",
2375
- "isSpecial": false,
2376
- "isSeasonal": false,
2377
- "cowbellCost": 0,
2378
- "supporterPointCost": 0,
2379
- "requiredChatIconHrid": "",
2380
- "sortIndex": 193
2381
- },
2382
- {
2383
- "hrid": "/chat_icons/custom_owengod_2",
2384
- "name": "",
2385
- "isSpecial": false,
2386
- "isSeasonal": false,
2387
- "cowbellCost": 0,
2388
- "supporterPointCost": 0,
2389
- "requiredChatIconHrid": "",
2390
- "sortIndex": 194
2391
- },
2392
- {
2393
- "hrid": "/chat_icons/custom_owengod_3",
2394
- "name": "",
2395
- "isSpecial": false,
2396
- "isSeasonal": false,
2397
- "cowbellCost": 0,
2398
- "supporterPointCost": 0,
2399
- "requiredChatIconHrid": "",
2400
- "sortIndex": 195
2401
- },
2402
- {
2403
- "hrid": "/chat_icons/custom_pajlada",
2404
- "name": "",
2405
- "isSpecial": false,
2406
- "isSeasonal": false,
2407
- "cowbellCost": 0,
2408
- "supporterPointCost": 0,
2409
- "requiredChatIconHrid": "",
2410
- "sortIndex": 214
2411
- },
2412
- {
2413
- "hrid": "/chat_icons/custom_penny",
2414
- "name": "No Pineapple",
2415
- "isSpecial": false,
2416
- "isSeasonal": false,
2417
- "cowbellCost": 0,
2418
- "supporterPointCost": 0,
2419
- "requiredChatIconHrid": "",
2420
- "sortIndex": 134
2421
- },
2422
- {
2423
- "hrid": "/chat_icons/custom_perxmon",
2424
- "name": "PP's Giggle Cub",
2425
- "isSpecial": false,
2426
- "isSeasonal": false,
2427
- "cowbellCost": 0,
2428
- "supporterPointCost": 0,
2429
- "requiredChatIconHrid": "",
2430
- "sortIndex": 135
2431
- },
2432
- {
2433
- "hrid": "/chat_icons/custom_perxmon_2",
2434
- "name": "NiuBee~~~~",
2435
- "isSpecial": false,
2436
- "isSeasonal": false,
2437
- "cowbellCost": 0,
2438
- "supporterPointCost": 0,
2439
- "requiredChatIconHrid": "",
2440
- "sortIndex": 277
2441
- },
2442
- {
2443
- "hrid": "/chat_icons/custom_perxmon_3",
2444
- "name": "SharkBee~~~~",
2445
- "isSpecial": false,
2446
- "isSeasonal": false,
2447
- "cowbellCost": 0,
2448
- "supporterPointCost": 0,
2449
- "requiredChatIconHrid": "",
2450
- "sortIndex": 278
2451
- },
2452
- {
2453
- "hrid": "/chat_icons/custom_pharmerphrog",
2454
- "name": "Phrog",
2455
- "isSpecial": false,
2456
- "isSeasonal": false,
2457
- "cowbellCost": 0,
2458
- "supporterPointCost": 0,
2459
- "requiredChatIconHrid": "",
2460
- "sortIndex": 136
2461
- },
2462
- {
2463
- "hrid": "/chat_icons/custom_pinkmoolyd_2",
2464
- "name": "Holy Nature Trident",
2465
- "isSpecial": false,
2466
- "isSeasonal": false,
2467
- "cowbellCost": 0,
2468
- "supporterPointCost": 0,
2469
- "requiredChatIconHrid": "",
2470
- "sortIndex": 181
2471
- },
2472
- {
2473
- "hrid": "/chat_icons/custom_pomadeon",
2474
- "name": "Pink Mooloyd",
2475
- "isSpecial": false,
2476
- "isSeasonal": false,
2477
- "cowbellCost": 0,
2478
- "supporterPointCost": 0,
2479
- "requiredChatIconHrid": "",
2480
- "sortIndex": 137
2481
- },
2482
- {
2483
- "hrid": "/chat_icons/custom_pork2dachop",
2484
- "name": "Mr. Chops",
2485
- "isSpecial": false,
2486
- "isSeasonal": false,
2487
- "cowbellCost": 0,
2488
- "supporterPointCost": 0,
2489
- "requiredChatIconHrid": "",
2490
- "sortIndex": 138
2491
- },
2492
- {
2493
- "hrid": "/chat_icons/custom_potatoouo",
2494
- "name": "Just a Potato",
2495
- "isSpecial": false,
2496
- "isSeasonal": false,
2497
- "cowbellCost": 0,
2498
- "supporterPointCost": 0,
2499
- "requiredChatIconHrid": "",
2500
- "sortIndex": 237
2501
- },
2502
- {
2503
- "hrid": "/chat_icons/custom_pufeng",
2504
- "name": "",
2505
- "isSpecial": false,
2506
- "isSeasonal": false,
2507
- "cowbellCost": 0,
2508
- "supporterPointCost": 0,
2509
- "requiredChatIconHrid": "",
2510
- "sortIndex": 139
2511
- },
2512
- {
2513
- "hrid": "/chat_icons/custom_pulse",
2514
- "name": "The Lightbringer",
2515
- "isSpecial": false,
2516
- "isSeasonal": false,
2517
- "cowbellCost": 0,
2518
- "supporterPointCost": 0,
2519
- "requiredChatIconHrid": "",
2520
- "sortIndex": 140
2521
- },
2522
- {
2523
- "hrid": "/chat_icons/custom_pulse_2",
2524
- "name": "Mjolnir",
2525
- "isSpecial": false,
2526
- "isSeasonal": false,
2527
- "cowbellCost": 0,
2528
- "supporterPointCost": 0,
2529
- "requiredChatIconHrid": "",
2530
- "sortIndex": 141
2531
- },
2532
- {
2533
- "hrid": "/chat_icons/custom_pyrothefolf",
2534
- "name": "",
2535
- "isSpecial": false,
2536
- "isSeasonal": false,
2537
- "cowbellCost": 0,
2538
- "supporterPointCost": 0,
2539
- "requiredChatIconHrid": "",
2540
- "sortIndex": 218
2541
- },
2542
- {
2543
- "hrid": "/chat_icons/custom_qaqbo",
2544
- "name": "BO's lucky Medusa",
2545
- "isSpecial": false,
2546
- "isSeasonal": false,
2547
- "cowbellCost": 0,
2548
- "supporterPointCost": 0,
2549
- "requiredChatIconHrid": "",
2550
- "sortIndex": 142
2551
- },
2552
- {
2553
- "hrid": "/chat_icons/custom_radiohead",
2554
- "name": "Everything in its right place",
2555
- "isSpecial": false,
2556
- "isSeasonal": false,
2557
- "cowbellCost": 0,
2558
- "supporterPointCost": 0,
2559
- "requiredChatIconHrid": "",
2560
- "sortIndex": 191
2561
- },
2562
- {
2563
- "hrid": "/chat_icons/custom_rexwong",
2564
- "name": "Peter Pan",
2565
- "isSpecial": false,
2566
- "isSeasonal": false,
2567
- "cowbellCost": 0,
2568
- "supporterPointCost": 0,
2569
- "requiredChatIconHrid": "",
2570
- "sortIndex": 143
2571
- },
2572
- {
2573
- "hrid": "/chat_icons/custom_ribcap",
2574
- "name": "Ribscap",
2575
- "isSpecial": false,
2576
- "isSeasonal": false,
2577
- "cowbellCost": 0,
2578
- "supporterPointCost": 0,
2579
- "requiredChatIconHrid": "",
2580
- "sortIndex": 144
2581
- },
2582
- {
2583
- "hrid": "/chat_icons/custom_rose_2",
2584
- "name": "",
2585
- "isSpecial": false,
2586
- "isSeasonal": false,
2587
- "cowbellCost": 0,
2588
- "supporterPointCost": 0,
2589
- "requiredChatIconHrid": "",
2590
- "sortIndex": 281
2591
- },
2592
- {
2593
- "hrid": "/chat_icons/custom_rose_3",
2594
- "name": "",
2595
- "isSpecial": false,
2596
- "isSeasonal": false,
2597
- "cowbellCost": 0,
2598
- "supporterPointCost": 0,
2599
- "requiredChatIconHrid": "",
2600
- "sortIndex": 282
2601
- },
2602
- {
2603
- "hrid": "/chat_icons/custom_roserose",
2604
- "name": "",
2605
- "isSpecial": false,
2606
- "isSeasonal": false,
2607
- "cowbellCost": 0,
2608
- "supporterPointCost": 0,
2609
- "requiredChatIconHrid": "",
2610
- "sortIndex": 200
2611
- },
2612
- {
2613
- "hrid": "/chat_icons/custom_scorpionkenzo",
2614
- "name": "Charge Bloodthirst Execute",
2615
- "isSpecial": false,
2616
- "isSeasonal": false,
2617
- "cowbellCost": 0,
2618
- "supporterPointCost": 0,
2619
- "requiredChatIconHrid": "",
2620
- "sortIndex": 145
2621
- },
2622
- {
2623
- "hrid": "/chat_icons/custom_sh1ro",
2624
- "name": "kuro",
2625
- "isSpecial": false,
2626
- "isSeasonal": false,
2627
- "cowbellCost": 0,
2628
- "supporterPointCost": 0,
2629
- "requiredChatIconHrid": "",
2630
- "sortIndex": 273
2631
- },
2632
- {
2633
- "hrid": "/chat_icons/custom_shael",
2634
- "name": "",
2635
- "isSpecial": false,
2636
- "isSeasonal": false,
2637
- "cowbellCost": 0,
2638
- "supporterPointCost": 0,
2639
- "requiredChatIconHrid": "",
2640
- "sortIndex": 146
2641
- },
2642
- {
2643
- "hrid": "/chat_icons/custom_sheenamimi",
2644
- "name": "",
2645
- "isSpecial": false,
2646
- "isSeasonal": false,
2647
- "cowbellCost": 0,
2648
- "supporterPointCost": 0,
2649
- "requiredChatIconHrid": "",
2650
- "sortIndex": 302
2651
- },
2652
- {
2653
- "hrid": "/chat_icons/custom_shishiro",
2654
- "name": "SSRB",
2655
- "isSpecial": false,
2656
- "isSeasonal": false,
2657
- "cowbellCost": 0,
2658
- "supporterPointCost": 0,
2659
- "requiredChatIconHrid": "",
2660
- "sortIndex": 147
2661
- },
2662
- {
2663
- "hrid": "/chat_icons/custom_sivelin",
2664
- "name": "",
2665
- "isSpecial": false,
2666
- "isSeasonal": false,
2667
- "cowbellCost": 0,
2668
- "supporterPointCost": 0,
2669
- "requiredChatIconHrid": "",
2670
- "sortIndex": 269
2671
- },
2672
- {
2673
- "hrid": "/chat_icons/custom_skumbus",
2674
- "name": "Nature Flavored",
2675
- "isSpecial": false,
2676
- "isSeasonal": false,
2677
- "cowbellCost": 0,
2678
- "supporterPointCost": 0,
2679
- "requiredChatIconHrid": "",
2680
- "sortIndex": 265
2681
- },
2682
- {
2683
- "hrid": "/chat_icons/custom_snowzone",
2684
- "name": "Polar Brrr",
2685
- "isSpecial": false,
2686
- "isSeasonal": false,
2687
- "cowbellCost": 0,
2688
- "supporterPointCost": 0,
2689
- "requiredChatIconHrid": "",
2690
- "sortIndex": 263
2691
- },
2692
- {
2693
- "hrid": "/chat_icons/custom_sombressa",
2694
- "name": "Onsen Capybara",
2695
- "isSpecial": false,
2696
- "isSeasonal": false,
2697
- "cowbellCost": 0,
2698
- "supporterPointCost": 0,
2699
- "requiredChatIconHrid": "",
2700
- "sortIndex": 148
2701
- },
2702
- {
2703
- "hrid": "/chat_icons/custom_ss1985",
2704
- "name": "",
2705
- "isSpecial": false,
2706
- "isSeasonal": false,
2707
- "cowbellCost": 0,
2708
- "supporterPointCost": 0,
2709
- "requiredChatIconHrid": "",
2710
- "sortIndex": 149
2711
- },
2712
- {
2713
- "hrid": "/chat_icons/custom_stack",
2714
- "name": "Pearl King",
2715
- "isSpecial": false,
2716
- "isSeasonal": false,
2717
- "cowbellCost": 0,
2718
- "supporterPointCost": 0,
2719
- "requiredChatIconHrid": "",
2720
- "sortIndex": 150
2721
- },
2722
- {
2723
- "hrid": "/chat_icons/custom_stack_2",
2724
- "name": "",
2725
- "isSpecial": false,
2726
- "isSeasonal": false,
2727
- "cowbellCost": 0,
2728
- "supporterPointCost": 0,
2729
- "requiredChatIconHrid": "",
2730
- "sortIndex": 252
2731
- },
2732
- {
2733
- "hrid": "/chat_icons/custom_stack_3",
2734
- "name": "",
2735
- "isSpecial": false,
2736
- "isSeasonal": false,
2737
- "cowbellCost": 0,
2738
- "supporterPointCost": 0,
2739
- "requiredChatIconHrid": "",
2740
- "sortIndex": 253
2741
- },
2742
- {
2743
- "hrid": "/chat_icons/custom_stella",
2744
- "name": "Cursed Stella",
2745
- "isSpecial": false,
2746
- "isSeasonal": false,
2747
- "cowbellCost": 0,
2748
- "supporterPointCost": 0,
2749
- "requiredChatIconHrid": "",
2750
- "sortIndex": 151
2751
- },
2752
- {
2753
- "hrid": "/chat_icons/custom_sumimiuniverse",
2754
- "name": "",
2755
- "isSpecial": false,
2756
- "isSeasonal": false,
2757
- "cowbellCost": 0,
2758
- "supporterPointCost": 0,
2759
- "requiredChatIconHrid": "",
2760
- "sortIndex": 266
2761
- },
2762
- {
2763
- "hrid": "/chat_icons/custom_sumimiuniverse_2",
2764
- "name": "",
2765
- "isSpecial": false,
2766
- "isSeasonal": false,
2767
- "cowbellCost": 0,
2768
- "supporterPointCost": 0,
2769
- "requiredChatIconHrid": "",
2770
- "sortIndex": 267
2771
- },
2772
- {
2773
- "hrid": "/chat_icons/custom_sumimiuniverse_3",
2774
- "name": "",
2775
- "isSpecial": false,
2776
- "isSeasonal": false,
2777
- "cowbellCost": 0,
2778
- "supporterPointCost": 0,
2779
- "requiredChatIconHrid": "",
2780
- "sortIndex": 268
2781
- },
2782
- {
2783
- "hrid": "/chat_icons/custom_taichislippers",
2784
- "name": "",
2785
- "isSpecial": false,
2786
- "isSeasonal": false,
2787
- "cowbellCost": 0,
2788
- "supporterPointCost": 0,
2789
- "requiredChatIconHrid": "",
2790
- "sortIndex": 152
2791
- },
2792
- {
2793
- "hrid": "/chat_icons/custom_taichislippers_2",
2794
- "name": "",
2795
- "isSpecial": false,
2796
- "isSeasonal": false,
2797
- "cowbellCost": 0,
2798
- "supporterPointCost": 0,
2799
- "requiredChatIconHrid": "",
2800
- "sortIndex": 153
2801
- },
2802
- {
2803
- "hrid": "/chat_icons/custom_temaritsukimura",
2804
- "name": "",
2805
- "isSpecial": false,
2806
- "isSeasonal": false,
2807
- "cowbellCost": 0,
2808
- "supporterPointCost": 0,
2809
- "requiredChatIconHrid": "",
2810
- "sortIndex": 206
2811
- },
2812
- {
2813
- "hrid": "/chat_icons/custom_temaritsukimura_2",
2814
- "name": "",
2815
- "isSpecial": false,
2816
- "isSeasonal": false,
2817
- "cowbellCost": 0,
2818
- "supporterPointCost": 0,
2819
- "requiredChatIconHrid": "",
2820
- "sortIndex": 207
2821
- },
2822
- {
2823
- "hrid": "/chat_icons/custom_tenerife",
2824
- "name": "WTF",
2825
- "isSpecial": false,
2826
- "isSeasonal": false,
2827
- "cowbellCost": 0,
2828
- "supporterPointCost": 0,
2829
- "requiredChatIconHrid": "",
2830
- "sortIndex": 286
2831
- },
2832
- {
2833
- "hrid": "/chat_icons/custom_thessaloniki",
2834
- "name": "",
2835
- "isSpecial": false,
2836
- "isSeasonal": false,
2837
- "cowbellCost": 0,
2838
- "supporterPointCost": 0,
2839
- "requiredChatIconHrid": "",
2840
- "sortIndex": 154
2841
- },
2842
- {
2843
- "hrid": "/chat_icons/custom_thof",
2844
- "name": "",
2845
- "isSpecial": false,
2846
- "isSeasonal": false,
2847
- "cowbellCost": 0,
2848
- "supporterPointCost": 0,
2849
- "requiredChatIconHrid": "",
2850
- "sortIndex": 155
2851
- },
2852
- {
2853
- "hrid": "/chat_icons/custom_tiantian666",
2854
- "name": "",
2855
- "isSpecial": false,
2856
- "isSeasonal": false,
2857
- "cowbellCost": 0,
2858
- "supporterPointCost": 0,
2859
- "requiredChatIconHrid": "",
2860
- "sortIndex": 156
2861
- },
2862
- {
2863
- "hrid": "/chat_icons/custom_tiantian666_2",
2864
- "name": "",
2865
- "isSpecial": false,
2866
- "isSeasonal": false,
2867
- "cowbellCost": 0,
2868
- "supporterPointCost": 0,
2869
- "requiredChatIconHrid": "",
2870
- "sortIndex": 188
2871
- },
2872
- {
2873
- "hrid": "/chat_icons/custom_toillian",
2874
- "name": "Bad Luck Bishop",
2875
- "isSpecial": false,
2876
- "isSeasonal": false,
2877
- "cowbellCost": 0,
2878
- "supporterPointCost": 0,
2879
- "requiredChatIconHrid": "",
2880
- "sortIndex": 157
2881
- },
2882
- {
2883
- "hrid": "/chat_icons/custom_toillian_2",
2884
- "name": "Good Luck Kitty",
2885
- "isSpecial": false,
2886
- "isSeasonal": false,
2887
- "cowbellCost": 0,
2888
- "supporterPointCost": 0,
2889
- "requiredChatIconHrid": "",
2890
- "sortIndex": 158
2891
- },
2892
- {
2893
- "hrid": "/chat_icons/custom_toillian_3",
2894
- "name": "",
2895
- "isSpecial": false,
2896
- "isSeasonal": false,
2897
- "cowbellCost": 0,
2898
- "supporterPointCost": 0,
2899
- "requiredChatIconHrid": "",
2900
- "sortIndex": 176
2901
- },
2902
- {
2903
- "hrid": "/chat_icons/custom_totallynotjaan",
2904
- "name": "",
2905
- "isSpecial": false,
2906
- "isSeasonal": false,
2907
- "cowbellCost": 0,
2908
- "supporterPointCost": 0,
2909
- "requiredChatIconHrid": "",
2910
- "sortIndex": 300
2911
- },
2912
- {
2913
- "hrid": "/chat_icons/custom_touya",
2914
- "name": "",
2915
- "isSpecial": false,
2916
- "isSeasonal": false,
2917
- "cowbellCost": 0,
2918
- "supporterPointCost": 0,
2919
- "requiredChatIconHrid": "",
2920
- "sortIndex": 217
2921
- },
2922
- {
2923
- "hrid": "/chat_icons/custom_touya_2",
2924
- "name": "",
2925
- "isSpecial": false,
2926
- "isSeasonal": false,
2927
- "cowbellCost": 0,
2928
- "supporterPointCost": 0,
2929
- "requiredChatIconHrid": "",
2930
- "sortIndex": 296
2931
- },
2932
- {
2933
- "hrid": "/chat_icons/custom_trenton",
2934
- "name": "",
2935
- "isSpecial": false,
2936
- "isSeasonal": false,
2937
- "cowbellCost": 0,
2938
- "supporterPointCost": 0,
2939
- "requiredChatIconHrid": "",
2940
- "sortIndex": 159
2941
- },
2942
- {
2943
- "hrid": "/chat_icons/custom_tukiko",
2944
- "name": "Anna",
2945
- "isSpecial": false,
2946
- "isSeasonal": false,
2947
- "cowbellCost": 0,
2948
- "supporterPointCost": 0,
2949
- "requiredChatIconHrid": "",
2950
- "sortIndex": 229
2951
- },
2952
- {
2953
- "hrid": "/chat_icons/custom_twix",
2954
- "name": "",
2955
- "isSpecial": false,
2956
- "isSeasonal": false,
2957
- "cowbellCost": 0,
2958
- "supporterPointCost": 0,
2959
- "requiredChatIconHrid": "",
2960
- "sortIndex": 256
2961
- },
2962
- {
2963
- "hrid": "/chat_icons/custom_tykaito",
2964
- "name": "",
2965
- "isSpecial": false,
2966
- "isSeasonal": false,
2967
- "cowbellCost": 0,
2968
- "supporterPointCost": 0,
2969
- "requiredChatIconHrid": "",
2970
- "sortIndex": 236
2971
- },
2972
- {
2973
- "hrid": "/chat_icons/custom_undermine",
2974
- "name": "",
2975
- "isSpecial": false,
2976
- "isSeasonal": false,
2977
- "cowbellCost": 0,
2978
- "supporterPointCost": 0,
2979
- "requiredChatIconHrid": "",
2980
- "sortIndex": 276
2981
- },
2982
- {
2983
- "hrid": "/chat_icons/custom_uto",
2984
- "name": "",
2985
- "isSpecial": false,
2986
- "isSeasonal": false,
2987
- "cowbellCost": 0,
2988
- "supporterPointCost": 0,
2989
- "requiredChatIconHrid": "",
2990
- "sortIndex": 240
2991
- },
2992
- {
2993
- "hrid": "/chat_icons/custom_valeriogiovanni",
2994
- "name": "",
2995
- "isSpecial": false,
2996
- "isSeasonal": false,
2997
- "cowbellCost": 0,
2998
- "supporterPointCost": 0,
2999
- "requiredChatIconHrid": "",
3000
- "sortIndex": 295
3001
- },
3002
- {
3003
- "hrid": "/chat_icons/custom_vikala",
3004
- "name": "",
3005
- "isSpecial": false,
3006
- "isSeasonal": false,
3007
- "cowbellCost": 0,
3008
- "supporterPointCost": 0,
3009
- "requiredChatIconHrid": "",
3010
- "sortIndex": 160
3011
- },
3012
- {
3013
- "hrid": "/chat_icons/custom_vikala_2",
3014
- "name": "",
3015
- "isSpecial": false,
3016
- "isSeasonal": false,
3017
- "cowbellCost": 0,
3018
- "supporterPointCost": 0,
3019
- "requiredChatIconHrid": "",
3020
- "sortIndex": 248
3021
- },
3022
- {
3023
- "hrid": "/chat_icons/custom_wakakayzh",
3024
- "name": "",
3025
- "isSpecial": false,
3026
- "isSeasonal": false,
3027
- "cowbellCost": 0,
3028
- "supporterPointCost": 0,
3029
- "requiredChatIconHrid": "",
3030
- "sortIndex": 204
3031
- },
3032
- {
3033
- "hrid": "/chat_icons/custom_watsun",
3034
- "name": "",
3035
- "isSpecial": false,
3036
- "isSeasonal": false,
3037
- "cowbellCost": 0,
3038
- "supporterPointCost": 0,
3039
- "requiredChatIconHrid": "",
3040
- "sortIndex": 245
3041
- },
3042
- {
3043
- "hrid": "/chat_icons/custom_wavesperfect",
3044
- "name": "",
3045
- "isSpecial": false,
3046
- "isSeasonal": false,
3047
- "cowbellCost": 0,
3048
- "supporterPointCost": 0,
3049
- "requiredChatIconHrid": "",
3050
- "sortIndex": 161
3051
- },
3052
- {
3053
- "hrid": "/chat_icons/custom_weijia",
3054
- "name": "",
3055
- "isSpecial": false,
3056
- "isSeasonal": false,
3057
- "cowbellCost": 0,
3058
- "supporterPointCost": 0,
3059
- "requiredChatIconHrid": "",
3060
- "sortIndex": 162
3061
- },
3062
- {
3063
- "hrid": "/chat_icons/custom_weijia_2",
3064
- "name": "",
3065
- "isSpecial": false,
3066
- "isSeasonal": false,
3067
- "cowbellCost": 0,
3068
- "supporterPointCost": 0,
3069
- "requiredChatIconHrid": "",
3070
- "sortIndex": 163
3071
- },
3072
- {
3073
- "hrid": "/chat_icons/custom_weijia_3",
3074
- "name": "",
3075
- "isSpecial": false,
3076
- "isSeasonal": false,
3077
- "cowbellCost": 0,
3078
- "supporterPointCost": 0,
3079
- "requiredChatIconHrid": "",
3080
- "sortIndex": 289
3081
- },
3082
- {
3083
- "hrid": "/chat_icons/custom_weilan",
3084
- "name": "",
3085
- "isSpecial": false,
3086
- "isSeasonal": false,
3087
- "cowbellCost": 0,
3088
- "supporterPointCost": 0,
3089
- "requiredChatIconHrid": "",
3090
- "sortIndex": 164
3091
- },
3092
- {
3093
- "hrid": "/chat_icons/custom_weilan_2",
3094
- "name": "",
3095
- "isSpecial": false,
3096
- "isSeasonal": false,
3097
- "cowbellCost": 0,
3098
- "supporterPointCost": 0,
3099
- "requiredChatIconHrid": "",
3100
- "sortIndex": 165
3101
- },
3102
- {
3103
- "hrid": "/chat_icons/custom_weilan_3",
3104
- "name": "",
3105
- "isSpecial": false,
3106
- "isSeasonal": false,
3107
- "cowbellCost": 0,
3108
- "supporterPointCost": 0,
3109
- "requiredChatIconHrid": "",
3110
- "sortIndex": 177
3111
- },
3112
- {
3113
- "hrid": "/chat_icons/custom_weilan_4",
3114
- "name": "",
3115
- "isSpecial": false,
3116
- "isSeasonal": false,
3117
- "cowbellCost": 0,
3118
- "supporterPointCost": 0,
3119
- "requiredChatIconHrid": "",
3120
- "sortIndex": 293
3121
- },
3122
- {
3123
- "hrid": "/chat_icons/custom_whatsfc",
3124
- "name": "Stick Pumpkin",
3125
- "isSpecial": false,
3126
- "isSeasonal": false,
3127
- "cowbellCost": 0,
3128
- "supporterPointCost": 0,
3129
- "requiredChatIconHrid": "",
3130
- "sortIndex": 166
3131
- },
3132
- {
3133
- "hrid": "/chat_icons/custom_windoge",
3134
- "name": "",
3135
- "isSpecial": false,
3136
- "isSeasonal": false,
3137
- "cowbellCost": 0,
3138
- "supporterPointCost": 0,
3139
- "requiredChatIconHrid": "",
3140
- "sortIndex": 203
3141
- },
3142
- {
3143
- "hrid": "/chat_icons/custom_xialu",
3144
- "name": "",
3145
- "isSpecial": false,
3146
- "isSeasonal": false,
3147
- "cowbellCost": 0,
3148
- "supporterPointCost": 0,
3149
- "requiredChatIconHrid": "",
3150
- "sortIndex": 167
3151
- },
3152
- {
3153
- "hrid": "/chat_icons/custom_xialu_2",
3154
- "name": "",
3155
- "isSpecial": false,
3156
- "isSeasonal": false,
3157
- "cowbellCost": 0,
3158
- "supporterPointCost": 0,
3159
- "requiredChatIconHrid": "",
3160
- "sortIndex": 184
3161
- },
3162
- {
3163
- "hrid": "/chat_icons/custom_xialu_3",
3164
- "name": "",
3165
- "isSpecial": false,
3166
- "isSeasonal": false,
3167
- "cowbellCost": 0,
3168
- "supporterPointCost": 0,
3169
- "requiredChatIconHrid": "",
3170
- "sortIndex": 185
3171
- },
3172
- {
3173
- "hrid": "/chat_icons/custom_xiaozhangyu",
3174
- "name": "",
3175
- "isSpecial": false,
3176
- "isSeasonal": false,
3177
- "cowbellCost": 0,
3178
- "supporterPointCost": 0,
3179
- "requiredChatIconHrid": "",
3180
- "sortIndex": 260
3181
- },
3182
- {
3183
- "hrid": "/chat_icons/custom_xxnagasakisoyoxx",
3184
- "name": "Soyo Love",
3185
- "isSpecial": false,
3186
- "isSeasonal": false,
3187
- "cowbellCost": 0,
3188
- "supporterPointCost": 0,
3189
- "requiredChatIconHrid": "",
3190
- "sortIndex": 168
3191
- },
3192
- {
3193
- "hrid": "/chat_icons/custom_yahaha00",
3194
- "name": "",
3195
- "isSpecial": false,
3196
- "isSeasonal": false,
3197
- "cowbellCost": 0,
3198
- "supporterPointCost": 0,
3199
- "requiredChatIconHrid": "",
3200
- "sortIndex": 241
3201
- },
3202
- {
3203
- "hrid": "/chat_icons/custom_yellowww",
3204
- "name": "Yellow's Magic Circle",
3205
- "isSpecial": false,
3206
- "isSeasonal": false,
3207
- "cowbellCost": 0,
3208
- "supporterPointCost": 0,
3209
- "requiredChatIconHrid": "",
3210
- "sortIndex": 169
3211
- },
3212
- {
3213
- "hrid": "/chat_icons/custom_yurisaisarabbit",
3214
- "name": "",
3215
- "isSpecial": false,
3216
- "isSeasonal": false,
3217
- "cowbellCost": 0,
3218
- "supporterPointCost": 0,
3219
- "requiredChatIconHrid": "",
3220
- "sortIndex": 170
3221
- },
3222
- {
3223
- "hrid": "/chat_icons/custom_zackkero",
3224
- "name": "",
3225
- "isSpecial": false,
3226
- "isSeasonal": false,
3227
- "cowbellCost": 0,
3228
- "supporterPointCost": 0,
3229
- "requiredChatIconHrid": "",
3230
- "sortIndex": 230
3231
- },
3232
- {
3233
- "hrid": "/chat_icons/custom_zen",
3234
- "name": "Essence of Ares",
3235
- "isSpecial": false,
3236
- "isSeasonal": false,
3237
- "cowbellCost": 0,
3238
- "supporterPointCost": 0,
3239
- "requiredChatIconHrid": "",
3240
- "sortIndex": 171
3241
- },
3242
- {
3243
- "hrid": "/chat_icons/custom_zen_2",
3244
- "name": "Shadow Reaper",
3245
- "isSpecial": false,
3246
- "isSeasonal": false,
3247
- "cowbellCost": 0,
3248
- "supporterPointCost": 0,
3249
- "requiredChatIconHrid": "",
3250
- "sortIndex": 172
3251
- },
3252
- {
3253
- "hrid": "/chat_icons/custom_zyford",
3254
- "name": "Fletcher",
3255
- "isSpecial": false,
3256
- "isSeasonal": false,
3257
- "cowbellCost": 0,
3258
- "supporterPointCost": 0,
3259
- "requiredChatIconHrid": "",
3260
- "sortIndex": 173
3261
- },
3262
- {
3263
- "hrid": "/chat_icons/custom_zyford_2",
3264
- "name": "Argos",
3265
- "isSpecial": false,
3266
- "isSeasonal": false,
3267
- "cowbellCost": 0,
3268
- "supporterPointCost": 0,
3269
- "requiredChatIconHrid": "",
3270
- "sortIndex": 174
3271
- },
3272
- {
3273
- "hrid": "/chat_icons/custom_zyptyz",
3274
- "name": "Rainbow Frog",
3275
- "isSpecial": false,
3276
- "isSeasonal": false,
3277
- "cowbellCost": 0,
3278
- "supporterPointCost": 0,
3279
- "requiredChatIconHrid": "",
3280
- "sortIndex": 175
3281
- },
3282
- {
3283
- "hrid": "/chat_icons/defense",
3284
- "name": "Defense",
3285
- "isSpecial": false,
3286
- "isSeasonal": false,
3287
- "cowbellCost": 500,
3288
- "supporterPointCost": 0,
3289
- "requiredChatIconHrid": "",
3290
- "sortIndex": 324
3291
- },
3292
- {
3293
- "hrid": "/chat_icons/demonic_overlord",
3294
- "name": "Demonic Overlord",
3295
- "isSpecial": false,
3296
- "isSeasonal": false,
3297
- "cowbellCost": 1000,
3298
- "supporterPointCost": 0,
3299
- "requiredChatIconHrid": "",
3300
- "sortIndex": 408
3301
- },
3302
- {
3303
- "hrid": "/chat_icons/dragon_fruit",
3304
- "name": "Dragon Fruit",
3305
- "isSpecial": false,
3306
- "isSeasonal": false,
3307
- "cowbellCost": 1000,
3308
- "supporterPointCost": 0,
3309
- "requiredChatIconHrid": "",
3310
- "sortIndex": 339
3311
- },
3312
- {
3313
- "hrid": "/chat_icons/duckling",
3314
- "name": "Duckling",
3315
- "isSpecial": false,
3316
- "isSeasonal": false,
3317
- "cowbellCost": 2000,
3318
- "supporterPointCost": 0,
3319
- "requiredChatIconHrid": "",
3320
- "sortIndex": 422
3321
- },
3322
- {
3323
- "hrid": "/chat_icons/dusk_revenant",
3324
- "name": "Dusk Revenant",
3325
- "isSpecial": false,
3326
- "isSeasonal": false,
3327
- "cowbellCost": 1000,
3328
- "supporterPointCost": 0,
3329
- "requiredChatIconHrid": "",
3330
- "sortIndex": 404
3331
- },
3332
- {
3333
- "hrid": "/chat_icons/egg",
3334
- "name": "Egg",
3335
- "isSpecial": false,
3336
- "isSeasonal": false,
3337
- "cowbellCost": 1000,
3338
- "supporterPointCost": 0,
3339
- "requiredChatIconHrid": "",
3340
- "sortIndex": 341
3341
- },
3342
- {
3343
- "hrid": "/chat_icons/elementalist",
3344
- "name": "Elementalist",
3345
- "isSpecial": false,
3346
- "isSeasonal": false,
3347
- "cowbellCost": 1000,
3348
- "supporterPointCost": 0,
3349
- "requiredChatIconHrid": "",
3350
- "sortIndex": 393
3351
- },
3352
- {
3353
- "hrid": "/chat_icons/enchanted_bishop",
3354
- "name": "Enchanted Bishop",
3355
- "isSpecial": false,
3356
- "isSeasonal": false,
3357
- "cowbellCost": 1000,
3358
- "supporterPointCost": 0,
3359
- "requiredChatIconHrid": "",
3360
- "sortIndex": 412
3361
- },
3362
- {
3363
- "hrid": "/chat_icons/enchanted_knight",
3364
- "name": "Enchanted Knight",
3365
- "isSpecial": false,
3366
- "isSeasonal": false,
3367
- "cowbellCost": 1000,
3368
- "supporterPointCost": 0,
3369
- "requiredChatIconHrid": "",
3370
- "sortIndex": 411
3371
- },
3372
- {
3373
- "hrid": "/chat_icons/enhancing",
3374
- "name": "Enhancing",
3375
- "isSpecial": false,
3376
- "isSeasonal": false,
3377
- "cowbellCost": 500,
3378
- "supporterPointCost": 0,
3379
- "requiredChatIconHrid": "",
3380
- "sortIndex": 318
3381
- },
3382
- {
3383
- "hrid": "/chat_icons/eyes",
3384
- "name": "Eyes",
3385
- "isSpecial": false,
3386
- "isSeasonal": false,
3387
- "cowbellCost": 1000,
3388
- "supporterPointCost": 0,
3389
- "requiredChatIconHrid": "",
3390
- "sortIndex": 389
3391
- },
3392
- {
3393
- "hrid": "/chat_icons/flame_sorcerer",
3394
- "name": "Flame Sorcerer",
3395
- "isSpecial": false,
3396
- "isSeasonal": false,
3397
- "cowbellCost": 1000,
3398
- "supporterPointCost": 0,
3399
- "requiredChatIconHrid": "",
3400
- "sortIndex": 392
3401
- },
3402
- {
3403
- "hrid": "/chat_icons/fly",
3404
- "name": "Fly",
3405
- "isSpecial": false,
3406
- "isSeasonal": false,
3407
- "cowbellCost": 1000,
3408
- "supporterPointCost": 0,
3409
- "requiredChatIconHrid": "",
3410
- "sortIndex": 368
3411
- },
3412
- {
3413
- "hrid": "/chat_icons/foraging",
3414
- "name": "Foraging",
3415
- "isSpecial": false,
3416
- "isSeasonal": false,
3417
- "cowbellCost": 500,
3418
- "supporterPointCost": 0,
3419
- "requiredChatIconHrid": "",
3420
- "sortIndex": 310
3421
- },
3422
- {
3423
- "hrid": "/chat_icons/frog",
3424
- "name": "Frogger",
3425
- "isSpecial": false,
3426
- "isSeasonal": false,
3427
- "cowbellCost": 1000,
3428
- "supporterPointCost": 0,
3429
- "requiredChatIconHrid": "",
3430
- "sortIndex": 373
3431
- },
3432
- {
3433
- "hrid": "/chat_icons/garnet",
3434
- "name": "Garnet",
3435
- "isSpecial": false,
3436
- "isSeasonal": false,
3437
- "cowbellCost": 1000,
3438
- "supporterPointCost": 0,
3439
- "requiredChatIconHrid": "",
3440
- "sortIndex": 352
3441
- },
3442
- {
3443
- "hrid": "/chat_icons/giant_shoebill",
3444
- "name": "Giant Shoebill",
3445
- "isSpecial": false,
3446
- "isSeasonal": false,
3447
- "cowbellCost": 1000,
3448
- "supporterPointCost": 0,
3449
- "requiredChatIconHrid": "",
3450
- "sortIndex": 377
3451
- },
3452
- {
3453
- "hrid": "/chat_icons/golden_apple",
3454
- "name": "Golden Apple",
3455
- "isSpecial": false,
3456
- "isSeasonal": false,
3457
- "cowbellCost": 5000,
3458
- "supporterPointCost": 0,
3459
- "requiredChatIconHrid": "",
3460
- "sortIndex": 428
3461
- },
3462
- {
3463
- "hrid": "/chat_icons/golden_berry",
3464
- "name": "Golden Berry",
3465
- "isSpecial": false,
3466
- "isSeasonal": false,
3467
- "cowbellCost": 5000,
3468
- "supporterPointCost": 0,
3469
- "requiredChatIconHrid": "",
3470
- "sortIndex": 427
3471
- },
3472
- {
3473
- "hrid": "/chat_icons/golden_biceps",
3474
- "name": "Golden Biceps",
3475
- "isSpecial": false,
3476
- "isSeasonal": false,
3477
- "cowbellCost": 5000,
3478
- "supporterPointCost": 0,
3479
- "requiredChatIconHrid": "",
3480
- "sortIndex": 432
3481
- },
3482
- {
3483
- "hrid": "/chat_icons/golden_clover",
3484
- "name": "Golden Clover",
3485
- "isSpecial": false,
3486
- "isSeasonal": false,
3487
- "cowbellCost": 5000,
3488
- "supporterPointCost": 0,
3489
- "requiredChatIconHrid": "",
3490
- "sortIndex": 431
3491
- },
3492
- {
3493
- "hrid": "/chat_icons/golden_coin",
3494
- "name": "Golden Coin",
3495
- "isSpecial": false,
3496
- "isSeasonal": false,
3497
- "cowbellCost": 5000,
3498
- "supporterPointCost": 0,
3499
- "requiredChatIconHrid": "",
3500
- "sortIndex": 424
3501
- },
3502
- {
3503
- "hrid": "/chat_icons/golden_cupcake",
3504
- "name": "Golden Cupcake",
3505
- "isSpecial": false,
3506
- "isSeasonal": false,
3507
- "cowbellCost": 5000,
3508
- "supporterPointCost": 0,
3509
- "requiredChatIconHrid": "",
3510
- "sortIndex": 430
3511
- },
3512
- {
3513
- "hrid": "/chat_icons/golden_donut",
3514
- "name": "Golden Donut",
3515
- "isSpecial": false,
3516
- "isSeasonal": false,
3517
- "cowbellCost": 5000,
3518
- "supporterPointCost": 0,
3519
- "requiredChatIconHrid": "",
3520
- "sortIndex": 429
3521
- },
3522
- {
3523
- "hrid": "/chat_icons/golden_duckling",
3524
- "name": "Golden Duckling",
3525
- "isSpecial": false,
3526
- "isSeasonal": false,
3527
- "cowbellCost": 5000,
3528
- "supporterPointCost": 0,
3529
- "requiredChatIconHrid": "",
3530
- "sortIndex": 435
3531
- },
3532
- {
3533
- "hrid": "/chat_icons/golden_egg",
3534
- "name": "Golden Egg",
3535
- "isSpecial": false,
3536
- "isSeasonal": false,
3537
- "cowbellCost": 5000,
3538
- "supporterPointCost": 0,
3539
- "requiredChatIconHrid": "",
3540
- "sortIndex": 426
3541
- },
3542
- {
3543
- "hrid": "/chat_icons/golden_frog",
3544
- "name": "Golden Frog",
3545
- "isSpecial": false,
3546
- "isSeasonal": false,
3547
- "cowbellCost": 5000,
3548
- "supporterPointCost": 0,
3549
- "requiredChatIconHrid": "",
3550
- "sortIndex": 433
3551
- },
3552
- {
3553
- "hrid": "/chat_icons/golden_marketplace",
3554
- "name": "Golden Marketplace",
3555
- "isSpecial": false,
3556
- "isSeasonal": false,
3557
- "cowbellCost": 5000,
3558
- "supporterPointCost": 0,
3559
- "requiredChatIconHrid": "",
3560
- "sortIndex": 425
3561
- },
3562
- {
3563
- "hrid": "/chat_icons/golden_piggy",
3564
- "name": "Golden Piggy",
3565
- "isSpecial": false,
3566
- "isSeasonal": false,
3567
- "cowbellCost": 5000,
3568
- "supporterPointCost": 0,
3569
- "requiredChatIconHrid": "",
3570
- "sortIndex": 434
3571
- },
3572
- {
3573
- "hrid": "/chat_icons/golden_whale",
3574
- "name": "Golden Whale",
3575
- "isSpecial": false,
3576
- "isSeasonal": false,
3577
- "cowbellCost": 5000,
3578
- "supporterPointCost": 0,
3579
- "requiredChatIconHrid": "",
3580
- "sortIndex": 436
3581
- },
3582
- {
3583
- "hrid": "/chat_icons/grizzly_bear",
3584
- "name": "Grizzly Bear",
3585
- "isSpecial": false,
3586
- "isSeasonal": false,
3587
- "cowbellCost": 1000,
3588
- "supporterPointCost": 0,
3589
- "requiredChatIconHrid": "",
3590
- "sortIndex": 398
3591
- },
3592
- {
3593
- "hrid": "/chat_icons/gummy_bear",
3594
- "name": "Gummy Bear",
3595
- "isSpecial": false,
3596
- "isSeasonal": false,
3597
- "cowbellCost": 1000,
3598
- "supporterPointCost": 0,
3599
- "requiredChatIconHrid": "",
3600
- "sortIndex": 395
3601
- },
3602
- {
3603
- "hrid": "/chat_icons/holy_cow",
3604
- "name": "Holy Cow",
3605
- "isSpecial": false,
3606
- "isSeasonal": false,
3607
- "cowbellCost": 2000,
3608
- "supporterPointCost": 0,
3609
- "requiredChatIconHrid": "",
3610
- "sortIndex": 421
3611
- },
3612
- {
3613
- "hrid": "/chat_icons/holy_supporter",
3614
- "name": "Holy Supporter",
3615
- "isSpecial": true,
3616
- "isSeasonal": false,
3617
- "cowbellCost": 0,
3618
- "supporterPointCost": 500000,
3619
- "requiredChatIconHrid": "/chat_icons/rainbow_supporter",
3620
- "sortIndex": 16
3621
- },
3622
- {
3623
- "hrid": "/chat_icons/ice_sorcerer",
3624
- "name": "Ice Sorcerer",
3625
- "isSpecial": false,
3626
- "isSeasonal": false,
3627
- "cowbellCost": 1000,
3628
- "supporterPointCost": 0,
3629
- "requiredChatIconHrid": "",
3630
- "sortIndex": 391
3631
- },
3632
- {
3633
- "hrid": "/chat_icons/infernal_warlock",
3634
- "name": "Infernal Warlock",
3635
- "isSpecial": false,
3636
- "isSeasonal": false,
3637
- "cowbellCost": 1000,
3638
- "supporterPointCost": 0,
3639
- "requiredChatIconHrid": "",
3640
- "sortIndex": 407
3641
- },
3642
- {
3643
- "hrid": "/chat_icons/intelligence",
3644
- "name": "Intelligence",
3645
- "isSpecial": false,
3646
- "isSeasonal": false,
3647
- "cowbellCost": 500,
3648
- "supporterPointCost": 0,
3649
- "requiredChatIconHrid": "",
3650
- "sortIndex": 321
3651
- },
3652
- {
3653
- "hrid": "/chat_icons/iron_cow",
3654
- "name": "Iron Cow",
3655
- "isSpecial": false,
3656
- "isSeasonal": false,
3657
- "cowbellCost": 2000,
3658
- "supporterPointCost": 0,
3659
- "requiredChatIconHrid": "",
3660
- "sortIndex": 414
3661
- },
3662
- {
3663
- "hrid": "/chat_icons/jack_o_lantern",
3664
- "name": "Jack-o'-lantern",
3665
- "isSpecial": false,
3666
- "isSeasonal": true,
3667
- "cowbellCost": 0,
3668
- "supporterPointCost": 0,
3669
- "requiredChatIconHrid": "",
3670
- "sortIndex": 304
3671
- },
3672
- {
3673
- "hrid": "/chat_icons/jade",
3674
- "name": "Jade",
3675
- "isSpecial": false,
3676
- "isSeasonal": false,
3677
- "cowbellCost": 1000,
3678
- "supporterPointCost": 0,
3679
- "requiredChatIconHrid": "",
3680
- "sortIndex": 353
3681
- },
3682
- {
3683
- "hrid": "/chat_icons/jungle_sprite",
3684
- "name": "Jungle Sprite",
3685
- "isSpecial": false,
3686
- "isSeasonal": false,
3687
- "cowbellCost": 1000,
3688
- "supporterPointCost": 0,
3689
- "requiredChatIconHrid": "",
3690
- "sortIndex": 384
3691
- },
3692
- {
3693
- "hrid": "/chat_icons/luna_empress",
3694
- "name": "Luna Empress",
3695
- "isSpecial": false,
3696
- "isSeasonal": false,
3697
- "cowbellCost": 1000,
3698
- "supporterPointCost": 0,
3699
- "requiredChatIconHrid": "",
3700
- "sortIndex": 388
3701
- },
3702
- {
3703
- "hrid": "/chat_icons/mace",
3704
- "name": "Mace",
3705
- "isSpecial": false,
3706
- "isSeasonal": false,
3707
- "cowbellCost": 1000,
3708
- "supporterPointCost": 0,
3709
- "requiredChatIconHrid": "",
3710
- "sortIndex": 360
3711
- },
3712
- {
3713
- "hrid": "/chat_icons/mages_hat",
3714
- "name": "Mage's Hat",
3715
- "isSpecial": false,
3716
- "isSeasonal": false,
3717
- "cowbellCost": 1000,
3718
- "supporterPointCost": 0,
3719
- "requiredChatIconHrid": "",
3720
- "sortIndex": 366
3721
- },
3722
- {
3723
- "hrid": "/chat_icons/magic",
3724
- "name": "Magic",
3725
- "isSpecial": false,
3726
- "isSeasonal": false,
3727
- "cowbellCost": 500,
3728
- "supporterPointCost": 0,
3729
- "requiredChatIconHrid": "",
3730
- "sortIndex": 326
3731
- },
3732
- {
3733
- "hrid": "/chat_icons/marine_huntress",
3734
- "name": "Marine Huntress",
3735
- "isSpecial": false,
3736
- "isSeasonal": false,
3737
- "cowbellCost": 1000,
3738
- "supporterPointCost": 0,
3739
- "requiredChatIconHrid": "",
3740
- "sortIndex": 383
3741
- },
3742
- {
3743
- "hrid": "/chat_icons/marketplace",
3744
- "name": "Marketplace",
3745
- "isSpecial": false,
3746
- "isSeasonal": false,
3747
- "cowbellCost": 1000,
3748
- "supporterPointCost": 0,
3749
- "requiredChatIconHrid": "",
3750
- "sortIndex": 327
3751
- },
3752
- {
3753
- "hrid": "/chat_icons/marsberry",
3754
- "name": "Marsberry",
3755
- "isSpecial": false,
3756
- "isSeasonal": false,
3757
- "cowbellCost": 1000,
3758
- "supporterPointCost": 0,
3759
- "requiredChatIconHrid": "",
3760
- "sortIndex": 333
3761
- },
3762
- {
3763
- "hrid": "/chat_icons/melee",
3764
- "name": "Melee",
3765
- "isSpecial": false,
3766
- "isSeasonal": false,
3767
- "cowbellCost": 500,
3768
- "supporterPointCost": 0,
3769
- "requiredChatIconHrid": "",
3770
- "sortIndex": 323
3771
- },
3772
- {
3773
- "hrid": "/chat_icons/milking",
3774
- "name": "Milking",
3775
- "isSpecial": false,
3776
- "isSeasonal": false,
3777
- "cowbellCost": 500,
3778
- "supporterPointCost": 0,
3779
- "requiredChatIconHrid": "",
3780
- "sortIndex": 309
3781
- },
3782
- {
3783
- "hrid": "/chat_icons/moderator",
3784
- "name": "Moderator",
3785
- "isSpecial": true,
3786
- "isSeasonal": false,
3787
- "cowbellCost": 0,
3788
- "supporterPointCost": 0,
3789
- "requiredChatIconHrid": "",
3790
- "sortIndex": 5
3791
- },
3792
- {
3793
- "hrid": "/chat_icons/mooberry",
3794
- "name": "Mooberry",
3795
- "isSpecial": false,
3796
- "isSeasonal": false,
3797
- "cowbellCost": 1000,
3798
- "supporterPointCost": 0,
3799
- "requiredChatIconHrid": "",
3800
- "sortIndex": 332
3801
- },
3802
- {
3803
- "hrid": "/chat_icons/moonstone",
3804
- "name": "Moonstone",
3805
- "isSpecial": false,
3806
- "isSeasonal": false,
3807
- "cowbellCost": 1000,
3808
- "supporterPointCost": 0,
3809
- "requiredChatIconHrid": "",
3810
- "sortIndex": 355
3811
- },
3812
- {
3813
- "hrid": "/chat_icons/myconid",
3814
- "name": "Myconid",
3815
- "isSpecial": false,
3816
- "isSeasonal": false,
3817
- "cowbellCost": 1000,
3818
- "supporterPointCost": 0,
3819
- "requiredChatIconHrid": "",
3820
- "sortIndex": 385
3821
- },
3822
- {
3823
- "hrid": "/chat_icons/nom_nom",
3824
- "name": "Nom Nom",
3825
- "isSpecial": false,
3826
- "isSeasonal": false,
3827
- "cowbellCost": 1000,
3828
- "supporterPointCost": 0,
3829
- "requiredChatIconHrid": "",
3830
- "sortIndex": 381
3831
- },
3832
- {
3833
- "hrid": "/chat_icons/og_jerry",
3834
- "name": "OG Jerry",
3835
- "isSpecial": false,
3836
- "isSeasonal": true,
3837
- "cowbellCost": 0,
3838
- "supporterPointCost": 0,
3839
- "requiredChatIconHrid": "",
3840
- "sortIndex": 308
3841
- },
3842
- {
3843
- "hrid": "/chat_icons/orange",
3844
- "name": "Orange",
3845
- "isSpecial": false,
3846
- "isSeasonal": false,
3847
- "cowbellCost": 1000,
3848
- "supporterPointCost": 0,
3849
- "requiredChatIconHrid": "",
3850
- "sortIndex": 336
3851
- },
3852
- {
3853
- "hrid": "/chat_icons/panda",
3854
- "name": "Panda",
3855
- "isSpecial": false,
3856
- "isSeasonal": false,
3857
- "cowbellCost": 1000,
3858
- "supporterPointCost": 0,
3859
- "requiredChatIconHrid": "",
3860
- "sortIndex": 396
3861
- },
3862
- {
3863
- "hrid": "/chat_icons/panda_paw",
3864
- "name": "Panda Paw",
3865
- "isSpecial": false,
3866
- "isSeasonal": false,
3867
- "cowbellCost": 1000,
3868
- "supporterPointCost": 0,
3869
- "requiredChatIconHrid": "",
3870
- "sortIndex": 367
3871
- },
3872
- {
3873
- "hrid": "/chat_icons/peach",
3874
- "name": "Peach",
3875
- "isSpecial": false,
3876
- "isSeasonal": false,
3877
- "cowbellCost": 1000,
3878
- "supporterPointCost": 0,
3879
- "requiredChatIconHrid": "",
3880
- "sortIndex": 338
3881
- },
3882
- {
3883
- "hrid": "/chat_icons/pearl",
3884
- "name": "Pearl",
3885
- "isSpecial": false,
3886
- "isSeasonal": false,
3887
- "cowbellCost": 1000,
3888
- "supporterPointCost": 0,
3889
- "requiredChatIconHrid": "",
3890
- "sortIndex": 350
3891
- },
3892
- {
3893
- "hrid": "/chat_icons/philosophers_stone",
3894
- "name": "Philosopher's Stone",
3895
- "isSpecial": false,
3896
- "isSeasonal": false,
3897
- "cowbellCost": 1000,
3898
- "supporterPointCost": 0,
3899
- "requiredChatIconHrid": "",
3900
- "sortIndex": 357
3901
- },
3902
- {
3903
- "hrid": "/chat_icons/plum",
3904
- "name": "Plum",
3905
- "isSpecial": false,
3906
- "isSeasonal": false,
3907
- "cowbellCost": 1000,
3908
- "supporterPointCost": 0,
3909
- "requiredChatIconHrid": "",
3910
- "sortIndex": 337
3911
- },
3912
- {
3913
- "hrid": "/chat_icons/polar_bear",
3914
- "name": "Polar Bear",
3915
- "isSpecial": false,
3916
- "isSeasonal": false,
3917
- "cowbellCost": 1000,
3918
- "supporterPointCost": 0,
3919
- "requiredChatIconHrid": "",
3920
- "sortIndex": 399
3921
- },
3922
- {
3923
- "hrid": "/chat_icons/porcupine",
3924
- "name": "Porcupine",
3925
- "isSpecial": false,
3926
- "isSeasonal": false,
3927
- "cowbellCost": 1000,
3928
- "supporterPointCost": 0,
3929
- "requiredChatIconHrid": "",
3930
- "sortIndex": 371
3931
- },
3932
- {
3933
- "hrid": "/chat_icons/rabid_rabbit",
3934
- "name": "Rabid Rabbit",
3935
- "isSpecial": false,
3936
- "isSeasonal": false,
3937
- "cowbellCost": 1000,
3938
- "supporterPointCost": 0,
3939
- "requiredChatIconHrid": "",
3940
- "sortIndex": 410
3941
- },
3942
- {
3943
- "hrid": "/chat_icons/rainbow_supporter",
3944
- "name": "Rainbow Supporter",
3945
- "isSpecial": true,
3946
- "isSeasonal": false,
3947
- "cowbellCost": 0,
3948
- "supporterPointCost": 300000,
3949
- "requiredChatIconHrid": "/chat_icons/crimson_supporter",
3950
- "sortIndex": 15
3951
- },
3952
- {
3953
- "hrid": "/chat_icons/ranged",
3954
- "name": "Ranged",
3955
- "isSpecial": false,
3956
- "isSeasonal": false,
3957
- "cowbellCost": 500,
3958
- "supporterPointCost": 0,
3959
- "requiredChatIconHrid": "",
3960
- "sortIndex": 325
3961
- },
3962
- {
3963
- "hrid": "/chat_icons/rat",
3964
- "name": "Jerry",
3965
- "isSpecial": false,
3966
- "isSeasonal": false,
3967
- "cowbellCost": 1000,
3968
- "supporterPointCost": 0,
3969
- "requiredChatIconHrid": "",
3970
- "sortIndex": 369
3971
- },
3972
- {
3973
- "hrid": "/chat_icons/red_panda",
3974
- "name": "Red Panda",
3975
- "isSpecial": false,
3976
- "isSeasonal": false,
3977
- "cowbellCost": 1000,
3978
- "supporterPointCost": 0,
3979
- "requiredChatIconHrid": "",
3980
- "sortIndex": 400
3981
- },
3982
- {
3983
- "hrid": "/chat_icons/santa_hat",
3984
- "name": "Santa Hat",
3985
- "isSpecial": false,
3986
- "isSeasonal": true,
3987
- "cowbellCost": 0,
3988
- "supporterPointCost": 0,
3989
- "requiredChatIconHrid": "",
3990
- "sortIndex": 305
3991
- },
3992
- {
3993
- "hrid": "/chat_icons/sea_snail",
3994
- "name": "Gary",
3995
- "isSpecial": false,
3996
- "isSeasonal": false,
3997
- "cowbellCost": 1000,
3998
- "supporterPointCost": 0,
3999
- "requiredChatIconHrid": "",
4000
- "sortIndex": 378
4001
- },
4002
- {
4003
- "hrid": "/chat_icons/skunk",
4004
- "name": "Skunk",
4005
- "isSpecial": false,
4006
- "isSeasonal": false,
4007
- "cowbellCost": 1000,
4008
- "supporterPointCost": 0,
4009
- "requiredChatIconHrid": "",
4010
- "sortIndex": 370
4011
- },
4012
- {
4013
- "hrid": "/chat_icons/slimy",
4014
- "name": "Slimy",
4015
- "isSpecial": false,
4016
- "isSeasonal": false,
4017
- "cowbellCost": 1000,
4018
- "supporterPointCost": 0,
4019
- "requiredChatIconHrid": "",
4020
- "sortIndex": 372
4021
- },
4022
- {
4023
- "hrid": "/chat_icons/snake",
4024
- "name": "Thnake",
4025
- "isSpecial": false,
4026
- "isSeasonal": false,
4027
- "cowbellCost": 1000,
4028
- "supporterPointCost": 0,
4029
- "requiredChatIconHrid": "",
4030
- "sortIndex": 374
4031
- },
4032
- {
4033
- "hrid": "/chat_icons/soul_hunter",
4034
- "name": "Soul Hunter",
4035
- "isSpecial": false,
4036
- "isSeasonal": false,
4037
- "cowbellCost": 1000,
4038
- "supporterPointCost": 0,
4039
- "requiredChatIconHrid": "",
4040
- "sortIndex": 406
4041
- },
4042
- {
4043
- "hrid": "/chat_icons/spaceberry",
4044
- "name": "Spaceberry",
4045
- "isSpecial": false,
4046
- "isSeasonal": false,
4047
- "cowbellCost": 1000,
4048
- "supporterPointCost": 0,
4049
- "requiredChatIconHrid": "",
4050
- "sortIndex": 334
4051
- },
4052
- {
4053
- "hrid": "/chat_icons/spear",
4054
- "name": "Spear",
4055
- "isSpecial": false,
4056
- "isSeasonal": false,
4057
- "cowbellCost": 1000,
4058
- "supporterPointCost": 0,
4059
- "requiredChatIconHrid": "",
4060
- "sortIndex": 359
4061
- },
4062
- {
4063
- "hrid": "/chat_icons/spring_festival_lantern",
4064
- "name": "Spring Festival Lantern",
4065
- "isSpecial": false,
4066
- "isSeasonal": true,
4067
- "cowbellCost": 0,
4068
- "supporterPointCost": 0,
4069
- "requiredChatIconHrid": "",
4070
- "sortIndex": 306
4071
- },
4072
- {
4073
- "hrid": "/chat_icons/squawker",
4074
- "name": "Squawker",
4075
- "isSpecial": false,
4076
- "isSeasonal": false,
4077
- "cowbellCost": 1000,
4078
- "supporterPointCost": 0,
4079
- "requiredChatIconHrid": "",
4080
- "sortIndex": 413
4081
- },
4082
- {
4083
- "hrid": "/chat_icons/staff",
4084
- "name": "Staff",
4085
- "isSpecial": false,
4086
- "isSeasonal": false,
4087
- "cowbellCost": 1000,
4088
- "supporterPointCost": 0,
4089
- "requiredChatIconHrid": "",
4090
- "sortIndex": 364
4091
- },
4092
- {
4093
- "hrid": "/chat_icons/stamina",
4094
- "name": "Stamina",
4095
- "isSpecial": false,
4096
- "isSeasonal": false,
4097
- "cowbellCost": 500,
4098
- "supporterPointCost": 0,
4099
- "requiredChatIconHrid": "",
4100
- "sortIndex": 320
4101
- },
4102
- {
4103
- "hrid": "/chat_icons/star_fragment",
4104
- "name": "Star Fragment",
4105
- "isSpecial": false,
4106
- "isSeasonal": false,
4107
- "cowbellCost": 1000,
4108
- "supporterPointCost": 0,
4109
- "requiredChatIconHrid": "",
4110
- "sortIndex": 349
4111
- },
4112
- {
4113
- "hrid": "/chat_icons/star_fruit",
4114
- "name": "Star Fruit",
4115
- "isSpecial": false,
4116
- "isSeasonal": false,
4117
- "cowbellCost": 1000,
4118
- "supporterPointCost": 0,
4119
- "requiredChatIconHrid": "",
4120
- "sortIndex": 340
4121
- },
4122
- {
4123
- "hrid": "/chat_icons/strawberry",
4124
- "name": "Strawberry",
4125
- "isSpecial": false,
4126
- "isSeasonal": false,
4127
- "cowbellCost": 1000,
4128
- "supporterPointCost": 0,
4129
- "requiredChatIconHrid": "",
4130
- "sortIndex": 331
4131
- },
4132
- {
4133
- "hrid": "/chat_icons/sunstone",
4134
- "name": "Sunstone",
4135
- "isSpecial": false,
4136
- "isSeasonal": false,
4137
- "cowbellCost": 1000,
4138
- "supporterPointCost": 0,
4139
- "requiredChatIconHrid": "",
4140
- "sortIndex": 356
4141
- },
4142
- {
4143
- "hrid": "/chat_icons/super_bug_finder",
4144
- "name": "Super Bug Finder",
4145
- "isSpecial": true,
4146
- "isSeasonal": false,
4147
- "cowbellCost": 0,
4148
- "supporterPointCost": 0,
4149
- "requiredChatIconHrid": "",
4150
- "sortIndex": 7
4151
- },
4152
- {
4153
- "hrid": "/chat_icons/super_contributor",
4154
- "name": "Super Contributor",
4155
- "isSpecial": true,
4156
- "isSeasonal": false,
4157
- "cowbellCost": 0,
4158
- "supporterPointCost": 0,
4159
- "requiredChatIconHrid": "",
4160
- "sortIndex": 9
4161
- },
4162
- {
4163
- "hrid": "/chat_icons/super_moderator",
4164
- "name": "Super Moderator",
4165
- "isSpecial": true,
4166
- "isSeasonal": false,
4167
- "cowbellCost": 0,
4168
- "supporterPointCost": 0,
4169
- "requiredChatIconHrid": "",
4170
- "sortIndex": 4
4171
- },
4172
- {
4173
- "hrid": "/chat_icons/supporter",
4174
- "name": "Supporter",
4175
- "isSpecial": true,
4176
- "isSeasonal": false,
4177
- "cowbellCost": 0,
4178
- "supporterPointCost": 5000,
4179
- "requiredChatIconHrid": "",
4180
- "sortIndex": 10
4181
- },
4182
- {
4183
- "hrid": "/chat_icons/swampy",
4184
- "name": "Swampy",
4185
- "isSpecial": false,
4186
- "isSeasonal": false,
4187
- "cowbellCost": 1000,
4188
- "supporterPointCost": 0,
4189
- "requiredChatIconHrid": "",
4190
- "sortIndex": 375
4191
- },
4192
- {
4193
- "hrid": "/chat_icons/sword",
4194
- "name": "Sword",
4195
- "isSpecial": false,
4196
- "isSeasonal": false,
4197
- "cowbellCost": 1000,
4198
- "supporterPointCost": 0,
4199
- "requiredChatIconHrid": "",
4200
- "sortIndex": 358
4201
- },
4202
- {
4203
- "hrid": "/chat_icons/tailoring",
4204
- "name": "Tailoring",
4205
- "isSpecial": false,
4206
- "isSeasonal": false,
4207
- "cowbellCost": 500,
4208
- "supporterPointCost": 0,
4209
- "requiredChatIconHrid": "",
4210
- "sortIndex": 314
4211
- },
4212
- {
4213
- "hrid": "/chat_icons/task_crystal",
4214
- "name": "Task Crystal",
4215
- "isSpecial": false,
4216
- "isSeasonal": false,
4217
- "cowbellCost": 1000,
4218
- "supporterPointCost": 0,
4219
- "requiredChatIconHrid": "",
4220
- "sortIndex": 348
4221
- },
4222
- {
4223
- "hrid": "/chat_icons/tasks",
4224
- "name": "Tasks",
4225
- "isSpecial": false,
4226
- "isSeasonal": false,
4227
- "cowbellCost": 1000,
4228
- "supporterPointCost": 0,
4229
- "requiredChatIconHrid": "",
4230
- "sortIndex": 328
4231
- },
4232
- {
4233
- "hrid": "/chat_icons/tea",
4234
- "name": "Tea",
4235
- "isSpecial": false,
4236
- "isSeasonal": false,
4237
- "cowbellCost": 1000,
4238
- "supporterPointCost": 0,
4239
- "requiredChatIconHrid": "",
4240
- "sortIndex": 346
4241
- },
4242
- {
4243
- "hrid": "/chat_icons/the_watcher",
4244
- "name": "The Watcher",
4245
- "isSpecial": false,
4246
- "isSeasonal": false,
4247
- "cowbellCost": 1000,
4248
- "supporterPointCost": 0,
4249
- "requiredChatIconHrid": "",
4250
- "sortIndex": 390
4251
- },
4252
- {
4253
- "hrid": "/chat_icons/treant",
4254
- "name": "Treant",
4255
- "isSpecial": false,
4256
- "isSeasonal": false,
4257
- "cowbellCost": 1000,
4258
- "supporterPointCost": 0,
4259
- "requiredChatIconHrid": "",
4260
- "sortIndex": 386
4261
- },
4262
- {
4263
- "hrid": "/chat_icons/turtle",
4264
- "name": "Turuto",
4265
- "isSpecial": false,
4266
- "isSeasonal": false,
4267
- "cowbellCost": 1000,
4268
- "supporterPointCost": 0,
4269
- "requiredChatIconHrid": "",
4270
- "sortIndex": 382
4271
- },
4272
- {
4273
- "hrid": "/chat_icons/unicow",
4274
- "name": "Unicow",
4275
- "isSpecial": false,
4276
- "isSeasonal": false,
4277
- "cowbellCost": 2000,
4278
- "supporterPointCost": 0,
4279
- "requiredChatIconHrid": "",
4280
- "sortIndex": 420
4281
- },
4282
- {
4283
- "hrid": "/chat_icons/vampire",
4284
- "name": "Vampire",
4285
- "isSpecial": false,
4286
- "isSeasonal": false,
4287
- "cowbellCost": 1000,
4288
- "supporterPointCost": 0,
4289
- "requiredChatIconHrid": "",
4290
- "sortIndex": 402
4291
- },
4292
- {
4293
- "hrid": "/chat_icons/verdant_cow",
4294
- "name": "Verdant Cow",
4295
- "isSpecial": false,
4296
- "isSeasonal": false,
4297
- "cowbellCost": 2000,
4298
- "supporterPointCost": 0,
4299
- "requiredChatIconHrid": "",
4300
- "sortIndex": 416
4301
- },
4302
- {
4303
- "hrid": "/chat_icons/verdant_supporter",
4304
- "name": "Verdant Supporter",
4305
- "isSpecial": true,
4306
- "isSeasonal": false,
4307
- "cowbellCost": 0,
4308
- "supporterPointCost": 15000,
4309
- "requiredChatIconHrid": "/chat_icons/supporter",
4310
- "sortIndex": 11
4311
- },
4312
- {
4313
- "hrid": "/chat_icons/werewolf",
4314
- "name": "Werewolf",
4315
- "isSpecial": false,
4316
- "isSeasonal": false,
4317
- "cowbellCost": 1000,
4318
- "supporterPointCost": 0,
4319
- "requiredChatIconHrid": "",
4320
- "sortIndex": 403
4321
- },
4322
- {
4323
- "hrid": "/chat_icons/whale",
4324
- "name": "Whale",
4325
- "isSpecial": false,
4326
- "isSeasonal": false,
4327
- "cowbellCost": 2000,
4328
- "supporterPointCost": 0,
4329
- "requiredChatIconHrid": "",
4330
- "sortIndex": 423
4331
- },
4332
- {
4333
- "hrid": "/chat_icons/woodcutting",
4334
- "name": "Woodcutting",
4335
- "isSpecial": false,
4336
- "isSeasonal": false,
4337
- "cowbellCost": 500,
4338
- "supporterPointCost": 0,
4339
- "requiredChatIconHrid": "",
4340
- "sortIndex": 311
4341
- },
4342
- {
4343
- "hrid": "/chat_icons/zombie",
4344
- "name": "Zombie",
4345
- "isSpecial": false,
4346
- "isSeasonal": false,
4347
- "cowbellCost": 1000,
4348
- "supporterPointCost": 0,
4349
- "requiredChatIconHrid": "",
4350
- "sortIndex": 401
4351
- }
4352
- ]