@xivdyetools/core 2.7.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/README.md +85 -67
  2. package/dist/blending/blending.d.ts +22 -0
  3. package/dist/blending/blending.d.ts.map +1 -0
  4. package/dist/blending/blending.js +129 -0
  5. package/dist/blending/blending.js.map +1 -0
  6. package/dist/blending/conversions.d.ts +53 -0
  7. package/dist/blending/conversions.d.ts.map +1 -0
  8. package/dist/blending/conversions.js +256 -0
  9. package/dist/blending/conversions.js.map +1 -0
  10. package/dist/blending/index.d.ts +8 -0
  11. package/dist/blending/index.d.ts.map +1 -0
  12. package/dist/blending/index.js +3 -0
  13. package/dist/blending/index.js.map +1 -0
  14. package/dist/blending/types.d.ts +36 -0
  15. package/dist/blending/types.d.ts.map +1 -0
  16. package/dist/blending/types.js +21 -0
  17. package/dist/blending/types.js.map +1 -0
  18. package/dist/config/band-calibration.d.ts +68 -0
  19. package/dist/config/band-calibration.d.ts.map +1 -0
  20. package/dist/config/band-calibration.js +196 -0
  21. package/dist/config/band-calibration.js.map +1 -0
  22. package/dist/config/band-vocabulary.d.ts +82 -0
  23. package/dist/config/band-vocabulary.d.ts.map +1 -0
  24. package/dist/config/band-vocabulary.js +117 -0
  25. package/dist/config/band-vocabulary.js.map +1 -0
  26. package/dist/config/consolidated-ids.js +2 -2
  27. package/dist/config/consolidated-ids.js.map +1 -1
  28. package/dist/config/dye-vocabulary.d.ts +45 -0
  29. package/dist/config/dye-vocabulary.d.ts.map +1 -0
  30. package/dist/config/dye-vocabulary.js +58 -0
  31. package/dist/config/dye-vocabulary.js.map +1 -0
  32. package/dist/config/facewear.d.ts +24 -0
  33. package/dist/config/facewear.d.ts.map +1 -0
  34. package/dist/config/facewear.js +35 -0
  35. package/dist/config/facewear.js.map +1 -0
  36. package/dist/config/learn-links.d.ts +70 -0
  37. package/dist/config/learn-links.d.ts.map +1 -0
  38. package/dist/config/learn-links.js +171 -0
  39. package/dist/config/learn-links.js.map +1 -0
  40. package/dist/config/product-links.d.ts +44 -0
  41. package/dist/config/product-links.d.ts.map +1 -0
  42. package/dist/config/product-links.js +44 -0
  43. package/dist/config/product-links.js.map +1 -0
  44. package/dist/constants/index.d.ts +14 -1
  45. package/dist/constants/index.d.ts.map +1 -1
  46. package/dist/constants/index.js +38 -22
  47. package/dist/constants/index.js.map +1 -1
  48. package/dist/data/character_colors/race_specific/hair_colors.json +1 -1
  49. package/dist/data/character_colors/race_specific/skin_colors.json +1 -1
  50. package/dist/data/dyes.json +1127 -0
  51. package/dist/data/facewear_colors.json +57 -0
  52. package/dist/data/locales/de.json +4 -50
  53. package/dist/data/locales/en.json +4 -50
  54. package/dist/data/locales/fr.json +4 -50
  55. package/dist/data/locales/ja.json +4 -50
  56. package/dist/data/locales/ko.json +4 -50
  57. package/dist/data/locales/zh.json +4 -50
  58. package/dist/data/presets.json +59 -301
  59. package/dist/index.d.ts +156 -17
  60. package/dist/index.d.ts.map +1 -1
  61. package/dist/index.js +114 -10
  62. package/dist/index.js.map +1 -1
  63. package/dist/services/APIService.d.ts +7 -61
  64. package/dist/services/APIService.d.ts.map +1 -1
  65. package/dist/services/APIService.js +43 -154
  66. package/dist/services/APIService.js.map +1 -1
  67. package/dist/services/CharacterColorService.d.ts +4 -36
  68. package/dist/services/CharacterColorService.d.ts.map +1 -1
  69. package/dist/services/CharacterColorService.js +16 -68
  70. package/dist/services/CharacterColorService.js.map +1 -1
  71. package/dist/services/ColorService.d.ts +55 -68
  72. package/dist/services/ColorService.d.ts.map +1 -1
  73. package/dist/services/ColorService.js +86 -94
  74. package/dist/services/ColorService.js.map +1 -1
  75. package/dist/services/DyeService.d.ts +10 -103
  76. package/dist/services/DyeService.d.ts.map +1 -1
  77. package/dist/services/DyeService.js +13 -156
  78. package/dist/services/DyeService.js.map +1 -1
  79. package/dist/services/LocalizationService.d.ts +1 -33
  80. package/dist/services/LocalizationService.d.ts.map +1 -1
  81. package/dist/services/LocalizationService.js +0 -44
  82. package/dist/services/LocalizationService.js.map +1 -1
  83. package/dist/services/PaletteService.d.ts +8 -9
  84. package/dist/services/PaletteService.d.ts.map +1 -1
  85. package/dist/services/PaletteService.js +2 -21
  86. package/dist/services/PaletteService.js.map +1 -1
  87. package/dist/services/PresetService.d.ts +2 -34
  88. package/dist/services/PresetService.d.ts.map +1 -1
  89. package/dist/services/PresetService.js +12 -59
  90. package/dist/services/PresetService.js.map +1 -1
  91. package/dist/services/chara/chara-models.d.ts +68 -0
  92. package/dist/services/chara/chara-models.d.ts.map +1 -0
  93. package/dist/services/chara/chara-models.js +87 -0
  94. package/dist/services/chara/chara-models.js.map +1 -0
  95. package/dist/services/chara/chara-parser.d.ts +95 -0
  96. package/dist/services/chara/chara-parser.d.ts.map +1 -0
  97. package/dist/services/chara/chara-parser.js +299 -0
  98. package/dist/services/chara/chara-parser.js.map +1 -0
  99. package/dist/services/chara/chara-resolver.d.ts +103 -0
  100. package/dist/services/chara/chara-resolver.d.ts.map +1 -0
  101. package/dist/services/chara/chara-resolver.js +233 -0
  102. package/dist/services/chara/chara-resolver.js.map +1 -0
  103. package/dist/services/color/ColorConverter.d.ts +107 -35
  104. package/dist/services/color/ColorConverter.d.ts.map +1 -1
  105. package/dist/services/color/ColorConverter.js +159 -48
  106. package/dist/services/color/ColorConverter.js.map +1 -1
  107. package/dist/services/color/ColorManipulator.d.ts +11 -0
  108. package/dist/services/color/ColorManipulator.d.ts.map +1 -1
  109. package/dist/services/color/ColorManipulator.js +14 -0
  110. package/dist/services/color/ColorManipulator.js.map +1 -1
  111. package/dist/services/color/ColorblindnessSimulator.d.ts +17 -0
  112. package/dist/services/color/ColorblindnessSimulator.d.ts.map +1 -1
  113. package/dist/services/color/ColorblindnessSimulator.js +53 -1
  114. package/dist/services/color/ColorblindnessSimulator.js.map +1 -1
  115. package/dist/services/color/SpectralMixer.d.ts +0 -34
  116. package/dist/services/color/SpectralMixer.d.ts.map +1 -1
  117. package/dist/services/color/SpectralMixer.js +0 -73
  118. package/dist/services/color/SpectralMixer.js.map +1 -1
  119. package/dist/services/dye/DyeDatabase.d.ts +0 -21
  120. package/dist/services/dye/DyeDatabase.d.ts.map +1 -1
  121. package/dist/services/dye/DyeDatabase.js +78 -103
  122. package/dist/services/dye/DyeDatabase.js.map +1 -1
  123. package/dist/services/dye/DyeSearch.d.ts +17 -31
  124. package/dist/services/dye/DyeSearch.d.ts.map +1 -1
  125. package/dist/services/dye/DyeSearch.js +31 -67
  126. package/dist/services/dye/DyeSearch.js.map +1 -1
  127. package/dist/services/dye/HarmonyGenerator.d.ts +11 -18
  128. package/dist/services/dye/HarmonyGenerator.d.ts.map +1 -1
  129. package/dist/services/dye/HarmonyGenerator.js +24 -35
  130. package/dist/services/dye/HarmonyGenerator.js.map +1 -1
  131. package/dist/services/localization/LocaleLoader.d.ts.map +1 -1
  132. package/dist/services/localization/LocaleLoader.js +0 -1
  133. package/dist/services/localization/LocaleLoader.js.map +1 -1
  134. package/dist/services/localization/TranslationProvider.d.ts +1 -42
  135. package/dist/services/localization/TranslationProvider.d.ts.map +1 -1
  136. package/dist/services/localization/TranslationProvider.js +4 -82
  137. package/dist/services/localization/TranslationProvider.js.map +1 -1
  138. package/dist/types/index.d.ts +39 -52
  139. package/dist/types/index.d.ts.map +1 -1
  140. package/dist/types/index.js +50 -10
  141. package/dist/types/index.js.map +1 -1
  142. package/dist/utils/index.d.ts +35 -122
  143. package/dist/utils/index.d.ts.map +1 -1
  144. package/dist/utils/index.js +45 -422
  145. package/dist/utils/index.js.map +1 -1
  146. package/dist/utils/kd-tree.d.ts +0 -4
  147. package/dist/utils/kd-tree.d.ts.map +1 -1
  148. package/dist/utils/kd-tree.js +0 -6
  149. package/dist/utils/kd-tree.js.map +1 -1
  150. package/package.json +19 -10
  151. package/dist/data/character_colors/index.json +0 -40
  152. package/dist/data/colors_xiv.json +0 -3538
  153. package/dist/version.d.ts +0 -11
  154. package/dist/version.d.ts.map +0 -1
  155. package/dist/version.js +0 -11
  156. package/dist/version.js.map +0 -1
@@ -1,3538 +0,0 @@
1
- [
2
- {
3
- "itemID": 5729,
4
- "category": "Neutral",
5
- "name": "Snow White",
6
- "hex": "#e4dfd0",
7
- "acquisition": "Dye Vendor",
8
- "price": 216,
9
- "currency": "Gil",
10
- "rgb": {
11
- "r": 228,
12
- "g": 223,
13
- "b": 208
14
- },
15
- "hsv": {
16
- "h": 45,
17
- "s": 8.77,
18
- "v": 89.41
19
- },
20
- "isMetallic": false,
21
- "isPastel": false,
22
- "isDark": false,
23
- "isCosmic": false,
24
- "stainID": 1,
25
- "isIshgardian": false,
26
- "consolidationType": "A"
27
- },
28
- {
29
- "itemID": 5730,
30
- "category": "Neutral",
31
- "name": "Ash Grey",
32
- "hex": "#aca8a2",
33
- "acquisition": "Dye Vendor",
34
- "price": 216,
35
- "currency": "Gil",
36
- "rgb": {
37
- "r": 172,
38
- "g": 168,
39
- "b": 162
40
- },
41
- "hsv": {
42
- "h": 36,
43
- "s": 5.81,
44
- "v": 67.45
45
- },
46
- "isMetallic": false,
47
- "isPastel": false,
48
- "isDark": false,
49
- "isCosmic": false,
50
- "stainID": 2,
51
- "isIshgardian": false,
52
- "consolidationType": "A"
53
- },
54
- {
55
- "itemID": 5731,
56
- "category": "Neutral",
57
- "name": "Goobbue Grey",
58
- "hex": "#898784",
59
- "acquisition": "Dye Vendor",
60
- "price": 216,
61
- "currency": "Gil",
62
- "rgb": {
63
- "r": 137,
64
- "g": 135,
65
- "b": 132
66
- },
67
- "hsv": {
68
- "h": 36,
69
- "s": 3.65,
70
- "v": 53.73
71
- },
72
- "isMetallic": false,
73
- "isPastel": false,
74
- "isDark": false,
75
- "isCosmic": false,
76
- "stainID": 3,
77
- "isIshgardian": false,
78
- "consolidationType": "A"
79
- },
80
- {
81
- "itemID": 5732,
82
- "category": "Neutral",
83
- "name": "Slate Grey",
84
- "hex": "#656565",
85
- "acquisition": "Dye Vendor",
86
- "price": 216,
87
- "currency": "Gil",
88
- "rgb": {
89
- "r": 101,
90
- "g": 101,
91
- "b": 101
92
- },
93
- "hsv": {
94
- "h": 0,
95
- "s": 0,
96
- "v": 39.61
97
- },
98
- "isMetallic": false,
99
- "isPastel": false,
100
- "isDark": false,
101
- "isCosmic": false,
102
- "stainID": 4,
103
- "isIshgardian": false,
104
- "consolidationType": "A"
105
- },
106
- {
107
- "itemID": 5733,
108
- "category": "Neutral",
109
- "name": "Charcoal Grey",
110
- "hex": "#484742",
111
- "acquisition": "Dye Vendor",
112
- "price": 216,
113
- "currency": "Gil",
114
- "rgb": {
115
- "r": 72,
116
- "g": 71,
117
- "b": 66
118
- },
119
- "hsv": {
120
- "h": 50,
121
- "s": 8.33,
122
- "v": 28.24
123
- },
124
- "isMetallic": false,
125
- "isPastel": false,
126
- "isDark": false,
127
- "isCosmic": false,
128
- "stainID": 5,
129
- "isIshgardian": false,
130
- "consolidationType": "A"
131
- },
132
- {
133
- "itemID": 5734,
134
- "category": "Neutral",
135
- "name": "Soot Black",
136
- "hex": "#2b2923",
137
- "acquisition": "Dye Vendor",
138
- "price": 216,
139
- "currency": "Gil",
140
- "rgb": {
141
- "r": 43,
142
- "g": 41,
143
- "b": 35
144
- },
145
- "hsv": {
146
- "h": 45,
147
- "s": 18.6,
148
- "v": 16.86
149
- },
150
- "isMetallic": false,
151
- "isPastel": false,
152
- "isDark": false,
153
- "isCosmic": false,
154
- "stainID": 6,
155
- "isIshgardian": false,
156
- "consolidationType": "A"
157
- },
158
- {
159
- "itemID": 5735,
160
- "category": "Reds",
161
- "name": "Rose Pink",
162
- "hex": "#e69f96",
163
- "acquisition": "Dye Vendor",
164
- "price": 216,
165
- "currency": "Gil",
166
- "rgb": {
167
- "r": 230,
168
- "g": 159,
169
- "b": 150
170
- },
171
- "hsv": {
172
- "h": 6.75,
173
- "s": 34.78,
174
- "v": 90.2
175
- },
176
- "isMetallic": false,
177
- "isPastel": false,
178
- "isDark": false,
179
- "isCosmic": false,
180
- "stainID": 7,
181
- "isIshgardian": false,
182
- "consolidationType": "A"
183
- },
184
- {
185
- "itemID": 5736,
186
- "category": "Reds",
187
- "name": "Lilac Purple",
188
- "hex": "#836969",
189
- "acquisition": "Dye Vendor",
190
- "price": 216,
191
- "currency": "Gil",
192
- "rgb": {
193
- "r": 131,
194
- "g": 105,
195
- "b": 105
196
- },
197
- "hsv": {
198
- "h": 0,
199
- "s": 19.85,
200
- "v": 51.37
201
- },
202
- "isMetallic": false,
203
- "isPastel": false,
204
- "isDark": false,
205
- "isCosmic": false,
206
- "stainID": 8,
207
- "isIshgardian": false,
208
- "consolidationType": "A"
209
- },
210
- {
211
- "itemID": 5737,
212
- "category": "Reds",
213
- "name": "Rolanberry Red",
214
- "hex": "#5b1729",
215
- "acquisition": "Dye Vendor",
216
- "price": 216,
217
- "currency": "Gil",
218
- "rgb": {
219
- "r": 91,
220
- "g": 23,
221
- "b": 41
222
- },
223
- "hsv": {
224
- "h": 344.12,
225
- "s": 74.73,
226
- "v": 35.69
227
- },
228
- "isMetallic": false,
229
- "isPastel": false,
230
- "isDark": false,
231
- "isCosmic": false,
232
- "stainID": 9,
233
- "isIshgardian": false,
234
- "consolidationType": "A"
235
- },
236
- {
237
- "itemID": 5738,
238
- "category": "Reds",
239
- "name": "Dalamud Red",
240
- "hex": "#781a1a",
241
- "acquisition": "Dye Vendor",
242
- "price": 216,
243
- "currency": "Gil",
244
- "rgb": {
245
- "r": 120,
246
- "g": 26,
247
- "b": 26
248
- },
249
- "hsv": {
250
- "h": 0,
251
- "s": 78.33,
252
- "v": 47.06
253
- },
254
- "isMetallic": false,
255
- "isPastel": false,
256
- "isDark": false,
257
- "isCosmic": false,
258
- "stainID": 10,
259
- "isIshgardian": false,
260
- "consolidationType": "A"
261
- },
262
- {
263
- "itemID": 5739,
264
- "category": "Reds",
265
- "name": "Rust Red",
266
- "hex": "#622207",
267
- "acquisition": "Dye Vendor",
268
- "price": 216,
269
- "currency": "Gil",
270
- "rgb": {
271
- "r": 98,
272
- "g": 34,
273
- "b": 7
274
- },
275
- "hsv": {
276
- "h": 17.8,
277
- "s": 92.86,
278
- "v": 38.43
279
- },
280
- "isMetallic": false,
281
- "isPastel": false,
282
- "isDark": false,
283
- "isCosmic": false,
284
- "stainID": 11,
285
- "isIshgardian": false,
286
- "consolidationType": "A"
287
- },
288
- {
289
- "itemID": 5740,
290
- "category": "Reds",
291
- "name": "Wine Red",
292
- "hex": "#451511",
293
- "acquisition": "Dye Vendor",
294
- "price": 216,
295
- "currency": "Gil",
296
- "rgb": {
297
- "r": 69,
298
- "g": 21,
299
- "b": 17
300
- },
301
- "hsv": {
302
- "h": 4.62,
303
- "s": 75.36,
304
- "v": 27.06
305
- },
306
- "isMetallic": false,
307
- "isPastel": false,
308
- "isDark": false,
309
- "isCosmic": false,
310
- "stainID": 12,
311
- "isIshgardian": false,
312
- "consolidationType": "A"
313
- },
314
- {
315
- "itemID": 5741,
316
- "category": "Reds",
317
- "name": "Coral Pink",
318
- "hex": "#cc6c5e",
319
- "acquisition": "Dye Vendor",
320
- "price": 216,
321
- "currency": "Gil",
322
- "rgb": {
323
- "r": 204,
324
- "g": 108,
325
- "b": 94
326
- },
327
- "hsv": {
328
- "h": 7.64,
329
- "s": 53.92,
330
- "v": 80
331
- },
332
- "isMetallic": false,
333
- "isPastel": false,
334
- "isDark": false,
335
- "isCosmic": false,
336
- "stainID": 13,
337
- "isIshgardian": false,
338
- "consolidationType": "A"
339
- },
340
- {
341
- "itemID": 5742,
342
- "category": "Reds",
343
- "name": "Blood Red",
344
- "hex": "#913b27",
345
- "acquisition": "Dye Vendor",
346
- "price": 216,
347
- "currency": "Gil",
348
- "rgb": {
349
- "r": 145,
350
- "g": 59,
351
- "b": 39
352
- },
353
- "hsv": {
354
- "h": 11.32,
355
- "s": 73.1,
356
- "v": 56.86
357
- },
358
- "isMetallic": false,
359
- "isPastel": false,
360
- "isDark": false,
361
- "isCosmic": false,
362
- "stainID": 14,
363
- "isIshgardian": false,
364
- "consolidationType": "A"
365
- },
366
- {
367
- "itemID": 5743,
368
- "category": "Reds",
369
- "name": "Salmon Pink",
370
- "hex": "#e4aa8a",
371
- "acquisition": "Dye Vendor",
372
- "price": 216,
373
- "currency": "Gil",
374
- "rgb": {
375
- "r": 228,
376
- "g": 170,
377
- "b": 138
378
- },
379
- "hsv": {
380
- "h": 21.33,
381
- "s": 39.47,
382
- "v": 89.41
383
- },
384
- "isMetallic": false,
385
- "isPastel": false,
386
- "isDark": false,
387
- "isCosmic": false,
388
- "stainID": 15,
389
- "isIshgardian": false,
390
- "consolidationType": "A"
391
- },
392
- {
393
- "itemID": 5744,
394
- "category": "Browns",
395
- "name": "Sunset Orange",
396
- "hex": "#b75c2d",
397
- "acquisition": "Dye Vendor",
398
- "price": 216,
399
- "currency": "Gil",
400
- "rgb": {
401
- "r": 183,
402
- "g": 92,
403
- "b": 45
404
- },
405
- "hsv": {
406
- "h": 20.43,
407
- "s": 75.41,
408
- "v": 71.76
409
- },
410
- "isMetallic": false,
411
- "isPastel": false,
412
- "isDark": false,
413
- "isCosmic": false,
414
- "stainID": 16,
415
- "isIshgardian": false,
416
- "consolidationType": "A"
417
- },
418
- {
419
- "itemID": 5745,
420
- "category": "Browns",
421
- "name": "Mesa Red",
422
- "hex": "#7d3906",
423
- "acquisition": "Dye Vendor",
424
- "price": 216,
425
- "currency": "Gil",
426
- "rgb": {
427
- "r": 125,
428
- "g": 57,
429
- "b": 6
430
- },
431
- "hsv": {
432
- "h": 25.71,
433
- "s": 95.2,
434
- "v": 49.02
435
- },
436
- "isMetallic": false,
437
- "isPastel": false,
438
- "isDark": false,
439
- "isCosmic": false,
440
- "stainID": 17,
441
- "isIshgardian": false,
442
- "consolidationType": "A"
443
- },
444
- {
445
- "itemID": 5746,
446
- "category": "Browns",
447
- "name": "Bark Brown",
448
- "hex": "#6a4b37",
449
- "acquisition": "Dye Vendor",
450
- "price": 216,
451
- "currency": "Gil",
452
- "rgb": {
453
- "r": 106,
454
- "g": 75,
455
- "b": 55
456
- },
457
- "hsv": {
458
- "h": 23.53,
459
- "s": 48.11,
460
- "v": 41.57
461
- },
462
- "isMetallic": false,
463
- "isPastel": false,
464
- "isDark": false,
465
- "isCosmic": false,
466
- "stainID": 18,
467
- "isIshgardian": false,
468
- "consolidationType": "A"
469
- },
470
- {
471
- "itemID": 5747,
472
- "category": "Browns",
473
- "name": "Chocolate Brown",
474
- "hex": "#6e3d24",
475
- "acquisition": "Dye Vendor",
476
- "price": 216,
477
- "currency": "Gil",
478
- "rgb": {
479
- "r": 110,
480
- "g": 61,
481
- "b": 36
482
- },
483
- "hsv": {
484
- "h": 20.27,
485
- "s": 67.27,
486
- "v": 43.14
487
- },
488
- "isMetallic": false,
489
- "isPastel": false,
490
- "isDark": false,
491
- "isCosmic": false,
492
- "stainID": 19,
493
- "isIshgardian": false,
494
- "consolidationType": "A"
495
- },
496
- {
497
- "itemID": 5748,
498
- "category": "Browns",
499
- "name": "Russet Brown",
500
- "hex": "#4f2d1f",
501
- "acquisition": "Dye Vendor",
502
- "price": 216,
503
- "currency": "Gil",
504
- "rgb": {
505
- "r": 79,
506
- "g": 45,
507
- "b": 31
508
- },
509
- "hsv": {
510
- "h": 17.5,
511
- "s": 60.76,
512
- "v": 30.98
513
- },
514
- "isMetallic": false,
515
- "isPastel": false,
516
- "isDark": false,
517
- "isCosmic": false,
518
- "stainID": 20,
519
- "isIshgardian": false,
520
- "consolidationType": "A"
521
- },
522
- {
523
- "itemID": 5749,
524
- "category": "Browns",
525
- "name": "Kobold Brown",
526
- "hex": "#30211b",
527
- "acquisition": "Dye Vendor",
528
- "price": 216,
529
- "currency": "Gil",
530
- "rgb": {
531
- "r": 48,
532
- "g": 33,
533
- "b": 27
534
- },
535
- "hsv": {
536
- "h": 17.14,
537
- "s": 43.75,
538
- "v": 18.82
539
- },
540
- "isMetallic": false,
541
- "isPastel": false,
542
- "isDark": false,
543
- "isCosmic": false,
544
- "stainID": 21,
545
- "isIshgardian": false,
546
- "consolidationType": "A"
547
- },
548
- {
549
- "itemID": 5750,
550
- "category": "Browns",
551
- "name": "Cork Brown",
552
- "hex": "#c99156",
553
- "acquisition": "Dye Vendor",
554
- "price": 216,
555
- "currency": "Gil",
556
- "rgb": {
557
- "r": 201,
558
- "g": 145,
559
- "b": 86
560
- },
561
- "hsv": {
562
- "h": 30.78,
563
- "s": 57.21,
564
- "v": 78.82
565
- },
566
- "isMetallic": false,
567
- "isPastel": false,
568
- "isDark": false,
569
- "isCosmic": false,
570
- "stainID": 22,
571
- "isIshgardian": false,
572
- "consolidationType": "A"
573
- },
574
- {
575
- "itemID": 5751,
576
- "category": "Browns",
577
- "name": "Qiqirn Brown",
578
- "hex": "#996e3f",
579
- "acquisition": "Dye Vendor",
580
- "price": 216,
581
- "currency": "Gil",
582
- "rgb": {
583
- "r": 153,
584
- "g": 110,
585
- "b": 63
586
- },
587
- "hsv": {
588
- "h": 31.33,
589
- "s": 58.82,
590
- "v": 60
591
- },
592
- "isMetallic": false,
593
- "isPastel": false,
594
- "isDark": false,
595
- "isCosmic": false,
596
- "stainID": 23,
597
- "isIshgardian": false,
598
- "consolidationType": "A"
599
- },
600
- {
601
- "itemID": 5752,
602
- "category": "Browns",
603
- "name": "Opo-Opo Brown",
604
- "hex": "#7b5c2d",
605
- "acquisition": "Dye Vendor",
606
- "price": 216,
607
- "currency": "Gil",
608
- "rgb": {
609
- "r": 123,
610
- "g": 92,
611
- "b": 45
612
- },
613
- "hsv": {
614
- "h": 36.15,
615
- "s": 63.41,
616
- "v": 48.24
617
- },
618
- "isMetallic": false,
619
- "isPastel": false,
620
- "isDark": false,
621
- "isCosmic": false,
622
- "stainID": 24,
623
- "isIshgardian": false,
624
- "consolidationType": "A"
625
- },
626
- {
627
- "itemID": 5753,
628
- "category": "Browns",
629
- "name": "Aldgoat Brown",
630
- "hex": "#a2875c",
631
- "acquisition": "Dye Vendor",
632
- "price": 216,
633
- "currency": "Gil",
634
- "rgb": {
635
- "r": 162,
636
- "g": 135,
637
- "b": 92
638
- },
639
- "hsv": {
640
- "h": 36.86,
641
- "s": 43.21,
642
- "v": 63.53
643
- },
644
- "isMetallic": false,
645
- "isPastel": false,
646
- "isDark": false,
647
- "isCosmic": false,
648
- "stainID": 25,
649
- "isIshgardian": false,
650
- "consolidationType": "A"
651
- },
652
- {
653
- "itemID": 5754,
654
- "category": "Browns",
655
- "name": "Pumpkin Orange",
656
- "hex": "#c57424",
657
- "acquisition": "Dye Vendor",
658
- "price": 216,
659
- "currency": "Gil",
660
- "rgb": {
661
- "r": 197,
662
- "g": 116,
663
- "b": 36
664
- },
665
- "hsv": {
666
- "h": 29.81,
667
- "s": 81.73,
668
- "v": 77.25
669
- },
670
- "isMetallic": false,
671
- "isPastel": false,
672
- "isDark": false,
673
- "isCosmic": false,
674
- "stainID": 26,
675
- "isIshgardian": false,
676
- "consolidationType": "A"
677
- },
678
- {
679
- "itemID": 5755,
680
- "category": "Browns",
681
- "name": "Acorn Brown",
682
- "hex": "#8e581b",
683
- "acquisition": "Dye Vendor",
684
- "price": 216,
685
- "currency": "Gil",
686
- "rgb": {
687
- "r": 142,
688
- "g": 88,
689
- "b": 27
690
- },
691
- "hsv": {
692
- "h": 31.83,
693
- "s": 80.99,
694
- "v": 55.69
695
- },
696
- "isMetallic": false,
697
- "isPastel": false,
698
- "isDark": false,
699
- "isCosmic": false,
700
- "stainID": 27,
701
- "isIshgardian": false,
702
- "consolidationType": "A"
703
- },
704
- {
705
- "itemID": 5756,
706
- "category": "Browns",
707
- "name": "Orchard Brown",
708
- "hex": "#644216",
709
- "acquisition": "Dye Vendor",
710
- "price": 216,
711
- "currency": "Gil",
712
- "rgb": {
713
- "r": 100,
714
- "g": 66,
715
- "b": 22
716
- },
717
- "hsv": {
718
- "h": 33.85,
719
- "s": 78,
720
- "v": 39.22
721
- },
722
- "isMetallic": false,
723
- "isPastel": false,
724
- "isDark": false,
725
- "isCosmic": false,
726
- "stainID": 28,
727
- "isIshgardian": false,
728
- "consolidationType": "A"
729
- },
730
- {
731
- "itemID": 5757,
732
- "category": "Browns",
733
- "name": "Chestnut Brown",
734
- "hex": "#3d290d",
735
- "acquisition": "Dye Vendor",
736
- "price": 216,
737
- "currency": "Gil",
738
- "rgb": {
739
- "r": 61,
740
- "g": 41,
741
- "b": 13
742
- },
743
- "hsv": {
744
- "h": 35,
745
- "s": 78.69,
746
- "v": 23.92
747
- },
748
- "isMetallic": false,
749
- "isPastel": false,
750
- "isDark": false,
751
- "isCosmic": false,
752
- "stainID": 29,
753
- "isIshgardian": false,
754
- "consolidationType": "A"
755
- },
756
- {
757
- "itemID": 5758,
758
- "category": "Browns",
759
- "name": "Gobbiebag Brown",
760
- "hex": "#b9a489",
761
- "acquisition": "Dye Vendor",
762
- "price": 216,
763
- "currency": "Gil",
764
- "rgb": {
765
- "r": 185,
766
- "g": 164,
767
- "b": 137
768
- },
769
- "hsv": {
770
- "h": 33.75,
771
- "s": 25.95,
772
- "v": 72.55
773
- },
774
- "isMetallic": false,
775
- "isPastel": false,
776
- "isDark": false,
777
- "isCosmic": false,
778
- "stainID": 30,
779
- "isIshgardian": false,
780
- "consolidationType": "A"
781
- },
782
- {
783
- "itemID": 5759,
784
- "category": "Browns",
785
- "name": "Shale Brown",
786
- "hex": "#92816c",
787
- "acquisition": "Dye Vendor",
788
- "price": 216,
789
- "currency": "Gil",
790
- "rgb": {
791
- "r": 146,
792
- "g": 129,
793
- "b": 108
794
- },
795
- "hsv": {
796
- "h": 33.16,
797
- "s": 26.03,
798
- "v": 57.25
799
- },
800
- "isMetallic": false,
801
- "isPastel": false,
802
- "isDark": false,
803
- "isCosmic": false,
804
- "stainID": 31,
805
- "isIshgardian": false,
806
- "consolidationType": "A"
807
- },
808
- {
809
- "itemID": 5760,
810
- "category": "Browns",
811
- "name": "Mole Brown",
812
- "hex": "#615245",
813
- "acquisition": "Dye Vendor",
814
- "price": 216,
815
- "currency": "Gil",
816
- "rgb": {
817
- "r": 97,
818
- "g": 82,
819
- "b": 69
820
- },
821
- "hsv": {
822
- "h": 27.86,
823
- "s": 28.87,
824
- "v": 38.04
825
- },
826
- "isMetallic": false,
827
- "isPastel": false,
828
- "isDark": false,
829
- "isCosmic": false,
830
- "stainID": 32,
831
- "isIshgardian": false,
832
- "consolidationType": "A"
833
- },
834
- {
835
- "itemID": 5761,
836
- "category": "Browns",
837
- "name": "Loam Brown",
838
- "hex": "#3f3329",
839
- "acquisition": "Dye Vendor",
840
- "price": 216,
841
- "currency": "Gil",
842
- "rgb": {
843
- "r": 63,
844
- "g": 51,
845
- "b": 41
846
- },
847
- "hsv": {
848
- "h": 27.27,
849
- "s": 34.92,
850
- "v": 24.71
851
- },
852
- "isMetallic": false,
853
- "isPastel": false,
854
- "isDark": false,
855
- "isCosmic": false,
856
- "stainID": 33,
857
- "isIshgardian": false,
858
- "consolidationType": "A"
859
- },
860
- {
861
- "itemID": 5762,
862
- "category": "Yellows",
863
- "name": "Bone White",
864
- "hex": "#ebd3a0",
865
- "acquisition": "Dye Vendor",
866
- "price": 216,
867
- "currency": "Gil",
868
- "rgb": {
869
- "r": 235,
870
- "g": 211,
871
- "b": 160
872
- },
873
- "hsv": {
874
- "h": 40.8,
875
- "s": 31.91,
876
- "v": 92.16
877
- },
878
- "isMetallic": false,
879
- "isPastel": false,
880
- "isDark": false,
881
- "isCosmic": false,
882
- "stainID": 34,
883
- "isIshgardian": false,
884
- "consolidationType": "A"
885
- },
886
- {
887
- "itemID": 5763,
888
- "category": "Yellows",
889
- "name": "Ul Brown",
890
- "hex": "#b7a370",
891
- "acquisition": "Dye Vendor",
892
- "price": 216,
893
- "currency": "Gil",
894
- "rgb": {
895
- "r": 183,
896
- "g": 163,
897
- "b": 112
898
- },
899
- "hsv": {
900
- "h": 43.1,
901
- "s": 38.8,
902
- "v": 71.76
903
- },
904
- "isMetallic": false,
905
- "isPastel": false,
906
- "isDark": false,
907
- "isCosmic": false,
908
- "stainID": 35,
909
- "isIshgardian": false,
910
- "consolidationType": "A"
911
- },
912
- {
913
- "itemID": 5764,
914
- "category": "Yellows",
915
- "name": "Desert Yellow",
916
- "hex": "#dbb457",
917
- "acquisition": "Dye Vendor",
918
- "price": 216,
919
- "currency": "Gil",
920
- "rgb": {
921
- "r": 219,
922
- "g": 180,
923
- "b": 87
924
- },
925
- "hsv": {
926
- "h": 42.27,
927
- "s": 60.27,
928
- "v": 85.88
929
- },
930
- "isMetallic": false,
931
- "isPastel": false,
932
- "isDark": false,
933
- "isCosmic": false,
934
- "stainID": 36,
935
- "isIshgardian": false,
936
- "consolidationType": "A"
937
- },
938
- {
939
- "itemID": 5765,
940
- "category": "Yellows",
941
- "name": "Honey Yellow",
942
- "hex": "#fac62b",
943
- "acquisition": "Dye Vendor",
944
- "price": 216,
945
- "currency": "Gil",
946
- "rgb": {
947
- "r": 250,
948
- "g": 198,
949
- "b": 43
950
- },
951
- "hsv": {
952
- "h": 44.93,
953
- "s": 82.8,
954
- "v": 98.04
955
- },
956
- "isMetallic": false,
957
- "isPastel": false,
958
- "isDark": false,
959
- "isCosmic": false,
960
- "stainID": 37,
961
- "isIshgardian": false,
962
- "consolidationType": "A"
963
- },
964
- {
965
- "itemID": 5766,
966
- "category": "Yellows",
967
- "name": "Millioncorn Yellow",
968
- "hex": "#e49e34",
969
- "acquisition": "Dye Vendor",
970
- "price": 216,
971
- "currency": "Gil",
972
- "rgb": {
973
- "r": 228,
974
- "g": 158,
975
- "b": 52
976
- },
977
- "hsv": {
978
- "h": 36.14,
979
- "s": 77.19,
980
- "v": 89.41
981
- },
982
- "isMetallic": false,
983
- "isPastel": false,
984
- "isDark": false,
985
- "isCosmic": false,
986
- "stainID": 38,
987
- "isIshgardian": false,
988
- "consolidationType": "A"
989
- },
990
- {
991
- "itemID": 5767,
992
- "category": "Yellows",
993
- "name": "Coeurl Yellow",
994
- "hex": "#bc8804",
995
- "acquisition": "Dye Vendor",
996
- "price": 216,
997
- "currency": "Gil",
998
- "rgb": {
999
- "r": 188,
1000
- "g": 136,
1001
- "b": 4
1002
- },
1003
- "hsv": {
1004
- "h": 43.04,
1005
- "s": 97.87,
1006
- "v": 73.73
1007
- },
1008
- "isMetallic": false,
1009
- "isPastel": false,
1010
- "isDark": false,
1011
- "isCosmic": false,
1012
- "stainID": 39,
1013
- "isIshgardian": false,
1014
- "consolidationType": "A"
1015
- },
1016
- {
1017
- "itemID": 5768,
1018
- "category": "Yellows",
1019
- "name": "Cream Yellow",
1020
- "hex": "#f2d770",
1021
- "acquisition": "Dye Vendor",
1022
- "price": 216,
1023
- "currency": "Gil",
1024
- "rgb": {
1025
- "r": 242,
1026
- "g": 215,
1027
- "b": 112
1028
- },
1029
- "hsv": {
1030
- "h": 47.54,
1031
- "s": 53.72,
1032
- "v": 94.9
1033
- },
1034
- "isMetallic": false,
1035
- "isPastel": false,
1036
- "isDark": false,
1037
- "isCosmic": false,
1038
- "stainID": 40,
1039
- "isIshgardian": false,
1040
- "consolidationType": "A"
1041
- },
1042
- {
1043
- "itemID": 5769,
1044
- "category": "Yellows",
1045
- "name": "Halatali Yellow",
1046
- "hex": "#a58430",
1047
- "acquisition": "Dye Vendor",
1048
- "price": 216,
1049
- "currency": "Gil",
1050
- "rgb": {
1051
- "r": 165,
1052
- "g": 132,
1053
- "b": 48
1054
- },
1055
- "hsv": {
1056
- "h": 43.08,
1057
- "s": 70.91,
1058
- "v": 64.71
1059
- },
1060
- "isMetallic": false,
1061
- "isPastel": false,
1062
- "isDark": false,
1063
- "isCosmic": false,
1064
- "stainID": 41,
1065
- "isIshgardian": false,
1066
- "consolidationType": "A"
1067
- },
1068
- {
1069
- "itemID": 5770,
1070
- "category": "Yellows",
1071
- "name": "Raisin Brown",
1072
- "hex": "#403311",
1073
- "acquisition": "Dye Vendor",
1074
- "price": 216,
1075
- "currency": "Gil",
1076
- "rgb": {
1077
- "r": 64,
1078
- "g": 51,
1079
- "b": 17
1080
- },
1081
- "hsv": {
1082
- "h": 43.4,
1083
- "s": 73.44,
1084
- "v": 25.1
1085
- },
1086
- "isMetallic": false,
1087
- "isPastel": false,
1088
- "isDark": false,
1089
- "isCosmic": false,
1090
- "stainID": 42,
1091
- "isIshgardian": false,
1092
- "consolidationType": "A"
1093
- },
1094
- {
1095
- "itemID": 5771,
1096
- "category": "Greens",
1097
- "name": "Mud Green",
1098
- "hex": "#585230",
1099
- "acquisition": "Dye Vendor",
1100
- "price": 216,
1101
- "currency": "Gil",
1102
- "rgb": {
1103
- "r": 88,
1104
- "g": 82,
1105
- "b": 48
1106
- },
1107
- "hsv": {
1108
- "h": 51,
1109
- "s": 45.45,
1110
- "v": 34.51
1111
- },
1112
- "isMetallic": false,
1113
- "isPastel": false,
1114
- "isDark": false,
1115
- "isCosmic": false,
1116
- "stainID": 43,
1117
- "isIshgardian": false,
1118
- "consolidationType": "A"
1119
- },
1120
- {
1121
- "itemID": 5772,
1122
- "category": "Greens",
1123
- "name": "Sylph Green",
1124
- "hex": "#bbbb8a",
1125
- "acquisition": "Dye Vendor",
1126
- "price": 216,
1127
- "currency": "Gil",
1128
- "rgb": {
1129
- "r": 187,
1130
- "g": 187,
1131
- "b": 138
1132
- },
1133
- "hsv": {
1134
- "h": 60,
1135
- "s": 26.2,
1136
- "v": 73.33
1137
- },
1138
- "isMetallic": false,
1139
- "isPastel": false,
1140
- "isDark": false,
1141
- "isCosmic": false,
1142
- "stainID": 44,
1143
- "isIshgardian": false,
1144
- "consolidationType": "A"
1145
- },
1146
- {
1147
- "itemID": 5773,
1148
- "category": "Greens",
1149
- "name": "Lime Green",
1150
- "hex": "#abb054",
1151
- "acquisition": "Dye Vendor",
1152
- "price": 216,
1153
- "currency": "Gil",
1154
- "rgb": {
1155
- "r": 171,
1156
- "g": 176,
1157
- "b": 84
1158
- },
1159
- "hsv": {
1160
- "h": 63.26,
1161
- "s": 52.27,
1162
- "v": 69.02
1163
- },
1164
- "isMetallic": false,
1165
- "isPastel": false,
1166
- "isDark": false,
1167
- "isCosmic": false,
1168
- "stainID": 45,
1169
- "isIshgardian": false,
1170
- "consolidationType": "A"
1171
- },
1172
- {
1173
- "itemID": 5774,
1174
- "category": "Greens",
1175
- "name": "Moss Green",
1176
- "hex": "#707326",
1177
- "acquisition": "Dye Vendor",
1178
- "price": 216,
1179
- "currency": "Gil",
1180
- "rgb": {
1181
- "r": 112,
1182
- "g": 115,
1183
- "b": 38
1184
- },
1185
- "hsv": {
1186
- "h": 62.34,
1187
- "s": 66.96,
1188
- "v": 45.1
1189
- },
1190
- "isMetallic": false,
1191
- "isPastel": false,
1192
- "isDark": false,
1193
- "isCosmic": false,
1194
- "stainID": 46,
1195
- "isIshgardian": false,
1196
- "consolidationType": "A"
1197
- },
1198
- {
1199
- "itemID": 5775,
1200
- "category": "Greens",
1201
- "name": "Meadow Green",
1202
- "hex": "#8b9c63",
1203
- "acquisition": "Dye Vendor",
1204
- "price": 216,
1205
- "currency": "Gil",
1206
- "rgb": {
1207
- "r": 139,
1208
- "g": 156,
1209
- "b": 99
1210
- },
1211
- "hsv": {
1212
- "h": 77.89,
1213
- "s": 36.54,
1214
- "v": 61.18
1215
- },
1216
- "isMetallic": false,
1217
- "isPastel": false,
1218
- "isDark": false,
1219
- "isCosmic": false,
1220
- "stainID": 47,
1221
- "isIshgardian": false,
1222
- "consolidationType": "A"
1223
- },
1224
- {
1225
- "itemID": 5776,
1226
- "category": "Greens",
1227
- "name": "Olive Green",
1228
- "hex": "#4b5232",
1229
- "acquisition": "Dye Vendor",
1230
- "price": 216,
1231
- "currency": "Gil",
1232
- "rgb": {
1233
- "r": 75,
1234
- "g": 82,
1235
- "b": 50
1236
- },
1237
- "hsv": {
1238
- "h": 73.12,
1239
- "s": 39.02,
1240
- "v": 32.16
1241
- },
1242
- "isMetallic": false,
1243
- "isPastel": false,
1244
- "isDark": false,
1245
- "isCosmic": false,
1246
- "stainID": 48,
1247
- "isIshgardian": false,
1248
- "consolidationType": "A"
1249
- },
1250
- {
1251
- "itemID": 5777,
1252
- "category": "Greens",
1253
- "name": "Marsh Green",
1254
- "hex": "#323621",
1255
- "acquisition": "Dye Vendor",
1256
- "price": 216,
1257
- "currency": "Gil",
1258
- "rgb": {
1259
- "r": 50,
1260
- "g": 54,
1261
- "b": 33
1262
- },
1263
- "hsv": {
1264
- "h": 71.43,
1265
- "s": 38.89,
1266
- "v": 21.18
1267
- },
1268
- "isMetallic": false,
1269
- "isPastel": false,
1270
- "isDark": false,
1271
- "isCosmic": false,
1272
- "stainID": 49,
1273
- "isIshgardian": false,
1274
- "consolidationType": "A"
1275
- },
1276
- {
1277
- "itemID": 5778,
1278
- "category": "Greens",
1279
- "name": "Apple Green",
1280
- "hex": "#9bb363",
1281
- "acquisition": "Dye Vendor",
1282
- "price": 216,
1283
- "currency": "Gil",
1284
- "rgb": {
1285
- "r": 155,
1286
- "g": 179,
1287
- "b": 99
1288
- },
1289
- "hsv": {
1290
- "h": 78,
1291
- "s": 44.69,
1292
- "v": 70.2
1293
- },
1294
- "isMetallic": false,
1295
- "isPastel": false,
1296
- "isDark": false,
1297
- "isCosmic": false,
1298
- "stainID": 50,
1299
- "isIshgardian": false,
1300
- "consolidationType": "A"
1301
- },
1302
- {
1303
- "itemID": 5779,
1304
- "category": "Greens",
1305
- "name": "Cactuar Green",
1306
- "hex": "#658241",
1307
- "acquisition": "Dye Vendor",
1308
- "price": 216,
1309
- "currency": "Gil",
1310
- "rgb": {
1311
- "r": 101,
1312
- "g": 130,
1313
- "b": 65
1314
- },
1315
- "hsv": {
1316
- "h": 86.77,
1317
- "s": 50,
1318
- "v": 50.98
1319
- },
1320
- "isMetallic": false,
1321
- "isPastel": false,
1322
- "isDark": false,
1323
- "isCosmic": false,
1324
- "stainID": 51,
1325
- "isIshgardian": false,
1326
- "consolidationType": "A"
1327
- },
1328
- {
1329
- "itemID": 5780,
1330
- "category": "Greens",
1331
- "name": "Hunter Green",
1332
- "hex": "#284b2c",
1333
- "acquisition": "Dye Vendor",
1334
- "price": 216,
1335
- "currency": "Gil",
1336
- "rgb": {
1337
- "r": 40,
1338
- "g": 75,
1339
- "b": 44
1340
- },
1341
- "hsv": {
1342
- "h": 126.86,
1343
- "s": 46.67,
1344
- "v": 29.41
1345
- },
1346
- "isMetallic": false,
1347
- "isPastel": false,
1348
- "isDark": false,
1349
- "isCosmic": false,
1350
- "stainID": 52,
1351
- "isIshgardian": false,
1352
- "consolidationType": "A"
1353
- },
1354
- {
1355
- "itemID": 5781,
1356
- "category": "Greens",
1357
- "name": "Ochu Green",
1358
- "hex": "#406339",
1359
- "acquisition": "Dye Vendor",
1360
- "price": 216,
1361
- "currency": "Gil",
1362
- "rgb": {
1363
- "r": 64,
1364
- "g": 99,
1365
- "b": 57
1366
- },
1367
- "hsv": {
1368
- "h": 110,
1369
- "s": 42.42,
1370
- "v": 38.82
1371
- },
1372
- "isMetallic": false,
1373
- "isPastel": false,
1374
- "isDark": false,
1375
- "isCosmic": false,
1376
- "stainID": 53,
1377
- "isIshgardian": false,
1378
- "consolidationType": "A"
1379
- },
1380
- {
1381
- "itemID": 5782,
1382
- "category": "Greens",
1383
- "name": "Adamantoise Green",
1384
- "hex": "#5f7558",
1385
- "acquisition": "Dye Vendor",
1386
- "price": 216,
1387
- "currency": "Gil",
1388
- "rgb": {
1389
- "r": 95,
1390
- "g": 117,
1391
- "b": 88
1392
- },
1393
- "hsv": {
1394
- "h": 105.52,
1395
- "s": 24.79,
1396
- "v": 45.88
1397
- },
1398
- "isMetallic": false,
1399
- "isPastel": false,
1400
- "isDark": false,
1401
- "isCosmic": false,
1402
- "stainID": 54,
1403
- "isIshgardian": false,
1404
- "consolidationType": "A"
1405
- },
1406
- {
1407
- "itemID": 5783,
1408
- "category": "Greens",
1409
- "name": "Nophica Green",
1410
- "hex": "#3b4d3c",
1411
- "acquisition": "Dye Vendor",
1412
- "price": 216,
1413
- "currency": "Gil",
1414
- "rgb": {
1415
- "r": 59,
1416
- "g": 77,
1417
- "b": 60
1418
- },
1419
- "hsv": {
1420
- "h": 123.33,
1421
- "s": 23.38,
1422
- "v": 30.2
1423
- },
1424
- "isMetallic": false,
1425
- "isPastel": false,
1426
- "isDark": false,
1427
- "isCosmic": false,
1428
- "stainID": 55,
1429
- "isIshgardian": false,
1430
- "consolidationType": "A"
1431
- },
1432
- {
1433
- "itemID": 5784,
1434
- "category": "Greens",
1435
- "name": "Deepwood Green",
1436
- "hex": "#1e2a21",
1437
- "acquisition": "Dye Vendor",
1438
- "price": 216,
1439
- "currency": "Gil",
1440
- "rgb": {
1441
- "r": 30,
1442
- "g": 42,
1443
- "b": 33
1444
- },
1445
- "hsv": {
1446
- "h": 135,
1447
- "s": 28.57,
1448
- "v": 16.47
1449
- },
1450
- "isMetallic": false,
1451
- "isPastel": false,
1452
- "isDark": false,
1453
- "isCosmic": false,
1454
- "stainID": 56,
1455
- "isIshgardian": false,
1456
- "consolidationType": "A"
1457
- },
1458
- {
1459
- "itemID": 5785,
1460
- "category": "Greens",
1461
- "name": "Celeste Green",
1462
- "hex": "#96bdb9",
1463
- "acquisition": "Dye Vendor",
1464
- "price": 216,
1465
- "currency": "Gil",
1466
- "rgb": {
1467
- "r": 150,
1468
- "g": 189,
1469
- "b": 185
1470
- },
1471
- "hsv": {
1472
- "h": 173.85,
1473
- "s": 20.63,
1474
- "v": 74.12
1475
- },
1476
- "isMetallic": false,
1477
- "isPastel": false,
1478
- "isDark": false,
1479
- "isCosmic": false,
1480
- "stainID": 57,
1481
- "isIshgardian": false,
1482
- "consolidationType": "A"
1483
- },
1484
- {
1485
- "itemID": 5786,
1486
- "category": "Greens",
1487
- "name": "Turquoise Green",
1488
- "hex": "#437272",
1489
- "acquisition": "Dye Vendor",
1490
- "price": 216,
1491
- "currency": "Gil",
1492
- "rgb": {
1493
- "r": 67,
1494
- "g": 114,
1495
- "b": 114
1496
- },
1497
- "hsv": {
1498
- "h": 180,
1499
- "s": 41.23,
1500
- "v": 44.71
1501
- },
1502
- "isMetallic": false,
1503
- "isPastel": false,
1504
- "isDark": false,
1505
- "isCosmic": false,
1506
- "stainID": 58,
1507
- "isIshgardian": false,
1508
- "consolidationType": "A"
1509
- },
1510
- {
1511
- "itemID": 5787,
1512
- "category": "Greens",
1513
- "name": "Morbol Green",
1514
- "hex": "#1f4646",
1515
- "acquisition": "Dye Vendor",
1516
- "price": 216,
1517
- "currency": "Gil",
1518
- "rgb": {
1519
- "r": 31,
1520
- "g": 70,
1521
- "b": 70
1522
- },
1523
- "hsv": {
1524
- "h": 180,
1525
- "s": 55.71,
1526
- "v": 27.45
1527
- },
1528
- "isMetallic": false,
1529
- "isPastel": false,
1530
- "isDark": false,
1531
- "isCosmic": false,
1532
- "stainID": 59,
1533
- "isIshgardian": false,
1534
- "consolidationType": "A"
1535
- },
1536
- {
1537
- "itemID": 5788,
1538
- "category": "Blues",
1539
- "name": "Ice Blue",
1540
- "hex": "#b2c4ce",
1541
- "acquisition": "Dye Vendor",
1542
- "price": 216,
1543
- "currency": "Gil",
1544
- "rgb": {
1545
- "r": 178,
1546
- "g": 196,
1547
- "b": 206
1548
- },
1549
- "hsv": {
1550
- "h": 201.43,
1551
- "s": 13.59,
1552
- "v": 80.78
1553
- },
1554
- "isMetallic": false,
1555
- "isPastel": false,
1556
- "isDark": false,
1557
- "isCosmic": false,
1558
- "stainID": 60,
1559
- "isIshgardian": false,
1560
- "consolidationType": "A"
1561
- },
1562
- {
1563
- "itemID": 5789,
1564
- "category": "Blues",
1565
- "name": "Sky Blue",
1566
- "hex": "#83b0d2",
1567
- "acquisition": "Dye Vendor",
1568
- "price": 216,
1569
- "currency": "Gil",
1570
- "rgb": {
1571
- "r": 131,
1572
- "g": 176,
1573
- "b": 210
1574
- },
1575
- "hsv": {
1576
- "h": 205.82,
1577
- "s": 37.62,
1578
- "v": 82.35
1579
- },
1580
- "isMetallic": false,
1581
- "isPastel": false,
1582
- "isDark": false,
1583
- "isCosmic": false,
1584
- "stainID": 61,
1585
- "isIshgardian": false,
1586
- "consolidationType": "A"
1587
- },
1588
- {
1589
- "itemID": 5790,
1590
- "category": "Blues",
1591
- "name": "Seafog Blue",
1592
- "hex": "#6481a0",
1593
- "acquisition": "Dye Vendor",
1594
- "price": 216,
1595
- "currency": "Gil",
1596
- "rgb": {
1597
- "r": 100,
1598
- "g": 129,
1599
- "b": 160
1600
- },
1601
- "hsv": {
1602
- "h": 211,
1603
- "s": 37.5,
1604
- "v": 62.75
1605
- },
1606
- "isMetallic": false,
1607
- "isPastel": false,
1608
- "isDark": false,
1609
- "isCosmic": false,
1610
- "stainID": 62,
1611
- "isIshgardian": false,
1612
- "consolidationType": "A"
1613
- },
1614
- {
1615
- "itemID": 5791,
1616
- "category": "Blues",
1617
- "name": "Peacock Blue",
1618
- "hex": "#3b6886",
1619
- "acquisition": "Dye Vendor",
1620
- "price": 216,
1621
- "currency": "Gil",
1622
- "rgb": {
1623
- "r": 59,
1624
- "g": 104,
1625
- "b": 134
1626
- },
1627
- "hsv": {
1628
- "h": 204,
1629
- "s": 55.97,
1630
- "v": 52.55
1631
- },
1632
- "isMetallic": false,
1633
- "isPastel": false,
1634
- "isDark": false,
1635
- "isCosmic": false,
1636
- "stainID": 63,
1637
- "isIshgardian": false,
1638
- "consolidationType": "A"
1639
- },
1640
- {
1641
- "itemID": 5792,
1642
- "category": "Blues",
1643
- "name": "Rhotano Blue",
1644
- "hex": "#1c3d54",
1645
- "acquisition": "Dye Vendor",
1646
- "price": 216,
1647
- "currency": "Gil",
1648
- "rgb": {
1649
- "r": 28,
1650
- "g": 61,
1651
- "b": 84
1652
- },
1653
- "hsv": {
1654
- "h": 204.64,
1655
- "s": 66.67,
1656
- "v": 32.94
1657
- },
1658
- "isMetallic": false,
1659
- "isPastel": false,
1660
- "isDark": false,
1661
- "isCosmic": false,
1662
- "stainID": 64,
1663
- "isIshgardian": false,
1664
- "consolidationType": "A"
1665
- },
1666
- {
1667
- "itemID": 5793,
1668
- "category": "Blues",
1669
- "name": "Corpse Blue",
1670
- "hex": "#8e9bac",
1671
- "acquisition": "Dye Vendor",
1672
- "price": 216,
1673
- "currency": "Gil",
1674
- "rgb": {
1675
- "r": 142,
1676
- "g": 155,
1677
- "b": 172
1678
- },
1679
- "hsv": {
1680
- "h": 214,
1681
- "s": 17.44,
1682
- "v": 67.45
1683
- },
1684
- "isMetallic": false,
1685
- "isPastel": false,
1686
- "isDark": false,
1687
- "isCosmic": false,
1688
- "stainID": 65,
1689
- "isIshgardian": false,
1690
- "consolidationType": "A"
1691
- },
1692
- {
1693
- "itemID": 5794,
1694
- "category": "Blues",
1695
- "name": "Ceruleum Blue",
1696
- "hex": "#4f5766",
1697
- "acquisition": "Dye Vendor",
1698
- "price": 216,
1699
- "currency": "Gil",
1700
- "rgb": {
1701
- "r": 79,
1702
- "g": 87,
1703
- "b": 102
1704
- },
1705
- "hsv": {
1706
- "h": 219.13,
1707
- "s": 22.55,
1708
- "v": 40
1709
- },
1710
- "isMetallic": false,
1711
- "isPastel": false,
1712
- "isDark": false,
1713
- "isCosmic": false,
1714
- "stainID": 66,
1715
- "isIshgardian": false,
1716
- "consolidationType": "A"
1717
- },
1718
- {
1719
- "itemID": 5795,
1720
- "category": "Blues",
1721
- "name": "Woad Blue",
1722
- "hex": "#2f3851",
1723
- "acquisition": "Dye Vendor",
1724
- "price": 216,
1725
- "currency": "Gil",
1726
- "rgb": {
1727
- "r": 47,
1728
- "g": 56,
1729
- "b": 81
1730
- },
1731
- "hsv": {
1732
- "h": 224.12,
1733
- "s": 41.98,
1734
- "v": 31.76
1735
- },
1736
- "isMetallic": false,
1737
- "isPastel": false,
1738
- "isDark": false,
1739
- "isCosmic": false,
1740
- "stainID": 67,
1741
- "isIshgardian": false,
1742
- "consolidationType": "A"
1743
- },
1744
- {
1745
- "itemID": 5796,
1746
- "category": "Blues",
1747
- "name": "Ink Blue",
1748
- "hex": "#1a1f27",
1749
- "acquisition": "Dye Vendor",
1750
- "price": 216,
1751
- "currency": "Gil",
1752
- "rgb": {
1753
- "r": 26,
1754
- "g": 31,
1755
- "b": 39
1756
- },
1757
- "hsv": {
1758
- "h": 216.92,
1759
- "s": 33.33,
1760
- "v": 15.29
1761
- },
1762
- "isMetallic": false,
1763
- "isPastel": false,
1764
- "isDark": false,
1765
- "isCosmic": false,
1766
- "stainID": 68,
1767
- "isIshgardian": false,
1768
- "consolidationType": "A"
1769
- },
1770
- {
1771
- "itemID": 5797,
1772
- "category": "Blues",
1773
- "name": "Raptor Blue",
1774
- "hex": "#5b7fc0",
1775
- "acquisition": "Dye Vendor",
1776
- "price": 216,
1777
- "currency": "Gil",
1778
- "rgb": {
1779
- "r": 91,
1780
- "g": 127,
1781
- "b": 192
1782
- },
1783
- "hsv": {
1784
- "h": 218.61,
1785
- "s": 52.6,
1786
- "v": 75.29
1787
- },
1788
- "isMetallic": false,
1789
- "isPastel": false,
1790
- "isDark": false,
1791
- "isCosmic": false,
1792
- "stainID": 69,
1793
- "isIshgardian": false,
1794
- "consolidationType": "A"
1795
- },
1796
- {
1797
- "itemID": 5798,
1798
- "category": "Blues",
1799
- "name": "Othard Blue",
1800
- "hex": "#2f5889",
1801
- "acquisition": "Dye Vendor",
1802
- "price": 216,
1803
- "currency": "Gil",
1804
- "rgb": {
1805
- "r": 47,
1806
- "g": 88,
1807
- "b": 137
1808
- },
1809
- "hsv": {
1810
- "h": 212.67,
1811
- "s": 65.69,
1812
- "v": 53.73
1813
- },
1814
- "isMetallic": false,
1815
- "isPastel": false,
1816
- "isDark": false,
1817
- "isCosmic": false,
1818
- "stainID": 70,
1819
- "isIshgardian": false,
1820
- "consolidationType": "A"
1821
- },
1822
- {
1823
- "itemID": 5799,
1824
- "category": "Blues",
1825
- "name": "Storm Blue",
1826
- "hex": "#234172",
1827
- "acquisition": "Dye Vendor",
1828
- "price": 216,
1829
- "currency": "Gil",
1830
- "rgb": {
1831
- "r": 35,
1832
- "g": 65,
1833
- "b": 114
1834
- },
1835
- "hsv": {
1836
- "h": 217.22,
1837
- "s": 69.3,
1838
- "v": 44.71
1839
- },
1840
- "isMetallic": false,
1841
- "isPastel": false,
1842
- "isDark": false,
1843
- "isCosmic": false,
1844
- "stainID": 71,
1845
- "isIshgardian": false,
1846
- "consolidationType": "A"
1847
- },
1848
- {
1849
- "itemID": 5800,
1850
- "category": "Blues",
1851
- "name": "Void Blue",
1852
- "hex": "#112944",
1853
- "acquisition": "Dye Vendor",
1854
- "price": 216,
1855
- "currency": "Gil",
1856
- "rgb": {
1857
- "r": 17,
1858
- "g": 41,
1859
- "b": 68
1860
- },
1861
- "hsv": {
1862
- "h": 211.76,
1863
- "s": 75,
1864
- "v": 26.67
1865
- },
1866
- "isMetallic": false,
1867
- "isPastel": false,
1868
- "isDark": false,
1869
- "isCosmic": false,
1870
- "stainID": 72,
1871
- "isIshgardian": false,
1872
- "consolidationType": "A"
1873
- },
1874
- {
1875
- "itemID": 5801,
1876
- "category": "Blues",
1877
- "name": "Royal Blue",
1878
- "hex": "#273067",
1879
- "acquisition": "Dye Vendor",
1880
- "price": 216,
1881
- "currency": "Gil",
1882
- "rgb": {
1883
- "r": 39,
1884
- "g": 48,
1885
- "b": 103
1886
- },
1887
- "hsv": {
1888
- "h": 231.56,
1889
- "s": 62.14,
1890
- "v": 40.39
1891
- },
1892
- "isMetallic": false,
1893
- "isPastel": false,
1894
- "isDark": false,
1895
- "isCosmic": false,
1896
- "stainID": 73,
1897
- "isIshgardian": false,
1898
- "consolidationType": "A"
1899
- },
1900
- {
1901
- "itemID": 5802,
1902
- "category": "Blues",
1903
- "name": "Midnight Blue",
1904
- "hex": "#181937",
1905
- "acquisition": "Dye Vendor",
1906
- "price": 216,
1907
- "currency": "Gil",
1908
- "rgb": {
1909
- "r": 24,
1910
- "g": 25,
1911
- "b": 55
1912
- },
1913
- "hsv": {
1914
- "h": 238.06,
1915
- "s": 56.36,
1916
- "v": 21.57
1917
- },
1918
- "isMetallic": false,
1919
- "isPastel": false,
1920
- "isDark": false,
1921
- "isCosmic": false,
1922
- "stainID": 74,
1923
- "isIshgardian": false,
1924
- "consolidationType": "A"
1925
- },
1926
- {
1927
- "itemID": 5803,
1928
- "category": "Blues",
1929
- "name": "Shadow Blue",
1930
- "hex": "#373747",
1931
- "acquisition": "Dye Vendor",
1932
- "price": 216,
1933
- "currency": "Gil",
1934
- "rgb": {
1935
- "r": 55,
1936
- "g": 55,
1937
- "b": 71
1938
- },
1939
- "hsv": {
1940
- "h": 240,
1941
- "s": 22.54,
1942
- "v": 27.84
1943
- },
1944
- "isMetallic": false,
1945
- "isPastel": false,
1946
- "isDark": false,
1947
- "isCosmic": false,
1948
- "stainID": 75,
1949
- "isIshgardian": false,
1950
- "consolidationType": "A"
1951
- },
1952
- {
1953
- "itemID": 5804,
1954
- "category": "Blues",
1955
- "name": "Abyssal Blue",
1956
- "hex": "#312d57",
1957
- "acquisition": "Dye Vendor",
1958
- "price": 216,
1959
- "currency": "Gil",
1960
- "rgb": {
1961
- "r": 49,
1962
- "g": 45,
1963
- "b": 87
1964
- },
1965
- "hsv": {
1966
- "h": 245.71,
1967
- "s": 48.28,
1968
- "v": 34.12
1969
- },
1970
- "isMetallic": false,
1971
- "isPastel": false,
1972
- "isDark": false,
1973
- "isCosmic": false,
1974
- "stainID": 76,
1975
- "isIshgardian": false,
1976
- "consolidationType": "A"
1977
- },
1978
- {
1979
- "itemID": 5805,
1980
- "category": "Purples",
1981
- "name": "Lavender Purple",
1982
- "hex": "#877fae",
1983
- "acquisition": "Dye Vendor",
1984
- "price": 216,
1985
- "currency": "Gil",
1986
- "rgb": {
1987
- "r": 135,
1988
- "g": 127,
1989
- "b": 174
1990
- },
1991
- "hsv": {
1992
- "h": 250.21,
1993
- "s": 27.01,
1994
- "v": 68.24
1995
- },
1996
- "isMetallic": false,
1997
- "isPastel": false,
1998
- "isDark": false,
1999
- "isCosmic": false,
2000
- "stainID": 77,
2001
- "isIshgardian": false,
2002
- "consolidationType": "A"
2003
- },
2004
- {
2005
- "itemID": 5806,
2006
- "category": "Purples",
2007
- "name": "Gloom Purple",
2008
- "hex": "#514560",
2009
- "acquisition": "Dye Vendor",
2010
- "price": 216,
2011
- "currency": "Gil",
2012
- "rgb": {
2013
- "r": 81,
2014
- "g": 69,
2015
- "b": 96
2016
- },
2017
- "hsv": {
2018
- "h": 266.67,
2019
- "s": 28.13,
2020
- "v": 37.65
2021
- },
2022
- "isMetallic": false,
2023
- "isPastel": false,
2024
- "isDark": false,
2025
- "isCosmic": false,
2026
- "stainID": 78,
2027
- "isIshgardian": false,
2028
- "consolidationType": "A"
2029
- },
2030
- {
2031
- "itemID": 5807,
2032
- "category": "Purples",
2033
- "name": "Currant Purple",
2034
- "hex": "#322c3b",
2035
- "acquisition": "Dye Vendor",
2036
- "price": 216,
2037
- "currency": "Gil",
2038
- "rgb": {
2039
- "r": 50,
2040
- "g": 44,
2041
- "b": 59
2042
- },
2043
- "hsv": {
2044
- "h": 264,
2045
- "s": 25.42,
2046
- "v": 23.14
2047
- },
2048
- "isMetallic": false,
2049
- "isPastel": false,
2050
- "isDark": false,
2051
- "isCosmic": false,
2052
- "stainID": 79,
2053
- "isIshgardian": false,
2054
- "consolidationType": "A"
2055
- },
2056
- {
2057
- "itemID": 5808,
2058
- "category": "Purples",
2059
- "name": "Iris Purple",
2060
- "hex": "#b79ebc",
2061
- "acquisition": "Dye Vendor",
2062
- "price": 216,
2063
- "currency": "Gil",
2064
- "rgb": {
2065
- "r": 183,
2066
- "g": 158,
2067
- "b": 188
2068
- },
2069
- "hsv": {
2070
- "h": 290,
2071
- "s": 15.96,
2072
- "v": 73.73
2073
- },
2074
- "isMetallic": false,
2075
- "isPastel": false,
2076
- "isDark": false,
2077
- "isCosmic": false,
2078
- "stainID": 80,
2079
- "isIshgardian": false,
2080
- "consolidationType": "A"
2081
- },
2082
- {
2083
- "itemID": 5809,
2084
- "category": "Purples",
2085
- "name": "Grape Purple",
2086
- "hex": "#3b2a3d",
2087
- "acquisition": "Dye Vendor",
2088
- "price": 216,
2089
- "currency": "Gil",
2090
- "rgb": {
2091
- "r": 59,
2092
- "g": 42,
2093
- "b": 61
2094
- },
2095
- "hsv": {
2096
- "h": 293.68,
2097
- "s": 31.15,
2098
- "v": 23.92
2099
- },
2100
- "isMetallic": false,
2101
- "isPastel": false,
2102
- "isDark": false,
2103
- "isCosmic": false,
2104
- "stainID": 81,
2105
- "isIshgardian": false,
2106
- "consolidationType": "A"
2107
- },
2108
- {
2109
- "itemID": 5810,
2110
- "category": "Purples",
2111
- "name": "Lotus Pink",
2112
- "hex": "#fecef5",
2113
- "acquisition": "Dye Vendor",
2114
- "price": 216,
2115
- "currency": "Gil",
2116
- "rgb": {
2117
- "r": 254,
2118
- "g": 206,
2119
- "b": 245
2120
- },
2121
- "hsv": {
2122
- "h": 311.25,
2123
- "s": 18.9,
2124
- "v": 99.61
2125
- },
2126
- "isMetallic": false,
2127
- "isPastel": false,
2128
- "isDark": false,
2129
- "isCosmic": false,
2130
- "stainID": 82,
2131
- "isIshgardian": false,
2132
- "consolidationType": "A"
2133
- },
2134
- {
2135
- "itemID": 5811,
2136
- "category": "Purples",
2137
- "name": "Colibri Pink",
2138
- "hex": "#dc9bca",
2139
- "acquisition": "Dye Vendor",
2140
- "price": 216,
2141
- "currency": "Gil",
2142
- "rgb": {
2143
- "r": 220,
2144
- "g": 155,
2145
- "b": 202
2146
- },
2147
- "hsv": {
2148
- "h": 316.62,
2149
- "s": 29.55,
2150
- "v": 86.27
2151
- },
2152
- "isMetallic": false,
2153
- "isPastel": false,
2154
- "isDark": false,
2155
- "isCosmic": false,
2156
- "stainID": 83,
2157
- "isIshgardian": false,
2158
- "consolidationType": "A"
2159
- },
2160
- {
2161
- "itemID": 5812,
2162
- "category": "Purples",
2163
- "name": "Plum Purple",
2164
- "hex": "#79526c",
2165
- "acquisition": "Dye Vendor",
2166
- "price": 216,
2167
- "currency": "Gil",
2168
- "rgb": {
2169
- "r": 121,
2170
- "g": 82,
2171
- "b": 108
2172
- },
2173
- "hsv": {
2174
- "h": 320,
2175
- "s": 32.23,
2176
- "v": 47.45
2177
- },
2178
- "isMetallic": false,
2179
- "isPastel": false,
2180
- "isDark": false,
2181
- "isCosmic": false,
2182
- "stainID": 84,
2183
- "isIshgardian": false,
2184
- "consolidationType": "A"
2185
- },
2186
- {
2187
- "itemID": 5813,
2188
- "category": "Purples",
2189
- "name": "Regal Purple",
2190
- "hex": "#66304e",
2191
- "acquisition": "Dye Vendor",
2192
- "price": 216,
2193
- "currency": "Gil",
2194
- "rgb": {
2195
- "r": 102,
2196
- "g": 48,
2197
- "b": 78
2198
- },
2199
- "hsv": {
2200
- "h": 326.67,
2201
- "s": 52.94,
2202
- "v": 40
2203
- },
2204
- "isMetallic": false,
2205
- "isPastel": false,
2206
- "isDark": false,
2207
- "isCosmic": false,
2208
- "stainID": 85,
2209
- "isIshgardian": false,
2210
- "consolidationType": "A"
2211
- },
2212
- {
2213
- "itemID": 13114,
2214
- "category": "Special",
2215
- "name": "Pure White",
2216
- "hex": "#f9f8f4",
2217
- "acquisition": "Venture Coffers",
2218
- "price": 1,
2219
- "currency": "Venture Coffer",
2220
- "rgb": {
2221
- "r": 249,
2222
- "g": 248,
2223
- "b": 244
2224
- },
2225
- "hsv": {
2226
- "h": 48,
2227
- "s": 2.01,
2228
- "v": 97.65
2229
- },
2230
- "isMetallic": false,
2231
- "isPastel": false,
2232
- "isDark": false,
2233
- "isCosmic": false,
2234
- "stainID": 101,
2235
- "isIshgardian": false,
2236
- "consolidationType": null
2237
- },
2238
- {
2239
- "itemID": 13115,
2240
- "category": "Special",
2241
- "name": "Jet Black",
2242
- "hex": "#1e1e1e",
2243
- "acquisition": "Venture Coffers",
2244
- "price": 1,
2245
- "currency": "Venture Coffer",
2246
- "rgb": {
2247
- "r": 30,
2248
- "g": 30,
2249
- "b": 30
2250
- },
2251
- "hsv": {
2252
- "h": 0,
2253
- "s": 0,
2254
- "v": 11.76
2255
- },
2256
- "isMetallic": false,
2257
- "isPastel": false,
2258
- "isDark": false,
2259
- "isCosmic": false,
2260
- "stainID": 102,
2261
- "isIshgardian": false,
2262
- "consolidationType": null
2263
- },
2264
- {
2265
- "itemID": 13116,
2266
- "category": "Special",
2267
- "name": "Metallic Silver",
2268
- "hex": "#a7a7a7",
2269
- "acquisition": "Venture Coffers",
2270
- "price": 1,
2271
- "currency": "Venture Coffer",
2272
- "rgb": {
2273
- "r": 167,
2274
- "g": 167,
2275
- "b": 167
2276
- },
2277
- "hsv": {
2278
- "h": 0,
2279
- "s": 0,
2280
- "v": 65.49
2281
- },
2282
- "isMetallic": true,
2283
- "isPastel": false,
2284
- "isDark": false,
2285
- "isCosmic": false,
2286
- "stainID": 112,
2287
- "isIshgardian": false,
2288
- "consolidationType": null
2289
- },
2290
- {
2291
- "itemID": 13117,
2292
- "category": "Special",
2293
- "name": "Metallic Gold",
2294
- "hex": "#ede63d",
2295
- "acquisition": "Venture Coffers",
2296
- "price": 1,
2297
- "currency": "Venture Coffer",
2298
- "rgb": {
2299
- "r": 237,
2300
- "g": 230,
2301
- "b": 61
2302
- },
2303
- "hsv": {
2304
- "h": 57.61,
2305
- "s": 74.26,
2306
- "v": 92.94
2307
- },
2308
- "isMetallic": true,
2309
- "isPastel": false,
2310
- "isDark": false,
2311
- "isCosmic": false,
2312
- "stainID": 113,
2313
- "isIshgardian": false,
2314
- "consolidationType": null
2315
- },
2316
- {
2317
- "itemID": 13708,
2318
- "category": "Special",
2319
- "name": "Pastel Pink",
2320
- "hex": "#fdc8c6",
2321
- "acquisition": "Venture Coffers",
2322
- "price": 1,
2323
- "currency": "Venture Coffer",
2324
- "rgb": {
2325
- "r": 253,
2326
- "g": 200,
2327
- "b": 198
2328
- },
2329
- "hsv": {
2330
- "h": 2.18,
2331
- "s": 21.74,
2332
- "v": 99.22
2333
- },
2334
- "isMetallic": false,
2335
- "isPastel": true,
2336
- "isDark": false,
2337
- "isCosmic": false,
2338
- "stainID": 103,
2339
- "isIshgardian": false,
2340
- "consolidationType": null
2341
- },
2342
- {
2343
- "itemID": 13709,
2344
- "category": "Special",
2345
- "name": "Dark Red",
2346
- "hex": "#321919",
2347
- "acquisition": "Venture Coffers",
2348
- "price": 1,
2349
- "currency": "Venture Coffer",
2350
- "rgb": {
2351
- "r": 50,
2352
- "g": 25,
2353
- "b": 25
2354
- },
2355
- "hsv": {
2356
- "h": 0,
2357
- "s": 50,
2358
- "v": 19.61
2359
- },
2360
- "isMetallic": false,
2361
- "isPastel": false,
2362
- "isDark": true,
2363
- "isCosmic": false,
2364
- "stainID": 104,
2365
- "isIshgardian": false,
2366
- "consolidationType": null
2367
- },
2368
- {
2369
- "itemID": 13710,
2370
- "category": "Special",
2371
- "name": "Dark Brown",
2372
- "hex": "#28211c",
2373
- "acquisition": "Venture Coffers",
2374
- "price": 1,
2375
- "currency": "Venture Coffer",
2376
- "rgb": {
2377
- "r": 40,
2378
- "g": 33,
2379
- "b": 28
2380
- },
2381
- "hsv": {
2382
- "h": 25,
2383
- "s": 30,
2384
- "v": 15.69
2385
- },
2386
- "isMetallic": false,
2387
- "isPastel": false,
2388
- "isDark": true,
2389
- "isCosmic": false,
2390
- "stainID": 105,
2391
- "isIshgardian": false,
2392
- "consolidationType": null
2393
- },
2394
- {
2395
- "itemID": 13711,
2396
- "category": "Special",
2397
- "name": "Pastel Green",
2398
- "hex": "#bacfaa",
2399
- "acquisition": "Venture Coffers",
2400
- "price": 1,
2401
- "currency": "Venture Coffer",
2402
- "rgb": {
2403
- "r": 186,
2404
- "g": 207,
2405
- "b": 170
2406
- },
2407
- "hsv": {
2408
- "h": 94.05,
2409
- "s": 17.87,
2410
- "v": 81.18
2411
- },
2412
- "isMetallic": false,
2413
- "isPastel": true,
2414
- "isDark": false,
2415
- "isCosmic": false,
2416
- "stainID": 106,
2417
- "isIshgardian": false,
2418
- "consolidationType": null
2419
- },
2420
- {
2421
- "itemID": 13712,
2422
- "category": "Special",
2423
- "name": "Dark Green",
2424
- "hex": "#152c2c",
2425
- "acquisition": "Venture Coffers",
2426
- "price": 1,
2427
- "currency": "Venture Coffer",
2428
- "rgb": {
2429
- "r": 21,
2430
- "g": 44,
2431
- "b": 44
2432
- },
2433
- "hsv": {
2434
- "h": 180,
2435
- "s": 52.27,
2436
- "v": 17.25
2437
- },
2438
- "isMetallic": false,
2439
- "isPastel": false,
2440
- "isDark": true,
2441
- "isCosmic": false,
2442
- "stainID": 107,
2443
- "isIshgardian": false,
2444
- "consolidationType": null
2445
- },
2446
- {
2447
- "itemID": 13713,
2448
- "category": "Special",
2449
- "name": "Pastel Blue",
2450
- "hex": "#96a4d9",
2451
- "acquisition": "Venture Coffers",
2452
- "price": 1,
2453
- "currency": "Venture Coffer",
2454
- "rgb": {
2455
- "r": 150,
2456
- "g": 164,
2457
- "b": 217
2458
- },
2459
- "hsv": {
2460
- "h": 227.46,
2461
- "s": 30.88,
2462
- "v": 85.1
2463
- },
2464
- "isMetallic": false,
2465
- "isPastel": true,
2466
- "isDark": false,
2467
- "isCosmic": false,
2468
- "stainID": 108,
2469
- "isIshgardian": false,
2470
- "consolidationType": null
2471
- },
2472
- {
2473
- "itemID": 13714,
2474
- "category": "Special",
2475
- "name": "Dark Blue",
2476
- "hex": "#121f2d",
2477
- "acquisition": "Venture Coffers",
2478
- "price": 1,
2479
- "currency": "Venture Coffer",
2480
- "rgb": {
2481
- "r": 18,
2482
- "g": 31,
2483
- "b": 45
2484
- },
2485
- "hsv": {
2486
- "h": 211.11,
2487
- "s": 60,
2488
- "v": 17.65
2489
- },
2490
- "isMetallic": false,
2491
- "isPastel": false,
2492
- "isDark": true,
2493
- "isCosmic": false,
2494
- "stainID": 109,
2495
- "isIshgardian": false,
2496
- "consolidationType": null
2497
- },
2498
- {
2499
- "itemID": 13715,
2500
- "category": "Special",
2501
- "name": "Pastel Purple",
2502
- "hex": "#bbb5da",
2503
- "acquisition": "Venture Coffers",
2504
- "price": 1,
2505
- "currency": "Venture Coffer",
2506
- "rgb": {
2507
- "r": 187,
2508
- "g": 181,
2509
- "b": 218
2510
- },
2511
- "hsv": {
2512
- "h": 249.73,
2513
- "s": 16.97,
2514
- "v": 85.49
2515
- },
2516
- "isMetallic": false,
2517
- "isPastel": true,
2518
- "isDark": false,
2519
- "isCosmic": false,
2520
- "stainID": 110,
2521
- "isIshgardian": false,
2522
- "consolidationType": null
2523
- },
2524
- {
2525
- "itemID": 13716,
2526
- "category": "Special",
2527
- "name": "Dark Purple",
2528
- "hex": "#232026",
2529
- "acquisition": "Venture Coffers",
2530
- "price": 1,
2531
- "currency": "Venture Coffer",
2532
- "rgb": {
2533
- "r": 35,
2534
- "g": 32,
2535
- "b": 38
2536
- },
2537
- "hsv": {
2538
- "h": 270,
2539
- "s": 15.79,
2540
- "v": 14.9
2541
- },
2542
- "isMetallic": false,
2543
- "isPastel": false,
2544
- "isDark": true,
2545
- "isCosmic": false,
2546
- "stainID": 111,
2547
- "isIshgardian": false,
2548
- "consolidationType": null
2549
- },
2550
- {
2551
- "itemID": 13717,
2552
- "category": "Special",
2553
- "name": "Metallic Red",
2554
- "hex": "#b61d4b",
2555
- "acquisition": "Venture Coffers",
2556
- "price": 1,
2557
- "currency": "Venture Coffer",
2558
- "rgb": {
2559
- "r": 182,
2560
- "g": 29,
2561
- "b": 75
2562
- },
2563
- "hsv": {
2564
- "h": 341.96,
2565
- "s": 84.07,
2566
- "v": 71.37
2567
- },
2568
- "isMetallic": true,
2569
- "isPastel": false,
2570
- "isDark": false,
2571
- "isCosmic": false,
2572
- "stainID": 114,
2573
- "isIshgardian": false,
2574
- "consolidationType": null
2575
- },
2576
- {
2577
- "itemID": 13718,
2578
- "category": "Special",
2579
- "name": "Metallic Orange",
2580
- "hex": "#e48c2f",
2581
- "acquisition": "Venture Coffers",
2582
- "price": 1,
2583
- "currency": "Venture Coffer",
2584
- "rgb": {
2585
- "r": 228,
2586
- "g": 140,
2587
- "b": 47
2588
- },
2589
- "hsv": {
2590
- "h": 30.83,
2591
- "s": 79.39,
2592
- "v": 89.41
2593
- },
2594
- "isMetallic": true,
2595
- "isPastel": false,
2596
- "isDark": false,
2597
- "isCosmic": false,
2598
- "stainID": 115,
2599
- "isIshgardian": false,
2600
- "consolidationType": null
2601
- },
2602
- {
2603
- "itemID": 13719,
2604
- "category": "Special",
2605
- "name": "Metallic Yellow",
2606
- "hex": "#f4da46",
2607
- "acquisition": "Venture Coffers",
2608
- "price": 1,
2609
- "currency": "Venture Coffer",
2610
- "rgb": {
2611
- "r": 244,
2612
- "g": 218,
2613
- "b": 70
2614
- },
2615
- "hsv": {
2616
- "h": 51.03,
2617
- "s": 71.31,
2618
- "v": 95.69
2619
- },
2620
- "isMetallic": true,
2621
- "isPastel": false,
2622
- "isDark": false,
2623
- "isCosmic": false,
2624
- "stainID": 116,
2625
- "isIshgardian": false,
2626
- "consolidationType": null
2627
- },
2628
- {
2629
- "itemID": 13720,
2630
- "category": "Special",
2631
- "name": "Metallic Green",
2632
- "hex": "#22a757",
2633
- "acquisition": "Venture Coffers",
2634
- "price": 1,
2635
- "currency": "Venture Coffer",
2636
- "rgb": {
2637
- "r": 34,
2638
- "g": 167,
2639
- "b": 87
2640
- },
2641
- "hsv": {
2642
- "h": 143.91,
2643
- "s": 79.64,
2644
- "v": 65.49
2645
- },
2646
- "isMetallic": true,
2647
- "isPastel": false,
2648
- "isDark": false,
2649
- "isCosmic": false,
2650
- "stainID": 117,
2651
- "isIshgardian": false,
2652
- "consolidationType": null
2653
- },
2654
- {
2655
- "itemID": 13721,
2656
- "category": "Special",
2657
- "name": "Metallic Sky Blue",
2658
- "hex": "#49f8fd",
2659
- "acquisition": "Venture Coffers",
2660
- "price": 1,
2661
- "currency": "Venture Coffer",
2662
- "rgb": {
2663
- "r": 73,
2664
- "g": 248,
2665
- "b": 253
2666
- },
2667
- "hsv": {
2668
- "h": 181.67,
2669
- "s": 71.15,
2670
- "v": 99.22
2671
- },
2672
- "isMetallic": true,
2673
- "isPastel": false,
2674
- "isDark": false,
2675
- "isCosmic": false,
2676
- "stainID": 118,
2677
- "isIshgardian": false,
2678
- "consolidationType": null
2679
- },
2680
- {
2681
- "itemID": 13722,
2682
- "category": "Special",
2683
- "name": "Metallic Blue",
2684
- "hex": "#5052d9",
2685
- "acquisition": "Venture Coffers",
2686
- "price": 1,
2687
- "currency": "Venture Coffer",
2688
- "rgb": {
2689
- "r": 80,
2690
- "g": 82,
2691
- "b": 217
2692
- },
2693
- "hsv": {
2694
- "h": 239.12,
2695
- "s": 63.13,
2696
- "v": 85.1
2697
- },
2698
- "isMetallic": true,
2699
- "isPastel": false,
2700
- "isDark": false,
2701
- "isCosmic": false,
2702
- "stainID": 119,
2703
- "isIshgardian": false,
2704
- "consolidationType": null
2705
- },
2706
- {
2707
- "itemID": 13723,
2708
- "category": "Special",
2709
- "name": "Metallic Purple",
2710
- "hex": "#d361ff",
2711
- "acquisition": "Venture Coffers",
2712
- "price": 1,
2713
- "currency": "Venture Coffer",
2714
- "rgb": {
2715
- "r": 211,
2716
- "g": 97,
2717
- "b": 255
2718
- },
2719
- "hsv": {
2720
- "h": 283.29,
2721
- "s": 61.96,
2722
- "v": 100
2723
- },
2724
- "isMetallic": true,
2725
- "isPastel": false,
2726
- "isDark": false,
2727
- "isCosmic": false,
2728
- "stainID": 120,
2729
- "isIshgardian": false,
2730
- "consolidationType": null
2731
- },
2732
- {
2733
- "itemID": 30116,
2734
- "category": "Reds",
2735
- "name": "Ruby Red",
2736
- "hex": "#e2000e",
2737
- "acquisition": "The Firmament",
2738
- "price": 100,
2739
- "currency": "Skybuilders' Scrips",
2740
- "rgb": {
2741
- "r": 226,
2742
- "g": 0,
2743
- "b": 14
2744
- },
2745
- "hsv": {
2746
- "h": 356.28,
2747
- "s": 100,
2748
- "v": 88.63
2749
- },
2750
- "isMetallic": false,
2751
- "isPastel": false,
2752
- "isDark": false,
2753
- "isCosmic": true,
2754
- "stainID": 86,
2755
- "isIshgardian": true,
2756
- "consolidationType": "B"
2757
- },
2758
- {
2759
- "itemID": 30117,
2760
- "category": "Reds",
2761
- "name": "Cherry Pink",
2762
- "hex": "#f43195",
2763
- "acquisition": "The Firmament",
2764
- "price": 100,
2765
- "currency": "Skybuilders' Scrips",
2766
- "rgb": {
2767
- "r": 244,
2768
- "g": 49,
2769
- "b": 149
2770
- },
2771
- "hsv": {
2772
- "h": 329.23,
2773
- "s": 79.92,
2774
- "v": 95.69
2775
- },
2776
- "isMetallic": false,
2777
- "isPastel": false,
2778
- "isDark": false,
2779
- "isCosmic": true,
2780
- "stainID": 87,
2781
- "isIshgardian": true,
2782
- "consolidationType": "B"
2783
- },
2784
- {
2785
- "itemID": 30118,
2786
- "category": "Yellows",
2787
- "name": "Canary Yellow",
2788
- "hex": "#fef75d",
2789
- "acquisition": "The Firmament",
2790
- "price": 100,
2791
- "currency": "Skybuilders' Scrips",
2792
- "rgb": {
2793
- "r": 254,
2794
- "g": 247,
2795
- "b": 93
2796
- },
2797
- "hsv": {
2798
- "h": 57.39,
2799
- "s": 63.39,
2800
- "v": 99.61
2801
- },
2802
- "isMetallic": false,
2803
- "isPastel": false,
2804
- "isDark": false,
2805
- "isCosmic": true,
2806
- "stainID": 88,
2807
- "isIshgardian": true,
2808
- "consolidationType": "B"
2809
- },
2810
- {
2811
- "itemID": 30119,
2812
- "category": "Yellows",
2813
- "name": "Vanilla Yellow",
2814
- "hex": "#fbf0af",
2815
- "acquisition": "The Firmament",
2816
- "price": 100,
2817
- "currency": "Skybuilders' Scrips",
2818
- "rgb": {
2819
- "r": 251,
2820
- "g": 240,
2821
- "b": 175
2822
- },
2823
- "hsv": {
2824
- "h": 51.32,
2825
- "s": 30.28,
2826
- "v": 98.43
2827
- },
2828
- "isMetallic": false,
2829
- "isPastel": false,
2830
- "isDark": false,
2831
- "isCosmic": true,
2832
- "stainID": 89,
2833
- "isIshgardian": true,
2834
- "consolidationType": "B"
2835
- },
2836
- {
2837
- "itemID": 30120,
2838
- "category": "Blues",
2839
- "name": "Dragoon Blue",
2840
- "hex": "#000b9d",
2841
- "acquisition": "The Firmament",
2842
- "price": 100,
2843
- "currency": "Skybuilders' Scrips",
2844
- "rgb": {
2845
- "r": 0,
2846
- "g": 11,
2847
- "b": 157
2848
- },
2849
- "hsv": {
2850
- "h": 235.8,
2851
- "s": 100,
2852
- "v": 61.57
2853
- },
2854
- "isMetallic": false,
2855
- "isPastel": false,
2856
- "isDark": false,
2857
- "isCosmic": true,
2858
- "stainID": 90,
2859
- "isIshgardian": true,
2860
- "consolidationType": "B"
2861
- },
2862
- {
2863
- "itemID": 30121,
2864
- "category": "Blues",
2865
- "name": "Turquoise Blue",
2866
- "hex": "#03aaca",
2867
- "acquisition": "The Firmament",
2868
- "price": 100,
2869
- "currency": "Skybuilders' Scrips",
2870
- "rgb": {
2871
- "r": 3,
2872
- "g": 170,
2873
- "b": 202
2874
- },
2875
- "hsv": {
2876
- "h": 189.65,
2877
- "s": 98.51,
2878
- "v": 79.22
2879
- },
2880
- "isMetallic": false,
2881
- "isPastel": false,
2882
- "isDark": false,
2883
- "isCosmic": true,
2884
- "stainID": 91,
2885
- "isIshgardian": true,
2886
- "consolidationType": "B"
2887
- },
2888
- {
2889
- "itemID": 30122,
2890
- "category": "Special",
2891
- "name": "Gunmetal Black",
2892
- "hex": "#181820",
2893
- "acquisition": "The Firmament",
2894
- "price": 100,
2895
- "currency": "Skybuilders' Scrips",
2896
- "rgb": {
2897
- "r": 24,
2898
- "g": 24,
2899
- "b": 32
2900
- },
2901
- "hsv": {
2902
- "h": 240,
2903
- "s": 25,
2904
- "v": 12.55
2905
- },
2906
- "isMetallic": false,
2907
- "isPastel": false,
2908
- "isDark": false,
2909
- "isCosmic": true,
2910
- "stainID": 92,
2911
- "isIshgardian": true,
2912
- "consolidationType": "B"
2913
- },
2914
- {
2915
- "itemID": 30123,
2916
- "category": "Special",
2917
- "name": "Pearl White",
2918
- "hex": "#bfb4a3",
2919
- "acquisition": "The Firmament",
2920
- "price": 100,
2921
- "currency": "Skybuilders' Scrips",
2922
- "rgb": {
2923
- "r": 191,
2924
- "g": 180,
2925
- "b": 163
2926
- },
2927
- "hsv": {
2928
- "h": 36.43,
2929
- "s": 14.66,
2930
- "v": 74.9
2931
- },
2932
- "isMetallic": false,
2933
- "isPastel": false,
2934
- "isDark": false,
2935
- "isCosmic": true,
2936
- "stainID": 93,
2937
- "isIshgardian": true,
2938
- "consolidationType": "B"
2939
- },
2940
- {
2941
- "itemID": 30124,
2942
- "category": "Special",
2943
- "name": "Metallic Brass",
2944
- "hex": "#e9c06f",
2945
- "acquisition": "The Firmament",
2946
- "price": 100,
2947
- "currency": "Skybuilders' Scrips",
2948
- "rgb": {
2949
- "r": 233,
2950
- "g": 192,
2951
- "b": 111
2952
- },
2953
- "hsv": {
2954
- "h": 39.84,
2955
- "s": 52.36,
2956
- "v": 91.37
2957
- },
2958
- "isMetallic": true,
2959
- "isPastel": false,
2960
- "isDark": false,
2961
- "isCosmic": true,
2962
- "stainID": 94,
2963
- "isIshgardian": true,
2964
- "consolidationType": "B"
2965
- },
2966
- {
2967
- "itemID": 48163,
2968
- "category": "Reds",
2969
- "name": "Neon Pink",
2970
- "hex": "#f61296",
2971
- "acquisition": "Cosmic Exploration",
2972
- "price": 600,
2973
- "currency": "Cosmocredits",
2974
- "rgb": {
2975
- "r": 246,
2976
- "g": 18,
2977
- "b": 150
2978
- },
2979
- "hsv": {
2980
- "h": 325.26,
2981
- "s": 92.68,
2982
- "v": 96.47
2983
- },
2984
- "isMetallic": false,
2985
- "isPastel": false,
2986
- "isDark": false,
2987
- "isCosmic": true,
2988
- "stainID": 96,
2989
- "isIshgardian": false,
2990
- "consolidationType": "C"
2991
- },
2992
- {
2993
- "itemID": 48164,
2994
- "category": "Browns",
2995
- "name": "Bright Orange",
2996
- "hex": "#f95513",
2997
- "acquisition": "Cosmic Exploration",
2998
- "price": 600,
2999
- "currency": "Cosmocredits",
3000
- "rgb": {
3001
- "r": 249,
3002
- "g": 85,
3003
- "b": 19
3004
- },
3005
- "hsv": {
3006
- "h": 17.22,
3007
- "s": 92.37,
3008
- "v": 97.65
3009
- },
3010
- "isMetallic": false,
3011
- "isPastel": false,
3012
- "isDark": false,
3013
- "isCosmic": true,
3014
- "stainID": 97,
3015
- "isIshgardian": false,
3016
- "consolidationType": "C"
3017
- },
3018
- {
3019
- "itemID": 48165,
3020
- "category": "Greens",
3021
- "name": "Neon Green",
3022
- "hex": "#baf913",
3023
- "acquisition": "Cosmic Exploration",
3024
- "price": 600,
3025
- "currency": "Cosmocredits",
3026
- "rgb": {
3027
- "r": 186,
3028
- "g": 249,
3029
- "b": 19
3030
- },
3031
- "hsv": {
3032
- "h": 76.43,
3033
- "s": 92.37,
3034
- "v": 97.65
3035
- },
3036
- "isMetallic": false,
3037
- "isPastel": false,
3038
- "isDark": false,
3039
- "isCosmic": true,
3040
- "stainID": 99,
3041
- "isIshgardian": false,
3042
- "consolidationType": "C"
3043
- },
3044
- {
3045
- "itemID": 48166,
3046
- "category": "Yellows",
3047
- "name": "Neon Yellow",
3048
- "hex": "#e0e90b",
3049
- "acquisition": "Cosmic Exploration",
3050
- "price": 600,
3051
- "currency": "Cosmocredits",
3052
- "rgb": {
3053
- "r": 224,
3054
- "g": 233,
3055
- "b": 11
3056
- },
3057
- "hsv": {
3058
- "h": 62.43,
3059
- "s": 95.28,
3060
- "v": 91.37
3061
- },
3062
- "isMetallic": false,
3063
- "isPastel": false,
3064
- "isDark": false,
3065
- "isCosmic": true,
3066
- "stainID": 98,
3067
- "isIshgardian": false,
3068
- "consolidationType": "C"
3069
- },
3070
- {
3071
- "itemID": 48167,
3072
- "category": "Purples",
3073
- "name": "Violet Purple",
3074
- "hex": "#6f5aa2",
3075
- "acquisition": "Cosmic Exploration",
3076
- "price": 600,
3077
- "currency": "Cosmocredits",
3078
- "rgb": {
3079
- "r": 111,
3080
- "g": 90,
3081
- "b": 162
3082
- },
3083
- "hsv": {
3084
- "h": 257.5,
3085
- "s": 44.44,
3086
- "v": 63.53
3087
- },
3088
- "isMetallic": false,
3089
- "isPastel": false,
3090
- "isDark": false,
3091
- "isCosmic": true,
3092
- "stainID": 121,
3093
- "isIshgardian": false,
3094
- "consolidationType": "C"
3095
- },
3096
- {
3097
- "itemID": 48168,
3098
- "category": "Blues",
3099
- "name": "Azure Blue",
3100
- "hex": "#4056a4",
3101
- "acquisition": "Cosmic Exploration",
3102
- "price": 600,
3103
- "currency": "Cosmocredits",
3104
- "rgb": {
3105
- "r": 64,
3106
- "g": 86,
3107
- "b": 164
3108
- },
3109
- "hsv": {
3110
- "h": 226.8,
3111
- "s": 60.98,
3112
- "v": 64.31
3113
- },
3114
- "isMetallic": false,
3115
- "isPastel": false,
3116
- "isDark": false,
3117
- "isCosmic": true,
3118
- "stainID": 100,
3119
- "isIshgardian": false,
3120
- "consolidationType": "C"
3121
- },
3122
- {
3123
- "itemID": 48169,
3124
- "category": "Special",
3125
- "name": "Metallic Pink",
3126
- "hex": "#ffa1c2",
3127
- "acquisition": "Cosmic Exploration",
3128
- "price": 600,
3129
- "currency": "Cosmocredits",
3130
- "rgb": {
3131
- "r": 255,
3132
- "g": 161,
3133
- "b": 194
3134
- },
3135
- "hsv": {
3136
- "h": 338.94,
3137
- "s": 36.86,
3138
- "v": 100
3139
- },
3140
- "isMetallic": true,
3141
- "isPastel": false,
3142
- "isDark": false,
3143
- "isCosmic": true,
3144
- "stainID": 122,
3145
- "isIshgardian": false,
3146
- "consolidationType": "C"
3147
- },
3148
- {
3149
- "itemID": 48170,
3150
- "category": "Special",
3151
- "name": "Metallic Ruby Red",
3152
- "hex": "#470103",
3153
- "acquisition": "Cosmic Exploration",
3154
- "price": 600,
3155
- "currency": "Cosmocredits",
3156
- "rgb": {
3157
- "r": 71,
3158
- "g": 1,
3159
- "b": 3
3160
- },
3161
- "hsv": {
3162
- "h": 358.29,
3163
- "s": 98.59,
3164
- "v": 27.84
3165
- },
3166
- "isMetallic": true,
3167
- "isPastel": false,
3168
- "isDark": false,
3169
- "isCosmic": true,
3170
- "stainID": 123,
3171
- "isIshgardian": false,
3172
- "consolidationType": "C"
3173
- },
3174
- {
3175
- "itemID": 48171,
3176
- "category": "Special",
3177
- "name": "Metallic Cobalt Green",
3178
- "hex": "#28847f",
3179
- "acquisition": "Cosmic Exploration",
3180
- "price": 600,
3181
- "currency": "Cosmocredits",
3182
- "rgb": {
3183
- "r": 40,
3184
- "g": 132,
3185
- "b": 127
3186
- },
3187
- "hsv": {
3188
- "h": 176.74,
3189
- "s": 69.7,
3190
- "v": 51.76
3191
- },
3192
- "isMetallic": true,
3193
- "isPastel": false,
3194
- "isDark": false,
3195
- "isCosmic": true,
3196
- "stainID": 124,
3197
- "isIshgardian": false,
3198
- "consolidationType": "C"
3199
- },
3200
- {
3201
- "itemID": 48172,
3202
- "category": "Special",
3203
- "name": "Metallic Dark Blue",
3204
- "hex": "#120445",
3205
- "acquisition": "Cosmic Exploration",
3206
- "price": 600,
3207
- "currency": "Cosmocredits",
3208
- "rgb": {
3209
- "r": 18,
3210
- "g": 4,
3211
- "b": 69
3212
- },
3213
- "hsv": {
3214
- "h": 252.92,
3215
- "s": 94.2,
3216
- "v": 27.06
3217
- },
3218
- "isMetallic": true,
3219
- "isPastel": false,
3220
- "isDark": false,
3221
- "isCosmic": true,
3222
- "stainID": 125,
3223
- "isIshgardian": false,
3224
- "consolidationType": "C"
3225
- },
3226
- {
3227
- "itemID": 48227,
3228
- "category": "Reds",
3229
- "name": "Carmine Red",
3230
- "hex": "#e50b18",
3231
- "acquisition": "Cosmic Exploration",
3232
- "price": 600,
3233
- "currency": "Cosmocredits",
3234
- "rgb": {
3235
- "r": 229,
3236
- "g": 11,
3237
- "b": 24
3238
- },
3239
- "hsv": {
3240
- "h": 356.42,
3241
- "s": 95.2,
3242
- "v": 89.8
3243
- },
3244
- "isMetallic": false,
3245
- "isPastel": false,
3246
- "isDark": false,
3247
- "isCosmic": true,
3248
- "stainID": 95,
3249
- "isIshgardian": false,
3250
- "consolidationType": "C"
3251
- },
3252
- {
3253
- "itemID": null,
3254
- "category": "Facewear",
3255
- "name": "Silver",
3256
- "hex": "#C0C0C0",
3257
- "acquisition": "Facewear Collection",
3258
- "price": null,
3259
- "currency": null,
3260
- "rgb": {
3261
- "r": 192,
3262
- "g": 192,
3263
- "b": 192
3264
- },
3265
- "hsv": {
3266
- "h": 0,
3267
- "s": 0,
3268
- "v": 75.29
3269
- },
3270
- "isMetallic": false,
3271
- "isPastel": false,
3272
- "isDark": false,
3273
- "isCosmic": false,
3274
- "stainID": null,
3275
- "isIshgardian": false,
3276
- "consolidationType": null
3277
- },
3278
- {
3279
- "itemID": null,
3280
- "category": "Facewear",
3281
- "name": "Gold",
3282
- "hex": "#FFD700",
3283
- "acquisition": "Facewear Collection",
3284
- "price": null,
3285
- "currency": null,
3286
- "rgb": {
3287
- "r": 255,
3288
- "g": 215,
3289
- "b": 0
3290
- },
3291
- "hsv": {
3292
- "h": 50.59,
3293
- "s": 100,
3294
- "v": 100
3295
- },
3296
- "isMetallic": false,
3297
- "isPastel": false,
3298
- "isDark": false,
3299
- "isCosmic": false,
3300
- "stainID": null,
3301
- "isIshgardian": false,
3302
- "consolidationType": null
3303
- },
3304
- {
3305
- "itemID": null,
3306
- "category": "Facewear",
3307
- "name": "Black",
3308
- "hex": "#000000",
3309
- "acquisition": "Facewear Collection",
3310
- "price": null,
3311
- "currency": null,
3312
- "rgb": {
3313
- "r": 0,
3314
- "g": 0,
3315
- "b": 0
3316
- },
3317
- "hsv": {
3318
- "h": 0,
3319
- "s": 0,
3320
- "v": 0
3321
- },
3322
- "isMetallic": false,
3323
- "isPastel": false,
3324
- "isDark": false,
3325
- "isCosmic": false,
3326
- "stainID": null,
3327
- "isIshgardian": false,
3328
- "consolidationType": null
3329
- },
3330
- {
3331
- "itemID": null,
3332
- "category": "Facewear",
3333
- "name": "White",
3334
- "hex": "#FFFFFF",
3335
- "acquisition": "Facewear Collection",
3336
- "price": null,
3337
- "currency": null,
3338
- "rgb": {
3339
- "r": 255,
3340
- "g": 255,
3341
- "b": 255
3342
- },
3343
- "hsv": {
3344
- "h": 0,
3345
- "s": 0,
3346
- "v": 100
3347
- },
3348
- "isMetallic": false,
3349
- "isPastel": false,
3350
- "isDark": false,
3351
- "isCosmic": false,
3352
- "stainID": null,
3353
- "isIshgardian": false,
3354
- "consolidationType": null
3355
- },
3356
- {
3357
- "itemID": null,
3358
- "category": "Facewear",
3359
- "name": "Grey",
3360
- "hex": "#808080",
3361
- "acquisition": "Facewear Collection",
3362
- "price": null,
3363
- "currency": null,
3364
- "rgb": {
3365
- "r": 128,
3366
- "g": 128,
3367
- "b": 128
3368
- },
3369
- "hsv": {
3370
- "h": 0,
3371
- "s": 0,
3372
- "v": 50.2
3373
- },
3374
- "isMetallic": false,
3375
- "isPastel": false,
3376
- "isDark": false,
3377
- "isCosmic": false,
3378
- "stainID": null,
3379
- "isIshgardian": false,
3380
- "consolidationType": null
3381
- },
3382
- {
3383
- "itemID": null,
3384
- "category": "Facewear",
3385
- "name": "Red",
3386
- "hex": "#FF0000",
3387
- "acquisition": "Facewear Collection",
3388
- "price": null,
3389
- "currency": null,
3390
- "rgb": {
3391
- "r": 255,
3392
- "g": 0,
3393
- "b": 0
3394
- },
3395
- "hsv": {
3396
- "h": 0,
3397
- "s": 100,
3398
- "v": 100
3399
- },
3400
- "isMetallic": false,
3401
- "isPastel": false,
3402
- "isDark": false,
3403
- "isCosmic": false,
3404
- "stainID": null,
3405
- "isIshgardian": false,
3406
- "consolidationType": null
3407
- },
3408
- {
3409
- "itemID": null,
3410
- "category": "Facewear",
3411
- "name": "Blue",
3412
- "hex": "#0000FF",
3413
- "acquisition": "Facewear Collection",
3414
- "price": null,
3415
- "currency": null,
3416
- "rgb": {
3417
- "r": 0,
3418
- "g": 0,
3419
- "b": 255
3420
- },
3421
- "hsv": {
3422
- "h": 240,
3423
- "s": 100,
3424
- "v": 100
3425
- },
3426
- "isMetallic": false,
3427
- "isPastel": false,
3428
- "isDark": false,
3429
- "isCosmic": false,
3430
- "stainID": null,
3431
- "isIshgardian": false,
3432
- "consolidationType": null
3433
- },
3434
- {
3435
- "itemID": null,
3436
- "category": "Facewear",
3437
- "name": "Green",
3438
- "hex": "#008000",
3439
- "acquisition": "Facewear Collection",
3440
- "price": null,
3441
- "currency": null,
3442
- "rgb": {
3443
- "r": 0,
3444
- "g": 128,
3445
- "b": 0
3446
- },
3447
- "hsv": {
3448
- "h": 120,
3449
- "s": 100,
3450
- "v": 50.2
3451
- },
3452
- "isMetallic": false,
3453
- "isPastel": false,
3454
- "isDark": false,
3455
- "isCosmic": false,
3456
- "stainID": null,
3457
- "isIshgardian": false,
3458
- "consolidationType": null
3459
- },
3460
- {
3461
- "itemID": null,
3462
- "category": "Facewear",
3463
- "name": "Brass",
3464
- "hex": "#E1C16E",
3465
- "acquisition": "Facewear Collection",
3466
- "price": null,
3467
- "currency": null,
3468
- "rgb": {
3469
- "r": 225,
3470
- "g": 193,
3471
- "b": 110
3472
- },
3473
- "hsv": {
3474
- "h": 42.43,
3475
- "s": 51.11,
3476
- "v": 88.24
3477
- },
3478
- "isMetallic": false,
3479
- "isPastel": false,
3480
- "isDark": false,
3481
- "isCosmic": false,
3482
- "stainID": null,
3483
- "isIshgardian": false,
3484
- "consolidationType": null
3485
- },
3486
- {
3487
- "itemID": null,
3488
- "category": "Facewear",
3489
- "name": "Purple",
3490
- "hex": "#800080",
3491
- "acquisition": "Facewear Collection",
3492
- "price": null,
3493
- "currency": null,
3494
- "rgb": {
3495
- "r": 128,
3496
- "g": 0,
3497
- "b": 128
3498
- },
3499
- "hsv": {
3500
- "h": 300,
3501
- "s": 100,
3502
- "v": 50.2
3503
- },
3504
- "isMetallic": false,
3505
- "isPastel": false,
3506
- "isDark": false,
3507
- "isCosmic": false,
3508
- "stainID": null,
3509
- "isIshgardian": false,
3510
- "consolidationType": null
3511
- },
3512
- {
3513
- "itemID": null,
3514
- "category": "Facewear",
3515
- "name": "Brown",
3516
- "hex": "#A52A2A",
3517
- "acquisition": "Facewear Collection",
3518
- "price": null,
3519
- "currency": null,
3520
- "rgb": {
3521
- "r": 165,
3522
- "g": 42,
3523
- "b": 42
3524
- },
3525
- "hsv": {
3526
- "h": 0,
3527
- "s": 74.55,
3528
- "v": 64.71
3529
- },
3530
- "isMetallic": false,
3531
- "isPastel": false,
3532
- "isDark": false,
3533
- "isCosmic": false,
3534
- "stainID": null,
3535
- "isIshgardian": false,
3536
- "consolidationType": null
3537
- }
3538
- ]