@xivdyetools/core 2.7.0 → 4.0.2
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.
- package/README.md +85 -67
- package/dist/blending/blending.d.ts +22 -0
- package/dist/blending/blending.d.ts.map +1 -0
- package/dist/blending/blending.js +129 -0
- package/dist/blending/blending.js.map +1 -0
- package/dist/blending/conversions.d.ts +53 -0
- package/dist/blending/conversions.d.ts.map +1 -0
- package/dist/blending/conversions.js +256 -0
- package/dist/blending/conversions.js.map +1 -0
- package/dist/blending/index.d.ts +8 -0
- package/dist/blending/index.d.ts.map +1 -0
- package/dist/blending/index.js +3 -0
- package/dist/blending/index.js.map +1 -0
- package/dist/blending/types.d.ts +36 -0
- package/dist/blending/types.d.ts.map +1 -0
- package/dist/blending/types.js +21 -0
- package/dist/blending/types.js.map +1 -0
- package/dist/config/band-calibration.d.ts +68 -0
- package/dist/config/band-calibration.d.ts.map +1 -0
- package/dist/config/band-calibration.js +196 -0
- package/dist/config/band-calibration.js.map +1 -0
- package/dist/config/band-vocabulary.d.ts +82 -0
- package/dist/config/band-vocabulary.d.ts.map +1 -0
- package/dist/config/band-vocabulary.js +117 -0
- package/dist/config/band-vocabulary.js.map +1 -0
- package/dist/config/consolidated-ids.js +2 -2
- package/dist/config/consolidated-ids.js.map +1 -1
- package/dist/config/dye-vocabulary.d.ts +45 -0
- package/dist/config/dye-vocabulary.d.ts.map +1 -0
- package/dist/config/dye-vocabulary.js +58 -0
- package/dist/config/dye-vocabulary.js.map +1 -0
- package/dist/config/facewear.d.ts +24 -0
- package/dist/config/facewear.d.ts.map +1 -0
- package/dist/config/facewear.js +35 -0
- package/dist/config/facewear.js.map +1 -0
- package/dist/config/learn-links.d.ts +70 -0
- package/dist/config/learn-links.d.ts.map +1 -0
- package/dist/config/learn-links.js +171 -0
- package/dist/config/learn-links.js.map +1 -0
- package/dist/config/product-links.d.ts +44 -0
- package/dist/config/product-links.d.ts.map +1 -0
- package/dist/config/product-links.js +44 -0
- package/dist/config/product-links.js.map +1 -0
- package/dist/constants/index.d.ts +14 -1
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +38 -22
- package/dist/constants/index.js.map +1 -1
- package/dist/data/character_colors/race_specific/hair_colors.json +1 -1
- package/dist/data/character_colors/race_specific/skin_colors.json +1 -1
- package/dist/data/dyes.json +1127 -0
- package/dist/data/facewear_colors.json +57 -0
- package/dist/data/locales/de.json +4 -50
- package/dist/data/locales/en.json +4 -50
- package/dist/data/locales/fr.json +4 -50
- package/dist/data/locales/ja.json +4 -50
- package/dist/data/locales/ko.json +4 -50
- package/dist/data/locales/zh.json +4 -50
- package/dist/data/presets.json +59 -301
- package/dist/index.d.ts +156 -17
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +114 -10
- package/dist/index.js.map +1 -1
- package/dist/services/APIService.d.ts +7 -61
- package/dist/services/APIService.d.ts.map +1 -1
- package/dist/services/APIService.js +43 -154
- package/dist/services/APIService.js.map +1 -1
- package/dist/services/CharacterColorService.d.ts +8 -36
- package/dist/services/CharacterColorService.d.ts.map +1 -1
- package/dist/services/CharacterColorService.js +20 -68
- package/dist/services/CharacterColorService.js.map +1 -1
- package/dist/services/ColorService.d.ts +55 -68
- package/dist/services/ColorService.d.ts.map +1 -1
- package/dist/services/ColorService.js +86 -94
- package/dist/services/ColorService.js.map +1 -1
- package/dist/services/DyeService.d.ts +10 -103
- package/dist/services/DyeService.d.ts.map +1 -1
- package/dist/services/DyeService.js +13 -156
- package/dist/services/DyeService.js.map +1 -1
- package/dist/services/LocalizationService.d.ts +3 -33
- package/dist/services/LocalizationService.d.ts.map +1 -1
- package/dist/services/LocalizationService.js +2 -44
- package/dist/services/LocalizationService.js.map +1 -1
- package/dist/services/PaletteService.d.ts +8 -9
- package/dist/services/PaletteService.d.ts.map +1 -1
- package/dist/services/PaletteService.js +2 -21
- package/dist/services/PaletteService.js.map +1 -1
- package/dist/services/PresetService.d.ts +2 -34
- package/dist/services/PresetService.d.ts.map +1 -1
- package/dist/services/PresetService.js +12 -59
- package/dist/services/PresetService.js.map +1 -1
- package/dist/services/chara/chara-models.d.ts +68 -0
- package/dist/services/chara/chara-models.d.ts.map +1 -0
- package/dist/services/chara/chara-models.js +87 -0
- package/dist/services/chara/chara-models.js.map +1 -0
- package/dist/services/chara/chara-parser.d.ts +101 -0
- package/dist/services/chara/chara-parser.d.ts.map +1 -0
- package/dist/services/chara/chara-parser.js +299 -0
- package/dist/services/chara/chara-parser.js.map +1 -0
- package/dist/services/chara/chara-resolver.d.ts +103 -0
- package/dist/services/chara/chara-resolver.d.ts.map +1 -0
- package/dist/services/chara/chara-resolver.js +233 -0
- package/dist/services/chara/chara-resolver.js.map +1 -0
- package/dist/services/color/ColorConverter.d.ts +107 -35
- package/dist/services/color/ColorConverter.d.ts.map +1 -1
- package/dist/services/color/ColorConverter.js +159 -48
- package/dist/services/color/ColorConverter.js.map +1 -1
- package/dist/services/color/ColorManipulator.d.ts +11 -0
- package/dist/services/color/ColorManipulator.d.ts.map +1 -1
- package/dist/services/color/ColorManipulator.js +14 -0
- package/dist/services/color/ColorManipulator.js.map +1 -1
- package/dist/services/color/ColorblindnessSimulator.d.ts +17 -0
- package/dist/services/color/ColorblindnessSimulator.d.ts.map +1 -1
- package/dist/services/color/ColorblindnessSimulator.js +53 -1
- package/dist/services/color/ColorblindnessSimulator.js.map +1 -1
- package/dist/services/color/SpectralMixer.d.ts +0 -34
- package/dist/services/color/SpectralMixer.d.ts.map +1 -1
- package/dist/services/color/SpectralMixer.js +0 -73
- package/dist/services/color/SpectralMixer.js.map +1 -1
- package/dist/services/dye/DyeDatabase.d.ts +0 -21
- package/dist/services/dye/DyeDatabase.d.ts.map +1 -1
- package/dist/services/dye/DyeDatabase.js +78 -103
- package/dist/services/dye/DyeDatabase.js.map +1 -1
- package/dist/services/dye/DyeSearch.d.ts +17 -31
- package/dist/services/dye/DyeSearch.d.ts.map +1 -1
- package/dist/services/dye/DyeSearch.js +31 -67
- package/dist/services/dye/DyeSearch.js.map +1 -1
- package/dist/services/dye/HarmonyGenerator.d.ts +11 -18
- package/dist/services/dye/HarmonyGenerator.d.ts.map +1 -1
- package/dist/services/dye/HarmonyGenerator.js +24 -35
- package/dist/services/dye/HarmonyGenerator.js.map +1 -1
- package/dist/services/localization/LocaleLoader.d.ts.map +1 -1
- package/dist/services/localization/LocaleLoader.js +0 -1
- package/dist/services/localization/LocaleLoader.js.map +1 -1
- package/dist/services/localization/TranslationProvider.d.ts +1 -42
- package/dist/services/localization/TranslationProvider.d.ts.map +1 -1
- package/dist/services/localization/TranslationProvider.js +4 -82
- package/dist/services/localization/TranslationProvider.js.map +1 -1
- package/dist/types/index.d.ts +39 -52
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +50 -10
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +35 -122
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +45 -422
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/kd-tree.d.ts +0 -4
- package/dist/utils/kd-tree.d.ts.map +1 -1
- package/dist/utils/kd-tree.js +0 -6
- package/dist/utils/kd-tree.js.map +1 -1
- package/package.json +23 -14
- package/dist/data/character_colors/index.json +0 -40
- package/dist/data/colors_xiv.json +0 -3538
- package/dist/version.d.ts +0 -11
- package/dist/version.d.ts.map +0 -1
- package/dist/version.js +0 -11
- package/dist/version.js.map +0 -1
|
@@ -0,0 +1,1127 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"stainID": 1,
|
|
4
|
+
"name": "Snow White",
|
|
5
|
+
"hex": "#e4dfd0",
|
|
6
|
+
"category": "Neutral",
|
|
7
|
+
"acquisition": "Dye Vendor",
|
|
8
|
+
"consolidationType": "A",
|
|
9
|
+
"legacyItemID": 5729
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"stainID": 2,
|
|
13
|
+
"name": "Ash Grey",
|
|
14
|
+
"hex": "#aca8a2",
|
|
15
|
+
"category": "Neutral",
|
|
16
|
+
"acquisition": "Dye Vendor",
|
|
17
|
+
"consolidationType": "A",
|
|
18
|
+
"legacyItemID": 5730
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"stainID": 3,
|
|
22
|
+
"name": "Goobbue Grey",
|
|
23
|
+
"hex": "#898784",
|
|
24
|
+
"category": "Neutral",
|
|
25
|
+
"acquisition": "Dye Vendor",
|
|
26
|
+
"consolidationType": "A",
|
|
27
|
+
"legacyItemID": 5731
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"stainID": 4,
|
|
31
|
+
"name": "Slate Grey",
|
|
32
|
+
"hex": "#656565",
|
|
33
|
+
"category": "Neutral",
|
|
34
|
+
"acquisition": "Dye Vendor",
|
|
35
|
+
"consolidationType": "A",
|
|
36
|
+
"legacyItemID": 5732
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"stainID": 5,
|
|
40
|
+
"name": "Charcoal Grey",
|
|
41
|
+
"hex": "#484742",
|
|
42
|
+
"category": "Neutral",
|
|
43
|
+
"acquisition": "Dye Vendor",
|
|
44
|
+
"consolidationType": "A",
|
|
45
|
+
"legacyItemID": 5733
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"stainID": 6,
|
|
49
|
+
"name": "Soot Black",
|
|
50
|
+
"hex": "#2b2923",
|
|
51
|
+
"category": "Neutral",
|
|
52
|
+
"acquisition": "Dye Vendor",
|
|
53
|
+
"consolidationType": "A",
|
|
54
|
+
"legacyItemID": 5734
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"stainID": 7,
|
|
58
|
+
"name": "Rose Pink",
|
|
59
|
+
"hex": "#e69f96",
|
|
60
|
+
"category": "Reds",
|
|
61
|
+
"acquisition": "Dye Vendor",
|
|
62
|
+
"consolidationType": "A",
|
|
63
|
+
"legacyItemID": 5735
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"stainID": 8,
|
|
67
|
+
"name": "Lilac Purple",
|
|
68
|
+
"hex": "#836969",
|
|
69
|
+
"category": "Reds",
|
|
70
|
+
"acquisition": "Dye Vendor",
|
|
71
|
+
"consolidationType": "A",
|
|
72
|
+
"legacyItemID": 5736
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"stainID": 9,
|
|
76
|
+
"name": "Rolanberry Red",
|
|
77
|
+
"hex": "#5b1729",
|
|
78
|
+
"category": "Reds",
|
|
79
|
+
"acquisition": "Dye Vendor",
|
|
80
|
+
"consolidationType": "A",
|
|
81
|
+
"legacyItemID": 5737
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"stainID": 10,
|
|
85
|
+
"name": "Dalamud Red",
|
|
86
|
+
"hex": "#781a1a",
|
|
87
|
+
"category": "Reds",
|
|
88
|
+
"acquisition": "Dye Vendor",
|
|
89
|
+
"consolidationType": "A",
|
|
90
|
+
"legacyItemID": 5738
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"stainID": 11,
|
|
94
|
+
"name": "Rust Red",
|
|
95
|
+
"hex": "#622207",
|
|
96
|
+
"category": "Reds",
|
|
97
|
+
"acquisition": "Dye Vendor",
|
|
98
|
+
"consolidationType": "A",
|
|
99
|
+
"legacyItemID": 5739
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"stainID": 12,
|
|
103
|
+
"name": "Wine Red",
|
|
104
|
+
"hex": "#451511",
|
|
105
|
+
"category": "Reds",
|
|
106
|
+
"acquisition": "Dye Vendor",
|
|
107
|
+
"consolidationType": "A",
|
|
108
|
+
"legacyItemID": 5740
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"stainID": 13,
|
|
112
|
+
"name": "Coral Pink",
|
|
113
|
+
"hex": "#cc6c5e",
|
|
114
|
+
"category": "Reds",
|
|
115
|
+
"acquisition": "Dye Vendor",
|
|
116
|
+
"consolidationType": "A",
|
|
117
|
+
"legacyItemID": 5741
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"stainID": 14,
|
|
121
|
+
"name": "Blood Red",
|
|
122
|
+
"hex": "#913b27",
|
|
123
|
+
"category": "Reds",
|
|
124
|
+
"acquisition": "Dye Vendor",
|
|
125
|
+
"consolidationType": "A",
|
|
126
|
+
"legacyItemID": 5742
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"stainID": 15,
|
|
130
|
+
"name": "Salmon Pink",
|
|
131
|
+
"hex": "#e4aa8a",
|
|
132
|
+
"category": "Reds",
|
|
133
|
+
"acquisition": "Dye Vendor",
|
|
134
|
+
"consolidationType": "A",
|
|
135
|
+
"legacyItemID": 5743
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"stainID": 16,
|
|
139
|
+
"name": "Sunset Orange",
|
|
140
|
+
"hex": "#b75c2d",
|
|
141
|
+
"category": "Browns",
|
|
142
|
+
"acquisition": "Dye Vendor",
|
|
143
|
+
"consolidationType": "A",
|
|
144
|
+
"legacyItemID": 5744
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"stainID": 17,
|
|
148
|
+
"name": "Mesa Red",
|
|
149
|
+
"hex": "#7d3906",
|
|
150
|
+
"category": "Browns",
|
|
151
|
+
"acquisition": "Dye Vendor",
|
|
152
|
+
"consolidationType": "A",
|
|
153
|
+
"legacyItemID": 5745
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"stainID": 18,
|
|
157
|
+
"name": "Bark Brown",
|
|
158
|
+
"hex": "#6a4b37",
|
|
159
|
+
"category": "Browns",
|
|
160
|
+
"acquisition": "Dye Vendor",
|
|
161
|
+
"consolidationType": "A",
|
|
162
|
+
"legacyItemID": 5746
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"stainID": 19,
|
|
166
|
+
"name": "Chocolate Brown",
|
|
167
|
+
"hex": "#6e3d24",
|
|
168
|
+
"category": "Browns",
|
|
169
|
+
"acquisition": "Dye Vendor",
|
|
170
|
+
"consolidationType": "A",
|
|
171
|
+
"legacyItemID": 5747
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"stainID": 20,
|
|
175
|
+
"name": "Russet Brown",
|
|
176
|
+
"hex": "#4f2d1f",
|
|
177
|
+
"category": "Browns",
|
|
178
|
+
"acquisition": "Dye Vendor",
|
|
179
|
+
"consolidationType": "A",
|
|
180
|
+
"legacyItemID": 5748
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"stainID": 21,
|
|
184
|
+
"name": "Kobold Brown",
|
|
185
|
+
"hex": "#30211b",
|
|
186
|
+
"category": "Browns",
|
|
187
|
+
"acquisition": "Dye Vendor",
|
|
188
|
+
"consolidationType": "A",
|
|
189
|
+
"legacyItemID": 5749
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"stainID": 22,
|
|
193
|
+
"name": "Cork Brown",
|
|
194
|
+
"hex": "#c99156",
|
|
195
|
+
"category": "Browns",
|
|
196
|
+
"acquisition": "Dye Vendor",
|
|
197
|
+
"consolidationType": "A",
|
|
198
|
+
"legacyItemID": 5750
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"stainID": 23,
|
|
202
|
+
"name": "Qiqirn Brown",
|
|
203
|
+
"hex": "#996e3f",
|
|
204
|
+
"category": "Browns",
|
|
205
|
+
"acquisition": "Dye Vendor",
|
|
206
|
+
"consolidationType": "A",
|
|
207
|
+
"legacyItemID": 5751
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"stainID": 24,
|
|
211
|
+
"name": "Opo-Opo Brown",
|
|
212
|
+
"hex": "#7b5c2d",
|
|
213
|
+
"category": "Browns",
|
|
214
|
+
"acquisition": "Dye Vendor",
|
|
215
|
+
"consolidationType": "A",
|
|
216
|
+
"legacyItemID": 5752
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"stainID": 25,
|
|
220
|
+
"name": "Aldgoat Brown",
|
|
221
|
+
"hex": "#a2875c",
|
|
222
|
+
"category": "Browns",
|
|
223
|
+
"acquisition": "Dye Vendor",
|
|
224
|
+
"consolidationType": "A",
|
|
225
|
+
"legacyItemID": 5753
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"stainID": 26,
|
|
229
|
+
"name": "Pumpkin Orange",
|
|
230
|
+
"hex": "#c57424",
|
|
231
|
+
"category": "Browns",
|
|
232
|
+
"acquisition": "Dye Vendor",
|
|
233
|
+
"consolidationType": "A",
|
|
234
|
+
"legacyItemID": 5754
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"stainID": 27,
|
|
238
|
+
"name": "Acorn Brown",
|
|
239
|
+
"hex": "#8e581b",
|
|
240
|
+
"category": "Browns",
|
|
241
|
+
"acquisition": "Dye Vendor",
|
|
242
|
+
"consolidationType": "A",
|
|
243
|
+
"legacyItemID": 5755
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"stainID": 28,
|
|
247
|
+
"name": "Orchard Brown",
|
|
248
|
+
"hex": "#644216",
|
|
249
|
+
"category": "Browns",
|
|
250
|
+
"acquisition": "Dye Vendor",
|
|
251
|
+
"consolidationType": "A",
|
|
252
|
+
"legacyItemID": 5756
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"stainID": 29,
|
|
256
|
+
"name": "Chestnut Brown",
|
|
257
|
+
"hex": "#3d290d",
|
|
258
|
+
"category": "Browns",
|
|
259
|
+
"acquisition": "Dye Vendor",
|
|
260
|
+
"consolidationType": "A",
|
|
261
|
+
"legacyItemID": 5757
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"stainID": 30,
|
|
265
|
+
"name": "Gobbiebag Brown",
|
|
266
|
+
"hex": "#b9a489",
|
|
267
|
+
"category": "Browns",
|
|
268
|
+
"acquisition": "Dye Vendor",
|
|
269
|
+
"consolidationType": "A",
|
|
270
|
+
"legacyItemID": 5758
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"stainID": 31,
|
|
274
|
+
"name": "Shale Brown",
|
|
275
|
+
"hex": "#92816c",
|
|
276
|
+
"category": "Browns",
|
|
277
|
+
"acquisition": "Dye Vendor",
|
|
278
|
+
"consolidationType": "A",
|
|
279
|
+
"legacyItemID": 5759
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"stainID": 32,
|
|
283
|
+
"name": "Mole Brown",
|
|
284
|
+
"hex": "#615245",
|
|
285
|
+
"category": "Browns",
|
|
286
|
+
"acquisition": "Dye Vendor",
|
|
287
|
+
"consolidationType": "A",
|
|
288
|
+
"legacyItemID": 5760
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"stainID": 33,
|
|
292
|
+
"name": "Loam Brown",
|
|
293
|
+
"hex": "#3f3329",
|
|
294
|
+
"category": "Browns",
|
|
295
|
+
"acquisition": "Dye Vendor",
|
|
296
|
+
"consolidationType": "A",
|
|
297
|
+
"legacyItemID": 5761
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"stainID": 34,
|
|
301
|
+
"name": "Bone White",
|
|
302
|
+
"hex": "#ebd3a0",
|
|
303
|
+
"category": "Yellows",
|
|
304
|
+
"acquisition": "Dye Vendor",
|
|
305
|
+
"consolidationType": "A",
|
|
306
|
+
"legacyItemID": 5762
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"stainID": 35,
|
|
310
|
+
"name": "Ul Brown",
|
|
311
|
+
"hex": "#b7a370",
|
|
312
|
+
"category": "Yellows",
|
|
313
|
+
"acquisition": "Dye Vendor",
|
|
314
|
+
"consolidationType": "A",
|
|
315
|
+
"legacyItemID": 5763
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"stainID": 36,
|
|
319
|
+
"name": "Desert Yellow",
|
|
320
|
+
"hex": "#dbb457",
|
|
321
|
+
"category": "Yellows",
|
|
322
|
+
"acquisition": "Dye Vendor",
|
|
323
|
+
"consolidationType": "A",
|
|
324
|
+
"legacyItemID": 5764
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"stainID": 37,
|
|
328
|
+
"name": "Honey Yellow",
|
|
329
|
+
"hex": "#fac62b",
|
|
330
|
+
"category": "Yellows",
|
|
331
|
+
"acquisition": "Dye Vendor",
|
|
332
|
+
"consolidationType": "A",
|
|
333
|
+
"legacyItemID": 5765
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"stainID": 38,
|
|
337
|
+
"name": "Millioncorn Yellow",
|
|
338
|
+
"hex": "#e49e34",
|
|
339
|
+
"category": "Yellows",
|
|
340
|
+
"acquisition": "Dye Vendor",
|
|
341
|
+
"consolidationType": "A",
|
|
342
|
+
"legacyItemID": 5766
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"stainID": 39,
|
|
346
|
+
"name": "Coeurl Yellow",
|
|
347
|
+
"hex": "#bc8804",
|
|
348
|
+
"category": "Yellows",
|
|
349
|
+
"acquisition": "Dye Vendor",
|
|
350
|
+
"consolidationType": "A",
|
|
351
|
+
"legacyItemID": 5767
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"stainID": 40,
|
|
355
|
+
"name": "Cream Yellow",
|
|
356
|
+
"hex": "#f2d770",
|
|
357
|
+
"category": "Yellows",
|
|
358
|
+
"acquisition": "Dye Vendor",
|
|
359
|
+
"consolidationType": "A",
|
|
360
|
+
"legacyItemID": 5768
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"stainID": 41,
|
|
364
|
+
"name": "Halatali Yellow",
|
|
365
|
+
"hex": "#a58430",
|
|
366
|
+
"category": "Yellows",
|
|
367
|
+
"acquisition": "Dye Vendor",
|
|
368
|
+
"consolidationType": "A",
|
|
369
|
+
"legacyItemID": 5769
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"stainID": 42,
|
|
373
|
+
"name": "Raisin Brown",
|
|
374
|
+
"hex": "#403311",
|
|
375
|
+
"category": "Yellows",
|
|
376
|
+
"acquisition": "Dye Vendor",
|
|
377
|
+
"consolidationType": "A",
|
|
378
|
+
"legacyItemID": 5770
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"stainID": 43,
|
|
382
|
+
"name": "Mud Green",
|
|
383
|
+
"hex": "#585230",
|
|
384
|
+
"category": "Greens",
|
|
385
|
+
"acquisition": "Dye Vendor",
|
|
386
|
+
"consolidationType": "A",
|
|
387
|
+
"legacyItemID": 5771
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"stainID": 44,
|
|
391
|
+
"name": "Sylph Green",
|
|
392
|
+
"hex": "#bbbb8a",
|
|
393
|
+
"category": "Greens",
|
|
394
|
+
"acquisition": "Dye Vendor",
|
|
395
|
+
"consolidationType": "A",
|
|
396
|
+
"legacyItemID": 5772
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"stainID": 45,
|
|
400
|
+
"name": "Lime Green",
|
|
401
|
+
"hex": "#abb054",
|
|
402
|
+
"category": "Greens",
|
|
403
|
+
"acquisition": "Dye Vendor",
|
|
404
|
+
"consolidationType": "A",
|
|
405
|
+
"legacyItemID": 5773
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"stainID": 46,
|
|
409
|
+
"name": "Moss Green",
|
|
410
|
+
"hex": "#707326",
|
|
411
|
+
"category": "Greens",
|
|
412
|
+
"acquisition": "Dye Vendor",
|
|
413
|
+
"consolidationType": "A",
|
|
414
|
+
"legacyItemID": 5774
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"stainID": 47,
|
|
418
|
+
"name": "Meadow Green",
|
|
419
|
+
"hex": "#8b9c63",
|
|
420
|
+
"category": "Greens",
|
|
421
|
+
"acquisition": "Dye Vendor",
|
|
422
|
+
"consolidationType": "A",
|
|
423
|
+
"legacyItemID": 5775
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"stainID": 48,
|
|
427
|
+
"name": "Olive Green",
|
|
428
|
+
"hex": "#4b5232",
|
|
429
|
+
"category": "Greens",
|
|
430
|
+
"acquisition": "Dye Vendor",
|
|
431
|
+
"consolidationType": "A",
|
|
432
|
+
"legacyItemID": 5776
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"stainID": 49,
|
|
436
|
+
"name": "Marsh Green",
|
|
437
|
+
"hex": "#323621",
|
|
438
|
+
"category": "Greens",
|
|
439
|
+
"acquisition": "Dye Vendor",
|
|
440
|
+
"consolidationType": "A",
|
|
441
|
+
"legacyItemID": 5777
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"stainID": 50,
|
|
445
|
+
"name": "Apple Green",
|
|
446
|
+
"hex": "#9bb363",
|
|
447
|
+
"category": "Greens",
|
|
448
|
+
"acquisition": "Dye Vendor",
|
|
449
|
+
"consolidationType": "A",
|
|
450
|
+
"legacyItemID": 5778
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"stainID": 51,
|
|
454
|
+
"name": "Cactuar Green",
|
|
455
|
+
"hex": "#658241",
|
|
456
|
+
"category": "Greens",
|
|
457
|
+
"acquisition": "Dye Vendor",
|
|
458
|
+
"consolidationType": "A",
|
|
459
|
+
"legacyItemID": 5779
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"stainID": 52,
|
|
463
|
+
"name": "Hunter Green",
|
|
464
|
+
"hex": "#284b2c",
|
|
465
|
+
"category": "Greens",
|
|
466
|
+
"acquisition": "Dye Vendor",
|
|
467
|
+
"consolidationType": "A",
|
|
468
|
+
"legacyItemID": 5780
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"stainID": 53,
|
|
472
|
+
"name": "Ochu Green",
|
|
473
|
+
"hex": "#406339",
|
|
474
|
+
"category": "Greens",
|
|
475
|
+
"acquisition": "Dye Vendor",
|
|
476
|
+
"consolidationType": "A",
|
|
477
|
+
"legacyItemID": 5781
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"stainID": 54,
|
|
481
|
+
"name": "Adamantoise Green",
|
|
482
|
+
"hex": "#5f7558",
|
|
483
|
+
"category": "Greens",
|
|
484
|
+
"acquisition": "Dye Vendor",
|
|
485
|
+
"consolidationType": "A",
|
|
486
|
+
"legacyItemID": 5782
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"stainID": 55,
|
|
490
|
+
"name": "Nophica Green",
|
|
491
|
+
"hex": "#3b4d3c",
|
|
492
|
+
"category": "Greens",
|
|
493
|
+
"acquisition": "Dye Vendor",
|
|
494
|
+
"consolidationType": "A",
|
|
495
|
+
"legacyItemID": 5783
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"stainID": 56,
|
|
499
|
+
"name": "Deepwood Green",
|
|
500
|
+
"hex": "#1e2a21",
|
|
501
|
+
"category": "Greens",
|
|
502
|
+
"acquisition": "Dye Vendor",
|
|
503
|
+
"consolidationType": "A",
|
|
504
|
+
"legacyItemID": 5784
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"stainID": 57,
|
|
508
|
+
"name": "Celeste Green",
|
|
509
|
+
"hex": "#96bdb9",
|
|
510
|
+
"category": "Greens",
|
|
511
|
+
"acquisition": "Dye Vendor",
|
|
512
|
+
"consolidationType": "A",
|
|
513
|
+
"legacyItemID": 5785
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"stainID": 58,
|
|
517
|
+
"name": "Turquoise Green",
|
|
518
|
+
"hex": "#437272",
|
|
519
|
+
"category": "Greens",
|
|
520
|
+
"acquisition": "Dye Vendor",
|
|
521
|
+
"consolidationType": "A",
|
|
522
|
+
"legacyItemID": 5786
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"stainID": 59,
|
|
526
|
+
"name": "Morbol Green",
|
|
527
|
+
"hex": "#1f4646",
|
|
528
|
+
"category": "Greens",
|
|
529
|
+
"acquisition": "Dye Vendor",
|
|
530
|
+
"consolidationType": "A",
|
|
531
|
+
"legacyItemID": 5787
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"stainID": 60,
|
|
535
|
+
"name": "Ice Blue",
|
|
536
|
+
"hex": "#b2c4ce",
|
|
537
|
+
"category": "Blues",
|
|
538
|
+
"acquisition": "Dye Vendor",
|
|
539
|
+
"consolidationType": "A",
|
|
540
|
+
"legacyItemID": 5788
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"stainID": 61,
|
|
544
|
+
"name": "Sky Blue",
|
|
545
|
+
"hex": "#83b0d2",
|
|
546
|
+
"category": "Blues",
|
|
547
|
+
"acquisition": "Dye Vendor",
|
|
548
|
+
"consolidationType": "A",
|
|
549
|
+
"legacyItemID": 5789
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"stainID": 62,
|
|
553
|
+
"name": "Seafog Blue",
|
|
554
|
+
"hex": "#6481a0",
|
|
555
|
+
"category": "Blues",
|
|
556
|
+
"acquisition": "Dye Vendor",
|
|
557
|
+
"consolidationType": "A",
|
|
558
|
+
"legacyItemID": 5790
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"stainID": 63,
|
|
562
|
+
"name": "Peacock Blue",
|
|
563
|
+
"hex": "#3b6886",
|
|
564
|
+
"category": "Blues",
|
|
565
|
+
"acquisition": "Dye Vendor",
|
|
566
|
+
"consolidationType": "A",
|
|
567
|
+
"legacyItemID": 5791
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"stainID": 64,
|
|
571
|
+
"name": "Rhotano Blue",
|
|
572
|
+
"hex": "#1c3d54",
|
|
573
|
+
"category": "Blues",
|
|
574
|
+
"acquisition": "Dye Vendor",
|
|
575
|
+
"consolidationType": "A",
|
|
576
|
+
"legacyItemID": 5792
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"stainID": 65,
|
|
580
|
+
"name": "Corpse Blue",
|
|
581
|
+
"hex": "#8e9bac",
|
|
582
|
+
"category": "Blues",
|
|
583
|
+
"acquisition": "Dye Vendor",
|
|
584
|
+
"consolidationType": "A",
|
|
585
|
+
"legacyItemID": 5793
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"stainID": 66,
|
|
589
|
+
"name": "Ceruleum Blue",
|
|
590
|
+
"hex": "#4f5766",
|
|
591
|
+
"category": "Blues",
|
|
592
|
+
"acquisition": "Dye Vendor",
|
|
593
|
+
"consolidationType": "A",
|
|
594
|
+
"legacyItemID": 5794
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"stainID": 67,
|
|
598
|
+
"name": "Woad Blue",
|
|
599
|
+
"hex": "#2f3851",
|
|
600
|
+
"category": "Blues",
|
|
601
|
+
"acquisition": "Dye Vendor",
|
|
602
|
+
"consolidationType": "A",
|
|
603
|
+
"legacyItemID": 5795
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"stainID": 68,
|
|
607
|
+
"name": "Ink Blue",
|
|
608
|
+
"hex": "#1a1f27",
|
|
609
|
+
"category": "Blues",
|
|
610
|
+
"acquisition": "Dye Vendor",
|
|
611
|
+
"consolidationType": "A",
|
|
612
|
+
"legacyItemID": 5796
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"stainID": 69,
|
|
616
|
+
"name": "Raptor Blue",
|
|
617
|
+
"hex": "#5b7fc0",
|
|
618
|
+
"category": "Blues",
|
|
619
|
+
"acquisition": "Dye Vendor",
|
|
620
|
+
"consolidationType": "A",
|
|
621
|
+
"legacyItemID": 5797
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"stainID": 70,
|
|
625
|
+
"name": "Othard Blue",
|
|
626
|
+
"hex": "#2f5889",
|
|
627
|
+
"category": "Blues",
|
|
628
|
+
"acquisition": "Dye Vendor",
|
|
629
|
+
"consolidationType": "A",
|
|
630
|
+
"legacyItemID": 5798
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"stainID": 71,
|
|
634
|
+
"name": "Storm Blue",
|
|
635
|
+
"hex": "#234172",
|
|
636
|
+
"category": "Blues",
|
|
637
|
+
"acquisition": "Dye Vendor",
|
|
638
|
+
"consolidationType": "A",
|
|
639
|
+
"legacyItemID": 5799
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"stainID": 72,
|
|
643
|
+
"name": "Void Blue",
|
|
644
|
+
"hex": "#112944",
|
|
645
|
+
"category": "Blues",
|
|
646
|
+
"acquisition": "Dye Vendor",
|
|
647
|
+
"consolidationType": "A",
|
|
648
|
+
"legacyItemID": 5800
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"stainID": 73,
|
|
652
|
+
"name": "Royal Blue",
|
|
653
|
+
"hex": "#273067",
|
|
654
|
+
"category": "Blues",
|
|
655
|
+
"acquisition": "Dye Vendor",
|
|
656
|
+
"consolidationType": "A",
|
|
657
|
+
"legacyItemID": 5801
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"stainID": 74,
|
|
661
|
+
"name": "Midnight Blue",
|
|
662
|
+
"hex": "#181937",
|
|
663
|
+
"category": "Blues",
|
|
664
|
+
"acquisition": "Dye Vendor",
|
|
665
|
+
"consolidationType": "A",
|
|
666
|
+
"legacyItemID": 5802
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"stainID": 75,
|
|
670
|
+
"name": "Shadow Blue",
|
|
671
|
+
"hex": "#373747",
|
|
672
|
+
"category": "Blues",
|
|
673
|
+
"acquisition": "Dye Vendor",
|
|
674
|
+
"consolidationType": "A",
|
|
675
|
+
"legacyItemID": 5803
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"stainID": 76,
|
|
679
|
+
"name": "Abyssal Blue",
|
|
680
|
+
"hex": "#312d57",
|
|
681
|
+
"category": "Blues",
|
|
682
|
+
"acquisition": "Dye Vendor",
|
|
683
|
+
"consolidationType": "A",
|
|
684
|
+
"legacyItemID": 5804
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"stainID": 77,
|
|
688
|
+
"name": "Lavender Purple",
|
|
689
|
+
"hex": "#877fae",
|
|
690
|
+
"category": "Purples",
|
|
691
|
+
"acquisition": "Dye Vendor",
|
|
692
|
+
"consolidationType": "A",
|
|
693
|
+
"legacyItemID": 5805
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"stainID": 78,
|
|
697
|
+
"name": "Gloom Purple",
|
|
698
|
+
"hex": "#514560",
|
|
699
|
+
"category": "Purples",
|
|
700
|
+
"acquisition": "Dye Vendor",
|
|
701
|
+
"consolidationType": "A",
|
|
702
|
+
"legacyItemID": 5806
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"stainID": 79,
|
|
706
|
+
"name": "Currant Purple",
|
|
707
|
+
"hex": "#322c3b",
|
|
708
|
+
"category": "Purples",
|
|
709
|
+
"acquisition": "Dye Vendor",
|
|
710
|
+
"consolidationType": "A",
|
|
711
|
+
"legacyItemID": 5807
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"stainID": 80,
|
|
715
|
+
"name": "Iris Purple",
|
|
716
|
+
"hex": "#b79ebc",
|
|
717
|
+
"category": "Purples",
|
|
718
|
+
"acquisition": "Dye Vendor",
|
|
719
|
+
"consolidationType": "A",
|
|
720
|
+
"legacyItemID": 5808
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"stainID": 81,
|
|
724
|
+
"name": "Grape Purple",
|
|
725
|
+
"hex": "#3b2a3d",
|
|
726
|
+
"category": "Purples",
|
|
727
|
+
"acquisition": "Dye Vendor",
|
|
728
|
+
"consolidationType": "A",
|
|
729
|
+
"legacyItemID": 5809
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"stainID": 82,
|
|
733
|
+
"name": "Lotus Pink",
|
|
734
|
+
"hex": "#fecef5",
|
|
735
|
+
"category": "Purples",
|
|
736
|
+
"acquisition": "Dye Vendor",
|
|
737
|
+
"consolidationType": "A",
|
|
738
|
+
"legacyItemID": 5810
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"stainID": 83,
|
|
742
|
+
"name": "Colibri Pink",
|
|
743
|
+
"hex": "#dc9bca",
|
|
744
|
+
"category": "Purples",
|
|
745
|
+
"acquisition": "Dye Vendor",
|
|
746
|
+
"consolidationType": "A",
|
|
747
|
+
"legacyItemID": 5811
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"stainID": 84,
|
|
751
|
+
"name": "Plum Purple",
|
|
752
|
+
"hex": "#79526c",
|
|
753
|
+
"category": "Purples",
|
|
754
|
+
"acquisition": "Dye Vendor",
|
|
755
|
+
"consolidationType": "A",
|
|
756
|
+
"legacyItemID": 5812
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"stainID": 85,
|
|
760
|
+
"name": "Regal Purple",
|
|
761
|
+
"hex": "#66304e",
|
|
762
|
+
"category": "Purples",
|
|
763
|
+
"acquisition": "Dye Vendor",
|
|
764
|
+
"consolidationType": "A",
|
|
765
|
+
"legacyItemID": 5813
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"stainID": 86,
|
|
769
|
+
"name": "Ruby Red",
|
|
770
|
+
"hex": "#e2000e",
|
|
771
|
+
"category": "Reds",
|
|
772
|
+
"acquisition": "The Firmament",
|
|
773
|
+
"consolidationType": "B",
|
|
774
|
+
"legacyItemID": 30116
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"stainID": 87,
|
|
778
|
+
"name": "Cherry Pink",
|
|
779
|
+
"hex": "#f43195",
|
|
780
|
+
"category": "Reds",
|
|
781
|
+
"acquisition": "The Firmament",
|
|
782
|
+
"consolidationType": "B",
|
|
783
|
+
"legacyItemID": 30117
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"stainID": 88,
|
|
787
|
+
"name": "Canary Yellow",
|
|
788
|
+
"hex": "#fef75d",
|
|
789
|
+
"category": "Yellows",
|
|
790
|
+
"acquisition": "The Firmament",
|
|
791
|
+
"consolidationType": "B",
|
|
792
|
+
"legacyItemID": 30118
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"stainID": 89,
|
|
796
|
+
"name": "Vanilla Yellow",
|
|
797
|
+
"hex": "#fbf0af",
|
|
798
|
+
"category": "Yellows",
|
|
799
|
+
"acquisition": "The Firmament",
|
|
800
|
+
"consolidationType": "B",
|
|
801
|
+
"legacyItemID": 30119
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"stainID": 90,
|
|
805
|
+
"name": "Dragoon Blue",
|
|
806
|
+
"hex": "#000b9d",
|
|
807
|
+
"category": "Blues",
|
|
808
|
+
"acquisition": "The Firmament",
|
|
809
|
+
"consolidationType": "B",
|
|
810
|
+
"legacyItemID": 30120
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"stainID": 91,
|
|
814
|
+
"name": "Turquoise Blue",
|
|
815
|
+
"hex": "#03aaca",
|
|
816
|
+
"category": "Blues",
|
|
817
|
+
"acquisition": "The Firmament",
|
|
818
|
+
"consolidationType": "B",
|
|
819
|
+
"legacyItemID": 30121
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"stainID": 92,
|
|
823
|
+
"name": "Gunmetal Black",
|
|
824
|
+
"hex": "#181820",
|
|
825
|
+
"category": "Special",
|
|
826
|
+
"acquisition": "The Firmament",
|
|
827
|
+
"consolidationType": "B",
|
|
828
|
+
"legacyItemID": 30122
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"stainID": 93,
|
|
832
|
+
"name": "Pearl White",
|
|
833
|
+
"hex": "#bfb4a3",
|
|
834
|
+
"category": "Special",
|
|
835
|
+
"acquisition": "The Firmament",
|
|
836
|
+
"consolidationType": "B",
|
|
837
|
+
"legacyItemID": 30123
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"stainID": 94,
|
|
841
|
+
"name": "Metallic Brass",
|
|
842
|
+
"hex": "#e9c06f",
|
|
843
|
+
"category": "Special",
|
|
844
|
+
"acquisition": "The Firmament",
|
|
845
|
+
"consolidationType": "B",
|
|
846
|
+
"legacyItemID": 30124
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"stainID": 95,
|
|
850
|
+
"name": "Carmine Red",
|
|
851
|
+
"hex": "#e50b18",
|
|
852
|
+
"category": "Reds",
|
|
853
|
+
"acquisition": "Cosmic Exploration",
|
|
854
|
+
"consolidationType": "C",
|
|
855
|
+
"legacyItemID": 48227
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"stainID": 96,
|
|
859
|
+
"name": "Neon Pink",
|
|
860
|
+
"hex": "#f61296",
|
|
861
|
+
"category": "Reds",
|
|
862
|
+
"acquisition": "Cosmic Exploration",
|
|
863
|
+
"consolidationType": "C",
|
|
864
|
+
"legacyItemID": 48163
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"stainID": 97,
|
|
868
|
+
"name": "Bright Orange",
|
|
869
|
+
"hex": "#f95513",
|
|
870
|
+
"category": "Browns",
|
|
871
|
+
"acquisition": "Cosmic Exploration",
|
|
872
|
+
"consolidationType": "C",
|
|
873
|
+
"legacyItemID": 48164
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"stainID": 98,
|
|
877
|
+
"name": "Neon Yellow",
|
|
878
|
+
"hex": "#e0e90b",
|
|
879
|
+
"category": "Yellows",
|
|
880
|
+
"acquisition": "Cosmic Exploration",
|
|
881
|
+
"consolidationType": "C",
|
|
882
|
+
"legacyItemID": 48166
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"stainID": 99,
|
|
886
|
+
"name": "Neon Green",
|
|
887
|
+
"hex": "#baf913",
|
|
888
|
+
"category": "Greens",
|
|
889
|
+
"acquisition": "Cosmic Exploration",
|
|
890
|
+
"consolidationType": "C",
|
|
891
|
+
"legacyItemID": 48165
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"stainID": 100,
|
|
895
|
+
"name": "Azure Blue",
|
|
896
|
+
"hex": "#4056a4",
|
|
897
|
+
"category": "Blues",
|
|
898
|
+
"acquisition": "Cosmic Exploration",
|
|
899
|
+
"consolidationType": "C",
|
|
900
|
+
"legacyItemID": 48168
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"stainID": 101,
|
|
904
|
+
"name": "Pure White",
|
|
905
|
+
"hex": "#f9f8f4",
|
|
906
|
+
"category": "Special",
|
|
907
|
+
"acquisition": "Venture Coffers",
|
|
908
|
+
"consolidationType": null,
|
|
909
|
+
"legacyItemID": 13114
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"stainID": 102,
|
|
913
|
+
"name": "Jet Black",
|
|
914
|
+
"hex": "#1e1e1e",
|
|
915
|
+
"category": "Special",
|
|
916
|
+
"acquisition": "Venture Coffers",
|
|
917
|
+
"consolidationType": null,
|
|
918
|
+
"legacyItemID": 13115
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"stainID": 103,
|
|
922
|
+
"name": "Pastel Pink",
|
|
923
|
+
"hex": "#fdc8c6",
|
|
924
|
+
"category": "Special",
|
|
925
|
+
"acquisition": "Venture Coffers",
|
|
926
|
+
"consolidationType": null,
|
|
927
|
+
"legacyItemID": 13708
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"stainID": 104,
|
|
931
|
+
"name": "Dark Red",
|
|
932
|
+
"hex": "#321919",
|
|
933
|
+
"category": "Special",
|
|
934
|
+
"acquisition": "Venture Coffers",
|
|
935
|
+
"consolidationType": null,
|
|
936
|
+
"legacyItemID": 13709
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"stainID": 105,
|
|
940
|
+
"name": "Dark Brown",
|
|
941
|
+
"hex": "#28211c",
|
|
942
|
+
"category": "Special",
|
|
943
|
+
"acquisition": "Venture Coffers",
|
|
944
|
+
"consolidationType": null,
|
|
945
|
+
"legacyItemID": 13710
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"stainID": 106,
|
|
949
|
+
"name": "Pastel Green",
|
|
950
|
+
"hex": "#bacfaa",
|
|
951
|
+
"category": "Special",
|
|
952
|
+
"acquisition": "Venture Coffers",
|
|
953
|
+
"consolidationType": null,
|
|
954
|
+
"legacyItemID": 13711
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"stainID": 107,
|
|
958
|
+
"name": "Dark Green",
|
|
959
|
+
"hex": "#152c2c",
|
|
960
|
+
"category": "Special",
|
|
961
|
+
"acquisition": "Venture Coffers",
|
|
962
|
+
"consolidationType": null,
|
|
963
|
+
"legacyItemID": 13712
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"stainID": 108,
|
|
967
|
+
"name": "Pastel Blue",
|
|
968
|
+
"hex": "#96a4d9",
|
|
969
|
+
"category": "Special",
|
|
970
|
+
"acquisition": "Venture Coffers",
|
|
971
|
+
"consolidationType": null,
|
|
972
|
+
"legacyItemID": 13713
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"stainID": 109,
|
|
976
|
+
"name": "Dark Blue",
|
|
977
|
+
"hex": "#121f2d",
|
|
978
|
+
"category": "Special",
|
|
979
|
+
"acquisition": "Venture Coffers",
|
|
980
|
+
"consolidationType": null,
|
|
981
|
+
"legacyItemID": 13714
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"stainID": 110,
|
|
985
|
+
"name": "Pastel Purple",
|
|
986
|
+
"hex": "#bbb5da",
|
|
987
|
+
"category": "Special",
|
|
988
|
+
"acquisition": "Venture Coffers",
|
|
989
|
+
"consolidationType": null,
|
|
990
|
+
"legacyItemID": 13715
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"stainID": 111,
|
|
994
|
+
"name": "Dark Purple",
|
|
995
|
+
"hex": "#232026",
|
|
996
|
+
"category": "Special",
|
|
997
|
+
"acquisition": "Venture Coffers",
|
|
998
|
+
"consolidationType": null,
|
|
999
|
+
"legacyItemID": 13716
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"stainID": 112,
|
|
1003
|
+
"name": "Metallic Silver",
|
|
1004
|
+
"hex": "#a7a7a7",
|
|
1005
|
+
"category": "Special",
|
|
1006
|
+
"acquisition": "Venture Coffers",
|
|
1007
|
+
"consolidationType": null,
|
|
1008
|
+
"legacyItemID": 13116
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"stainID": 113,
|
|
1012
|
+
"name": "Metallic Gold",
|
|
1013
|
+
"hex": "#ede63d",
|
|
1014
|
+
"category": "Special",
|
|
1015
|
+
"acquisition": "Venture Coffers",
|
|
1016
|
+
"consolidationType": null,
|
|
1017
|
+
"legacyItemID": 13117
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"stainID": 114,
|
|
1021
|
+
"name": "Metallic Red",
|
|
1022
|
+
"hex": "#b61d4b",
|
|
1023
|
+
"category": "Special",
|
|
1024
|
+
"acquisition": "Venture Coffers",
|
|
1025
|
+
"consolidationType": null,
|
|
1026
|
+
"legacyItemID": 13717
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"stainID": 115,
|
|
1030
|
+
"name": "Metallic Orange",
|
|
1031
|
+
"hex": "#e48c2f",
|
|
1032
|
+
"category": "Special",
|
|
1033
|
+
"acquisition": "Venture Coffers",
|
|
1034
|
+
"consolidationType": null,
|
|
1035
|
+
"legacyItemID": 13718
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"stainID": 116,
|
|
1039
|
+
"name": "Metallic Yellow",
|
|
1040
|
+
"hex": "#f4da46",
|
|
1041
|
+
"category": "Special",
|
|
1042
|
+
"acquisition": "Venture Coffers",
|
|
1043
|
+
"consolidationType": null,
|
|
1044
|
+
"legacyItemID": 13719
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"stainID": 117,
|
|
1048
|
+
"name": "Metallic Green",
|
|
1049
|
+
"hex": "#22a757",
|
|
1050
|
+
"category": "Special",
|
|
1051
|
+
"acquisition": "Venture Coffers",
|
|
1052
|
+
"consolidationType": null,
|
|
1053
|
+
"legacyItemID": 13720
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"stainID": 118,
|
|
1057
|
+
"name": "Metallic Sky Blue",
|
|
1058
|
+
"hex": "#49f8fd",
|
|
1059
|
+
"category": "Special",
|
|
1060
|
+
"acquisition": "Venture Coffers",
|
|
1061
|
+
"consolidationType": null,
|
|
1062
|
+
"legacyItemID": 13721
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"stainID": 119,
|
|
1066
|
+
"name": "Metallic Blue",
|
|
1067
|
+
"hex": "#5052d9",
|
|
1068
|
+
"category": "Special",
|
|
1069
|
+
"acquisition": "Venture Coffers",
|
|
1070
|
+
"consolidationType": null,
|
|
1071
|
+
"legacyItemID": 13722
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"stainID": 120,
|
|
1075
|
+
"name": "Metallic Purple",
|
|
1076
|
+
"hex": "#d361ff",
|
|
1077
|
+
"category": "Special",
|
|
1078
|
+
"acquisition": "Venture Coffers",
|
|
1079
|
+
"consolidationType": null,
|
|
1080
|
+
"legacyItemID": 13723
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"stainID": 121,
|
|
1084
|
+
"name": "Violet Purple",
|
|
1085
|
+
"hex": "#6f5aa2",
|
|
1086
|
+
"category": "Purples",
|
|
1087
|
+
"acquisition": "Cosmic Exploration",
|
|
1088
|
+
"consolidationType": "C",
|
|
1089
|
+
"legacyItemID": 48167
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"stainID": 122,
|
|
1093
|
+
"name": "Metallic Pink",
|
|
1094
|
+
"hex": "#ffa1c2",
|
|
1095
|
+
"category": "Special",
|
|
1096
|
+
"acquisition": "Cosmic Exploration",
|
|
1097
|
+
"consolidationType": "C",
|
|
1098
|
+
"legacyItemID": 48169
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"stainID": 123,
|
|
1102
|
+
"name": "Metallic Ruby Red",
|
|
1103
|
+
"hex": "#470103",
|
|
1104
|
+
"category": "Special",
|
|
1105
|
+
"acquisition": "Cosmic Exploration",
|
|
1106
|
+
"consolidationType": "C",
|
|
1107
|
+
"legacyItemID": 48170
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"stainID": 124,
|
|
1111
|
+
"name": "Metallic Cobalt Green",
|
|
1112
|
+
"hex": "#28847f",
|
|
1113
|
+
"category": "Special",
|
|
1114
|
+
"acquisition": "Cosmic Exploration",
|
|
1115
|
+
"consolidationType": "C",
|
|
1116
|
+
"legacyItemID": 48171
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"stainID": 125,
|
|
1120
|
+
"name": "Metallic Dark Blue",
|
|
1121
|
+
"hex": "#120445",
|
|
1122
|
+
"category": "Special",
|
|
1123
|
+
"acquisition": "Cosmic Exploration",
|
|
1124
|
+
"consolidationType": "C",
|
|
1125
|
+
"legacyItemID": 48172
|
|
1126
|
+
}
|
|
1127
|
+
]
|