@xivdyetools/core 2.3.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/LICENSE +3 -12
  2. package/dist/config/consolidated-ids.d.ts +39 -5
  3. package/dist/config/consolidated-ids.d.ts.map +1 -1
  4. package/dist/config/consolidated-ids.js +64 -6
  5. package/dist/config/consolidated-ids.js.map +1 -1
  6. package/dist/constants/index.d.ts +1 -12
  7. package/dist/constants/index.d.ts.map +1 -1
  8. package/dist/data/colors_xiv.json +161 -161
  9. package/dist/data/locales/de.json +1 -1
  10. package/dist/data/locales/en.json +1 -1
  11. package/dist/data/locales/fr.json +1 -1
  12. package/dist/data/locales/ja.json +1 -1
  13. package/dist/data/locales/ko.json +1 -1
  14. package/dist/data/locales/zh.json +1 -1
  15. package/dist/index.d.ts +3 -1
  16. package/dist/index.d.ts.map +1 -1
  17. package/dist/index.js +3 -1
  18. package/dist/index.js.map +1 -1
  19. package/dist/services/CharacterColorService.js.map +1 -1
  20. package/dist/services/color/ColorConverter.d.ts +0 -34
  21. package/dist/services/color/ColorConverter.d.ts.map +1 -1
  22. package/dist/services/color/RybColorMixer.d.ts +0 -47
  23. package/dist/services/color/RybColorMixer.d.ts.map +1 -1
  24. package/dist/services/dye/DyeDatabase.d.ts +1 -43
  25. package/dist/services/dye/DyeDatabase.d.ts.map +1 -1
  26. package/dist/services/dye/DyeDatabase.js.map +1 -1
  27. package/dist/services/dye/DyeFilter.d.ts +41 -0
  28. package/dist/services/dye/DyeFilter.d.ts.map +1 -0
  29. package/dist/services/dye/DyeFilter.js +86 -0
  30. package/dist/services/dye/DyeFilter.js.map +1 -0
  31. package/dist/utils/index.d.ts +0 -294
  32. package/dist/utils/index.d.ts.map +1 -1
  33. package/dist/version.d.ts +1 -1
  34. package/dist/version.js +1 -1
  35. package/package.json +6 -6
@@ -4,7 +4,7 @@
4
4
  "category": "Neutral",
5
5
  "name": "Snow White",
6
6
  "hex": "#e4dfd0",
7
- "acquisition": "Ixali Vendor",
7
+ "acquisition": "Dye Vendor",
8
8
  "price": 216,
9
9
  "currency": "Gil",
10
10
  "rgb": {
@@ -31,7 +31,7 @@
31
31
  "name": "Ash Grey",
32
32
  "hex": "#aca8a2",
33
33
  "acquisition": "Dye Vendor",
34
- "price": 40,
34
+ "price": 216,
35
35
  "currency": "Gil",
36
36
  "rgb": {
37
37
  "r": 172,
@@ -57,7 +57,7 @@
57
57
  "name": "Goobbue Grey",
58
58
  "hex": "#898784",
59
59
  "acquisition": "Dye Vendor",
60
- "price": 40,
60
+ "price": 216,
61
61
  "currency": "Gil",
62
62
  "rgb": {
63
63
  "r": 137,
@@ -134,7 +134,7 @@
134
134
  "category": "Neutral",
135
135
  "name": "Soot Black",
136
136
  "hex": "#2b2923",
137
- "acquisition": "Ixali Vendor",
137
+ "acquisition": "Dye Vendor",
138
138
  "price": 216,
139
139
  "currency": "Gil",
140
140
  "rgb": {
@@ -161,7 +161,7 @@
161
161
  "name": "Rose Pink",
162
162
  "hex": "#e69f96",
163
163
  "acquisition": "Dye Vendor",
164
- "price": 40,
164
+ "price": 216,
165
165
  "currency": "Gil",
166
166
  "rgb": {
167
167
  "r": 230,
@@ -186,7 +186,7 @@
186
186
  "category": "Reds",
187
187
  "name": "Lilac Purple",
188
188
  "hex": "#836969",
189
- "acquisition": "Sahagin Vendor",
189
+ "acquisition": "Dye Vendor",
190
190
  "price": 216,
191
191
  "currency": "Gil",
192
192
  "rgb": {
@@ -238,9 +238,9 @@
238
238
  "category": "Reds",
239
239
  "name": "Dalamud Red",
240
240
  "hex": "#781a1a",
241
- "acquisition": "Crafting",
242
- "price": 1,
243
- "currency": "Red Pigment",
241
+ "acquisition": "Dye Vendor",
242
+ "price": 216,
243
+ "currency": "Gil",
244
244
  "rgb": {
245
245
  "r": 120,
246
246
  "g": 26,
@@ -290,9 +290,9 @@
290
290
  "category": "Reds",
291
291
  "name": "Wine Red",
292
292
  "hex": "#451511",
293
- "acquisition": "Crafting",
294
- "price": 1,
295
- "currency": "Red Pigment",
293
+ "acquisition": "Dye Vendor",
294
+ "price": 216,
295
+ "currency": "Gil",
296
296
  "rgb": {
297
297
  "r": 69,
298
298
  "g": 21,
@@ -316,8 +316,8 @@
316
316
  "category": "Reds",
317
317
  "name": "Coral Pink",
318
318
  "hex": "#cc6c5e",
319
- "acquisition": "Sahagin Vendor",
320
- "price": 334,
319
+ "acquisition": "Dye Vendor",
320
+ "price": 216,
321
321
  "currency": "Gil",
322
322
  "rgb": {
323
323
  "r": 204,
@@ -343,7 +343,7 @@
343
343
  "name": "Blood Red",
344
344
  "hex": "#913b27",
345
345
  "acquisition": "Dye Vendor",
346
- "price": 40,
346
+ "price": 216,
347
347
  "currency": "Gil",
348
348
  "rgb": {
349
349
  "r": 145,
@@ -369,7 +369,7 @@
369
369
  "name": "Salmon Pink",
370
370
  "hex": "#e4aa8a",
371
371
  "acquisition": "Dye Vendor",
372
- "price": 40,
372
+ "price": 216,
373
373
  "currency": "Gil",
374
374
  "rgb": {
375
375
  "r": 228,
@@ -394,9 +394,9 @@
394
394
  "category": "Browns",
395
395
  "name": "Sunset Orange",
396
396
  "hex": "#b75c2d",
397
- "acquisition": "Crafting",
398
- "price": 1,
399
- "currency": "Brown Pigment",
397
+ "acquisition": "Dye Vendor",
398
+ "price": 216,
399
+ "currency": "Gil",
400
400
  "rgb": {
401
401
  "r": 183,
402
402
  "g": 92,
@@ -447,7 +447,7 @@
447
447
  "name": "Bark Brown",
448
448
  "hex": "#6a4b37",
449
449
  "acquisition": "Dye Vendor",
450
- "price": 40,
450
+ "price": 216,
451
451
  "currency": "Gil",
452
452
  "rgb": {
453
453
  "r": 106,
@@ -524,9 +524,9 @@
524
524
  "category": "Browns",
525
525
  "name": "Kobold Brown",
526
526
  "hex": "#30211b",
527
- "acquisition": "Crafting",
528
- "price": 1,
529
- "currency": "Brown Pigment",
527
+ "acquisition": "Dye Vendor",
528
+ "price": 216,
529
+ "currency": "Gil",
530
530
  "rgb": {
531
531
  "r": 48,
532
532
  "g": 33,
@@ -550,8 +550,8 @@
550
550
  "category": "Browns",
551
551
  "name": "Cork Brown",
552
552
  "hex": "#c99156",
553
- "acquisition": "Kobold Vendor",
554
- "price": 334,
553
+ "acquisition": "Dye Vendor",
554
+ "price": 216,
555
555
  "currency": "Gil",
556
556
  "rgb": {
557
557
  "r": 201,
@@ -576,8 +576,8 @@
576
576
  "category": "Browns",
577
577
  "name": "Qiqirn Brown",
578
578
  "hex": "#996e3f",
579
- "acquisition": "Sylphic Vendor",
580
- "price": 334,
579
+ "acquisition": "Dye Vendor",
580
+ "price": 216,
581
581
  "currency": "Gil",
582
582
  "rgb": {
583
583
  "r": 153,
@@ -603,7 +603,7 @@
603
603
  "name": "Opo-Opo Brown",
604
604
  "hex": "#7b5c2d",
605
605
  "acquisition": "Dye Vendor",
606
- "price": 40,
606
+ "price": 216,
607
607
  "currency": "Gil",
608
608
  "rgb": {
609
609
  "r": 123,
@@ -628,7 +628,7 @@
628
628
  "category": "Browns",
629
629
  "name": "Aldgoat Brown",
630
630
  "hex": "#a2875c",
631
- "acquisition": "Sylphic Vendor",
631
+ "acquisition": "Dye Vendor",
632
632
  "price": 216,
633
633
  "currency": "Gil",
634
634
  "rgb": {
@@ -654,9 +654,9 @@
654
654
  "category": "Browns",
655
655
  "name": "Pumpkin Orange",
656
656
  "hex": "#c57424",
657
- "acquisition": "Crafting",
658
- "price": 1,
659
- "currency": "Brown Pigment",
657
+ "acquisition": "Dye Vendor",
658
+ "price": 216,
659
+ "currency": "Gil",
660
660
  "rgb": {
661
661
  "r": 197,
662
662
  "g": 116,
@@ -680,8 +680,8 @@
680
680
  "category": "Browns",
681
681
  "name": "Acorn Brown",
682
682
  "hex": "#8e581b",
683
- "acquisition": "Sylphic Vendor",
684
- "price": 334,
683
+ "acquisition": "Dye Vendor",
684
+ "price": 216,
685
685
  "currency": "Gil",
686
686
  "rgb": {
687
687
  "r": 142,
@@ -707,7 +707,7 @@
707
707
  "name": "Orchard Brown",
708
708
  "hex": "#644216",
709
709
  "acquisition": "Dye Vendor",
710
- "price": 40,
710
+ "price": 216,
711
711
  "currency": "Gil",
712
712
  "rgb": {
713
713
  "r": 100,
@@ -758,8 +758,8 @@
758
758
  "category": "Browns",
759
759
  "name": "Gobbiebag Brown",
760
760
  "hex": "#b9a489",
761
- "acquisition": "Kobold Vendor",
762
- "price": 334,
761
+ "acquisition": "Dye Vendor",
762
+ "price": 216,
763
763
  "currency": "Gil",
764
764
  "rgb": {
765
765
  "r": 185,
@@ -784,7 +784,7 @@
784
784
  "category": "Browns",
785
785
  "name": "Shale Brown",
786
786
  "hex": "#92816c",
787
- "acquisition": "Sylphic Vendor",
787
+ "acquisition": "Dye Vendor",
788
788
  "price": 216,
789
789
  "currency": "Gil",
790
790
  "rgb": {
@@ -811,7 +811,7 @@
811
811
  "name": "Mole Brown",
812
812
  "hex": "#615245",
813
813
  "acquisition": "Dye Vendor",
814
- "price": 40,
814
+ "price": 216,
815
815
  "currency": "Gil",
816
816
  "rgb": {
817
817
  "r": 97,
@@ -836,9 +836,9 @@
836
836
  "category": "Browns",
837
837
  "name": "Loam Brown",
838
838
  "hex": "#3f3329",
839
- "acquisition": "Crafting",
840
- "price": 1,
841
- "currency": "Brown Pigment",
839
+ "acquisition": "Dye Vendor",
840
+ "price": 216,
841
+ "currency": "Gil",
842
842
  "rgb": {
843
843
  "r": 63,
844
844
  "g": 51,
@@ -863,7 +863,7 @@
863
863
  "name": "Bone White",
864
864
  "hex": "#ebd3a0",
865
865
  "acquisition": "Dye Vendor",
866
- "price": 40,
866
+ "price": 216,
867
867
  "currency": "Gil",
868
868
  "rgb": {
869
869
  "r": 235,
@@ -888,7 +888,7 @@
888
888
  "category": "Yellows",
889
889
  "name": "Ul Brown",
890
890
  "hex": "#b7a370",
891
- "acquisition": "Kobold Vendor",
891
+ "acquisition": "Dye Vendor",
892
892
  "price": 216,
893
893
  "currency": "Gil",
894
894
  "rgb": {
@@ -940,9 +940,9 @@
940
940
  "category": "Yellows",
941
941
  "name": "Honey Yellow",
942
942
  "hex": "#fac62b",
943
- "acquisition": "Crafting",
944
- "price": 1,
945
- "currency": "Yellow Pigment",
943
+ "acquisition": "Dye Vendor",
944
+ "price": 216,
945
+ "currency": "Gil",
946
946
  "rgb": {
947
947
  "r": 250,
948
948
  "g": 198,
@@ -966,9 +966,9 @@
966
966
  "category": "Yellows",
967
967
  "name": "Millioncorn Yellow",
968
968
  "hex": "#e49e34",
969
- "acquisition": "Crafting",
970
- "price": 1,
971
- "currency": "Yellow Pigment",
969
+ "acquisition": "Dye Vendor",
970
+ "price": 216,
971
+ "currency": "Gil",
972
972
  "rgb": {
973
973
  "r": 228,
974
974
  "g": 158,
@@ -992,7 +992,7 @@
992
992
  "category": "Yellows",
993
993
  "name": "Coeurl Yellow",
994
994
  "hex": "#bc8804",
995
- "acquisition": "Amalj'aa Vendor",
995
+ "acquisition": "Dye Vendor",
996
996
  "price": 216,
997
997
  "currency": "Gil",
998
998
  "rgb": {
@@ -1045,7 +1045,7 @@
1045
1045
  "name": "Halatali Yellow",
1046
1046
  "hex": "#a58430",
1047
1047
  "acquisition": "Dye Vendor",
1048
- "price": 40,
1048
+ "price": 216,
1049
1049
  "currency": "Gil",
1050
1050
  "rgb": {
1051
1051
  "r": 165,
@@ -1070,8 +1070,8 @@
1070
1070
  "category": "Yellows",
1071
1071
  "name": "Raisin Brown",
1072
1072
  "hex": "#403311",
1073
- "acquisition": "Amalj'aa Vendor",
1074
- "price": 334,
1073
+ "acquisition": "Dye Vendor",
1074
+ "price": 216,
1075
1075
  "currency": "Gil",
1076
1076
  "rgb": {
1077
1077
  "r": 64,
@@ -1097,7 +1097,7 @@
1097
1097
  "name": "Mud Green",
1098
1098
  "hex": "#585230",
1099
1099
  "acquisition": "Dye Vendor",
1100
- "price": 40,
1100
+ "price": 216,
1101
1101
  "currency": "Gil",
1102
1102
  "rgb": {
1103
1103
  "r": 88,
@@ -1122,7 +1122,7 @@
1122
1122
  "category": "Greens",
1123
1123
  "name": "Sylph Green",
1124
1124
  "hex": "#bbbb8a",
1125
- "acquisition": "Kobold Vendor",
1125
+ "acquisition": "Dye Vendor",
1126
1126
  "price": 216,
1127
1127
  "currency": "Gil",
1128
1128
  "rgb": {
@@ -1148,7 +1148,7 @@
1148
1148
  "category": "Greens",
1149
1149
  "name": "Lime Green",
1150
1150
  "hex": "#abb054",
1151
- "acquisition": "Sylphic Vendor",
1151
+ "acquisition": "Dye Vendor",
1152
1152
  "price": 216,
1153
1153
  "currency": "Gil",
1154
1154
  "rgb": {
@@ -1175,7 +1175,7 @@
1175
1175
  "name": "Moss Green",
1176
1176
  "hex": "#707326",
1177
1177
  "acquisition": "Dye Vendor",
1178
- "price": 40,
1178
+ "price": 216,
1179
1179
  "currency": "Gil",
1180
1180
  "rgb": {
1181
1181
  "r": 112,
@@ -1200,7 +1200,7 @@
1200
1200
  "category": "Greens",
1201
1201
  "name": "Meadow Green",
1202
1202
  "hex": "#8b9c63",
1203
- "acquisition": "Kobold Vendor",
1203
+ "acquisition": "Dye Vendor",
1204
1204
  "price": 216,
1205
1205
  "currency": "Gil",
1206
1206
  "rgb": {
@@ -1252,7 +1252,7 @@
1252
1252
  "category": "Greens",
1253
1253
  "name": "Marsh Green",
1254
1254
  "hex": "#323621",
1255
- "acquisition": "Sylphic Vendor",
1255
+ "acquisition": "Dye Vendor",
1256
1256
  "price": 216,
1257
1257
  "currency": "Gil",
1258
1258
  "rgb": {
@@ -1278,8 +1278,8 @@
1278
1278
  "category": "Greens",
1279
1279
  "name": "Apple Green",
1280
1280
  "hex": "#9bb363",
1281
- "acquisition": "Kobold Vendor",
1282
- "price": 334,
1281
+ "acquisition": "Dye Vendor",
1282
+ "price": 216,
1283
1283
  "currency": "Gil",
1284
1284
  "rgb": {
1285
1285
  "r": 155,
@@ -1304,8 +1304,8 @@
1304
1304
  "category": "Greens",
1305
1305
  "name": "Cactuar Green",
1306
1306
  "hex": "#658241",
1307
- "acquisition": "Sylphic Vendor",
1308
- "price": 334,
1307
+ "acquisition": "Dye Vendor",
1308
+ "price": 216,
1309
1309
  "currency": "Gil",
1310
1310
  "rgb": {
1311
1311
  "r": 101,
@@ -1330,7 +1330,7 @@
1330
1330
  "category": "Greens",
1331
1331
  "name": "Hunter Green",
1332
1332
  "hex": "#284b2c",
1333
- "acquisition": "Ixali Vendor",
1333
+ "acquisition": "Dye Vendor",
1334
1334
  "price": 216,
1335
1335
  "currency": "Gil",
1336
1336
  "rgb": {
@@ -1356,9 +1356,9 @@
1356
1356
  "category": "Greens",
1357
1357
  "name": "Ochu Green",
1358
1358
  "hex": "#406339",
1359
- "acquisition": "Crafting",
1360
- "price": 1,
1361
- "currency": "Green Pigment",
1359
+ "acquisition": "Dye Vendor",
1360
+ "price": 216,
1361
+ "currency": "Gil",
1362
1362
  "rgb": {
1363
1363
  "r": 64,
1364
1364
  "g": 99,
@@ -1382,8 +1382,8 @@
1382
1382
  "category": "Greens",
1383
1383
  "name": "Adamantoise Green",
1384
1384
  "hex": "#5f7558",
1385
- "acquisition": "Kobold Vendor",
1386
- "price": 334,
1385
+ "acquisition": "Dye Vendor",
1386
+ "price": 216,
1387
1387
  "currency": "Gil",
1388
1388
  "rgb": {
1389
1389
  "r": 95,
@@ -1434,9 +1434,9 @@
1434
1434
  "category": "Greens",
1435
1435
  "name": "Deepwood Green",
1436
1436
  "hex": "#1e2a21",
1437
- "acquisition": "Crafting",
1438
- "price": 1,
1439
- "currency": "Green Pigment",
1437
+ "acquisition": "Dye Vendor",
1438
+ "price": 216,
1439
+ "currency": "Gil",
1440
1440
  "rgb": {
1441
1441
  "r": 30,
1442
1442
  "g": 42,
@@ -1460,9 +1460,9 @@
1460
1460
  "category": "Greens",
1461
1461
  "name": "Celeste Green",
1462
1462
  "hex": "#96bdb9",
1463
- "acquisition": "Crafting",
1464
- "price": 1,
1465
- "currency": "Green Pigment",
1463
+ "acquisition": "Dye Vendor",
1464
+ "price": 216,
1465
+ "currency": "Gil",
1466
1466
  "rgb": {
1467
1467
  "r": 150,
1468
1468
  "g": 189,
@@ -1486,8 +1486,8 @@
1486
1486
  "category": "Greens",
1487
1487
  "name": "Turquoise Green",
1488
1488
  "hex": "#437272",
1489
- "acquisition": "Sylphic Vendor",
1490
- "price": 334,
1489
+ "acquisition": "Dye Vendor",
1490
+ "price": 216,
1491
1491
  "currency": "Gil",
1492
1492
  "rgb": {
1493
1493
  "r": 67,
@@ -1512,7 +1512,7 @@
1512
1512
  "category": "Greens",
1513
1513
  "name": "Morbol Green",
1514
1514
  "hex": "#1f4646",
1515
- "acquisition": "Ixali Vendor",
1515
+ "acquisition": "Dye Vendor",
1516
1516
  "price": 216,
1517
1517
  "currency": "Gil",
1518
1518
  "rgb": {
@@ -1539,7 +1539,7 @@
1539
1539
  "name": "Ice Blue",
1540
1540
  "hex": "#b2c4ce",
1541
1541
  "acquisition": "Dye Vendor",
1542
- "price": 40,
1542
+ "price": 216,
1543
1543
  "currency": "Gil",
1544
1544
  "rgb": {
1545
1545
  "r": 178,
@@ -1565,7 +1565,7 @@
1565
1565
  "name": "Sky Blue",
1566
1566
  "hex": "#83b0d2",
1567
1567
  "acquisition": "Dye Vendor",
1568
- "price": 40,
1568
+ "price": 216,
1569
1569
  "currency": "Gil",
1570
1570
  "rgb": {
1571
1571
  "r": 131,
@@ -1590,7 +1590,7 @@
1590
1590
  "category": "Blues",
1591
1591
  "name": "Seafog Blue",
1592
1592
  "hex": "#6481a0",
1593
- "acquisition": "Amalj'aa Vendor",
1593
+ "acquisition": "Dye Vendor",
1594
1594
  "price": 216,
1595
1595
  "currency": "Gil",
1596
1596
  "rgb": {
@@ -1616,8 +1616,8 @@
1616
1616
  "category": "Blues",
1617
1617
  "name": "Peacock Blue",
1618
1618
  "hex": "#3b6886",
1619
- "acquisition": "Amalj'aa Vendor",
1620
- "price": 334,
1619
+ "acquisition": "Dye Vendor",
1620
+ "price": 216,
1621
1621
  "currency": "Gil",
1622
1622
  "rgb": {
1623
1623
  "r": 59,
@@ -1642,8 +1642,8 @@
1642
1642
  "category": "Blues",
1643
1643
  "name": "Rhotano Blue",
1644
1644
  "hex": "#1c3d54",
1645
- "acquisition": "Sahagin Vendor",
1646
- "price": 334,
1645
+ "acquisition": "Dye Vendor",
1646
+ "price": 216,
1647
1647
  "currency": "Gil",
1648
1648
  "rgb": {
1649
1649
  "r": 28,
@@ -1668,7 +1668,7 @@
1668
1668
  "category": "Blues",
1669
1669
  "name": "Corpse Blue",
1670
1670
  "hex": "#8e9bac",
1671
- "acquisition": "Sahagin Vendor",
1671
+ "acquisition": "Dye Vendor",
1672
1672
  "price": 216,
1673
1673
  "currency": "Gil",
1674
1674
  "rgb": {
@@ -1695,7 +1695,7 @@
1695
1695
  "name": "Ceruleum Blue",
1696
1696
  "hex": "#4f5766",
1697
1697
  "acquisition": "Dye Vendor",
1698
- "price": 40,
1698
+ "price": 216,
1699
1699
  "currency": "Gil",
1700
1700
  "rgb": {
1701
1701
  "r": 79,
@@ -1720,9 +1720,9 @@
1720
1720
  "category": "Blues",
1721
1721
  "name": "Woad Blue",
1722
1722
  "hex": "#2f3851",
1723
- "acquisition": "Crafting",
1724
- "price": 1,
1725
- "currency": "Blue Pigment",
1723
+ "acquisition": "Dye Vendor",
1724
+ "price": 216,
1725
+ "currency": "Gil",
1726
1726
  "rgb": {
1727
1727
  "r": 47,
1728
1728
  "g": 56,
@@ -1772,7 +1772,7 @@
1772
1772
  "category": "Blues",
1773
1773
  "name": "Raptor Blue",
1774
1774
  "hex": "#5b7fc0",
1775
- "acquisition": "Amalj'aa Vendor",
1775
+ "acquisition": "Dye Vendor",
1776
1776
  "price": 216,
1777
1777
  "currency": "Gil",
1778
1778
  "rgb": {
@@ -1798,9 +1798,9 @@
1798
1798
  "category": "Blues",
1799
1799
  "name": "Othard Blue",
1800
1800
  "hex": "#2f5889",
1801
- "acquisition": "Crafting",
1802
- "price": 1,
1803
- "currency": "Blue Pigment",
1801
+ "acquisition": "Dye Vendor",
1802
+ "price": 216,
1803
+ "currency": "Gil",
1804
1804
  "rgb": {
1805
1805
  "r": 47,
1806
1806
  "g": 88,
@@ -1824,9 +1824,9 @@
1824
1824
  "category": "Blues",
1825
1825
  "name": "Storm Blue",
1826
1826
  "hex": "#234172",
1827
- "acquisition": "Crafting",
1828
- "price": 1,
1829
- "currency": "Blue Pigment",
1827
+ "acquisition": "Dye Vendor",
1828
+ "price": 216,
1829
+ "currency": "Gil",
1830
1830
  "rgb": {
1831
1831
  "r": 35,
1832
1832
  "g": 65,
@@ -1850,9 +1850,9 @@
1850
1850
  "category": "Blues",
1851
1851
  "name": "Void Blue",
1852
1852
  "hex": "#112944",
1853
- "acquisition": "Crafting",
1854
- "price": 1,
1855
- "currency": "Blue Pigment",
1853
+ "acquisition": "Dye Vendor",
1854
+ "price": 216,
1855
+ "currency": "Gil",
1856
1856
  "rgb": {
1857
1857
  "r": 17,
1858
1858
  "g": 41,
@@ -1876,7 +1876,7 @@
1876
1876
  "category": "Blues",
1877
1877
  "name": "Royal Blue",
1878
1878
  "hex": "#273067",
1879
- "acquisition": "Ixali Vendor",
1879
+ "acquisition": "Dye Vendor",
1880
1880
  "price": 216,
1881
1881
  "currency": "Gil",
1882
1882
  "rgb": {
@@ -1928,8 +1928,8 @@
1928
1928
  "category": "Blues",
1929
1929
  "name": "Shadow Blue",
1930
1930
  "hex": "#373747",
1931
- "acquisition": "Sahagin Vendor",
1932
- "price": 334,
1931
+ "acquisition": "Dye Vendor",
1932
+ "price": 216,
1933
1933
  "currency": "Gil",
1934
1934
  "rgb": {
1935
1935
  "r": 55,
@@ -1954,9 +1954,9 @@
1954
1954
  "category": "Blues",
1955
1955
  "name": "Abyssal Blue",
1956
1956
  "hex": "#312d57",
1957
- "acquisition": "Crafting",
1958
- "price": 1,
1959
- "currency": "Blue Pigment",
1957
+ "acquisition": "Dye Vendor",
1958
+ "price": 216,
1959
+ "currency": "Gil",
1960
1960
  "rgb": {
1961
1961
  "r": 49,
1962
1962
  "g": 45,
@@ -1980,7 +1980,7 @@
1980
1980
  "category": "Purples",
1981
1981
  "name": "Lavender Purple",
1982
1982
  "hex": "#877fae",
1983
- "acquisition": "Sahagin Vendor",
1983
+ "acquisition": "Dye Vendor",
1984
1984
  "price": 216,
1985
1985
  "currency": "Gil",
1986
1986
  "rgb": {
@@ -2007,7 +2007,7 @@
2007
2007
  "name": "Gloom Purple",
2008
2008
  "hex": "#514560",
2009
2009
  "acquisition": "Dye Vendor",
2010
- "price": 40,
2010
+ "price": 216,
2011
2011
  "currency": "Gil",
2012
2012
  "rgb": {
2013
2013
  "r": 81,
@@ -2032,8 +2032,8 @@
2032
2032
  "category": "Purples",
2033
2033
  "name": "Currant Purple",
2034
2034
  "hex": "#322c3b",
2035
- "acquisition": "Amalj'aa Vendor",
2036
- "price": 334,
2035
+ "acquisition": "Dye Vendor",
2036
+ "price": 216,
2037
2037
  "currency": "Gil",
2038
2038
  "rgb": {
2039
2039
  "r": 50,
@@ -2058,8 +2058,8 @@
2058
2058
  "category": "Purples",
2059
2059
  "name": "Iris Purple",
2060
2060
  "hex": "#b79ebc",
2061
- "acquisition": "Sahagin Vendor",
2062
- "price": 334,
2061
+ "acquisition": "Dye Vendor",
2062
+ "price": 216,
2063
2063
  "currency": "Gil",
2064
2064
  "rgb": {
2065
2065
  "r": 183,
@@ -2110,9 +2110,9 @@
2110
2110
  "category": "Purples",
2111
2111
  "name": "Lotus Pink",
2112
2112
  "hex": "#fecef5",
2113
- "acquisition": "Crafting",
2114
- "price": 1,
2115
- "currency": "Purple Pigment",
2113
+ "acquisition": "Dye Vendor",
2114
+ "price": 216,
2115
+ "currency": "Gil",
2116
2116
  "rgb": {
2117
2117
  "r": 254,
2118
2118
  "g": 206,
@@ -2136,9 +2136,9 @@
2136
2136
  "category": "Purples",
2137
2137
  "name": "Colibri Pink",
2138
2138
  "hex": "#dc9bca",
2139
- "acquisition": "Crafting",
2140
- "price": 1,
2141
- "currency": "Purple Pigment",
2139
+ "acquisition": "Dye Vendor",
2140
+ "price": 216,
2141
+ "currency": "Gil",
2142
2142
  "rgb": {
2143
2143
  "r": 220,
2144
2144
  "g": 155,
@@ -2162,9 +2162,9 @@
2162
2162
  "category": "Purples",
2163
2163
  "name": "Plum Purple",
2164
2164
  "hex": "#79526c",
2165
- "acquisition": "Crafting",
2166
- "price": 1,
2167
- "currency": "Purple Pigment",
2165
+ "acquisition": "Dye Vendor",
2166
+ "price": 216,
2167
+ "currency": "Gil",
2168
2168
  "rgb": {
2169
2169
  "r": 121,
2170
2170
  "g": 82,
@@ -2188,9 +2188,9 @@
2188
2188
  "category": "Purples",
2189
2189
  "name": "Regal Purple",
2190
2190
  "hex": "#66304e",
2191
- "acquisition": "Crafting",
2192
- "price": 1,
2193
- "currency": "Purple Pigment",
2191
+ "acquisition": "Dye Vendor",
2192
+ "price": 216,
2193
+ "currency": "Gil",
2194
2194
  "rgb": {
2195
2195
  "r": 102,
2196
2196
  "g": 48,
@@ -2734,9 +2734,9 @@
2734
2734
  "category": "Reds",
2735
2735
  "name": "Ruby Red",
2736
2736
  "hex": "#e2000e",
2737
- "acquisition": "Cosmic Exploration",
2738
- "price": 600,
2739
- "currency": "Cosmocredits",
2737
+ "acquisition": "The Firmament",
2738
+ "price": 100,
2739
+ "currency": "Skybuilders' Scrips",
2740
2740
  "rgb": {
2741
2741
  "r": 226,
2742
2742
  "g": 0,
@@ -2760,9 +2760,9 @@
2760
2760
  "category": "Reds",
2761
2761
  "name": "Cherry Pink",
2762
2762
  "hex": "#f43195",
2763
- "acquisition": "Cosmic Exploration",
2764
- "price": 600,
2765
- "currency": "Cosmocredits",
2763
+ "acquisition": "The Firmament",
2764
+ "price": 100,
2765
+ "currency": "Skybuilders' Scrips",
2766
2766
  "rgb": {
2767
2767
  "r": 244,
2768
2768
  "g": 49,
@@ -2786,9 +2786,9 @@
2786
2786
  "category": "Yellows",
2787
2787
  "name": "Canary Yellow",
2788
2788
  "hex": "#fef75d",
2789
- "acquisition": "Cosmic Exploration",
2790
- "price": 600,
2791
- "currency": "Cosmocredits",
2789
+ "acquisition": "The Firmament",
2790
+ "price": 100,
2791
+ "currency": "Skybuilders' Scrips",
2792
2792
  "rgb": {
2793
2793
  "r": 254,
2794
2794
  "g": 247,
@@ -2812,9 +2812,9 @@
2812
2812
  "category": "Yellows",
2813
2813
  "name": "Vanilla Yellow",
2814
2814
  "hex": "#fbf0af",
2815
- "acquisition": "Cosmic Exploration",
2816
- "price": 600,
2817
- "currency": "Cosmocredits",
2815
+ "acquisition": "The Firmament",
2816
+ "price": 100,
2817
+ "currency": "Skybuilders' Scrips",
2818
2818
  "rgb": {
2819
2819
  "r": 251,
2820
2820
  "g": 240,
@@ -2838,9 +2838,9 @@
2838
2838
  "category": "Blues",
2839
2839
  "name": "Dragoon Blue",
2840
2840
  "hex": "#000b9d",
2841
- "acquisition": "Cosmic Exploration",
2842
- "price": 600,
2843
- "currency": "Cosmocredits",
2841
+ "acquisition": "The Firmament",
2842
+ "price": 100,
2843
+ "currency": "Skybuilders' Scrips",
2844
2844
  "rgb": {
2845
2845
  "r": 0,
2846
2846
  "g": 11,
@@ -2864,9 +2864,9 @@
2864
2864
  "category": "Blues",
2865
2865
  "name": "Turquoise Blue",
2866
2866
  "hex": "#03aaca",
2867
- "acquisition": "Cosmic Exploration",
2868
- "price": 600,
2869
- "currency": "Cosmocredits",
2867
+ "acquisition": "The Firmament",
2868
+ "price": 100,
2869
+ "currency": "Skybuilders' Scrips",
2870
2870
  "rgb": {
2871
2871
  "r": 3,
2872
2872
  "g": 170,
@@ -2891,8 +2891,8 @@
2891
2891
  "name": "Gunmetal Black",
2892
2892
  "hex": "#181820",
2893
2893
  "acquisition": "The Firmament",
2894
- "price": 500,
2895
- "currency": "Skybuilders Scrips",
2894
+ "price": 100,
2895
+ "currency": "Skybuilders' Scrips",
2896
2896
  "rgb": {
2897
2897
  "r": 24,
2898
2898
  "g": 24,
@@ -2917,8 +2917,8 @@
2917
2917
  "name": "Pearl White",
2918
2918
  "hex": "#bfb4a3",
2919
2919
  "acquisition": "The Firmament",
2920
- "price": 500,
2921
- "currency": "Skybuilders Scrips",
2920
+ "price": 100,
2921
+ "currency": "Skybuilders' Scrips",
2922
2922
  "rgb": {
2923
2923
  "r": 191,
2924
2924
  "g": 180,
@@ -2943,8 +2943,8 @@
2943
2943
  "name": "Metallic Brass",
2944
2944
  "hex": "#e9c06f",
2945
2945
  "acquisition": "The Firmament",
2946
- "price": 500,
2947
- "currency": "Skybuilders Scrips",
2946
+ "price": 100,
2947
+ "currency": "Skybuilders' Scrips",
2948
2948
  "rgb": {
2949
2949
  "r": 233,
2950
2950
  "g": 192,
@@ -3124,9 +3124,9 @@
3124
3124
  "category": "Special",
3125
3125
  "name": "Metallic Pink",
3126
3126
  "hex": "#ffa1c2",
3127
- "acquisition": "Cosmic Fortunes",
3128
- "price": 1000,
3129
- "currency": "Planet-specific Credit",
3127
+ "acquisition": "Cosmic Exploration",
3128
+ "price": 600,
3129
+ "currency": "Cosmocredits",
3130
3130
  "rgb": {
3131
3131
  "r": 255,
3132
3132
  "g": 161,
@@ -3150,9 +3150,9 @@
3150
3150
  "category": "Special",
3151
3151
  "name": "Metallic Ruby Red",
3152
3152
  "hex": "#470103",
3153
- "acquisition": "Cosmic Fortunes",
3154
- "price": 1000,
3155
- "currency": "Planet-specific Credit",
3153
+ "acquisition": "Cosmic Exploration",
3154
+ "price": 600,
3155
+ "currency": "Cosmocredits",
3156
3156
  "rgb": {
3157
3157
  "r": 71,
3158
3158
  "g": 1,
@@ -3176,9 +3176,9 @@
3176
3176
  "category": "Special",
3177
3177
  "name": "Metallic Cobalt Green",
3178
3178
  "hex": "#28847f",
3179
- "acquisition": "Cosmic Fortunes",
3180
- "price": 1000,
3181
- "currency": "Planet-specific Credit",
3179
+ "acquisition": "Cosmic Exploration",
3180
+ "price": 600,
3181
+ "currency": "Cosmocredits",
3182
3182
  "rgb": {
3183
3183
  "r": 40,
3184
3184
  "g": 132,
@@ -3202,9 +3202,9 @@
3202
3202
  "category": "Special",
3203
3203
  "name": "Metallic Dark Blue",
3204
3204
  "hex": "#120445",
3205
- "acquisition": "Cosmic Fortunes",
3206
- "price": 1000,
3207
- "currency": "Planet-specific Credit",
3205
+ "acquisition": "Cosmic Exploration",
3206
+ "price": 600,
3207
+ "currency": "Cosmocredits",
3208
3208
  "rgb": {
3209
3209
  "r": 18,
3210
3210
  "g": 4,