From 687c62848e374034c9bd7aae5020991c613a9c82 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:23:24 +0200 Subject: feat: Portal Dye (#1284) --- constants/dyes.json | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 103 insertions(+), 1 deletion(-) (limited to 'constants/dyes.json') diff --git a/constants/dyes.json b/constants/dyes.json index 901c9d3b..3a0dd32c 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -193,6 +193,108 @@ "#034150", "#034150", "#034150" + ], + "DYE_PORTAL": [ + "#5909c1", + "#5909c1", + "#5909c1", + "#560aba", + "#560aba", + "#520cb1", + "#4d0da7", + "#490f9c", + "#440f92", + "#3f0f8a", + "#3c1081", + "#38107b", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#371078", + "#390f7c", + "#3a1080", + "#3c0f85", + "#3e0e8c", + "#400d92", + "#430b9a", + "#450aa1", + "#4909a8", + "#4c08af", + "#5107b5", + "#5608bc", + "#5c0ac1", + "#620dc5", + "#680fc9", + "#6f12ce", + "#7814d1", + "#8117d5", + "#8a18d9", + "#9419dc", + "#9e1adf", + "#a71ae3", + "#b01ae5", + "#b919e7", + "#c117ea", + "#c816ec", + "#cf14ef", + "#cf14ef", + "#d412f0", + "#d412f0", + "#d412f0", + "#d412f0", + "#d412f0", + "#d412f0", + "#cf14ef", + "#cf14ef", + "#c816ec", + "#c117ea", + "#b919e7", + "#b01ae5", + "#a71ae3", + "#9e1adf", + "#9419dc", + "#8a18d9", + "#8117d5", + "#7814d1", + "#6f12ce", + "#680fc9", + "#620dc5", + "#5c0ac1", + "#5608bc", + "#5107b5", + "#4c08af", + "#4909a8", + "#450aa1", + "#430b9a", + "#400d92", + "#3e0e8c", + "#3c0f85", + "#3a1080", + "#390f7c", + "#371078", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#38107b", + "#3c1081", + "#3f0f8a", + "#440f92", + "#490f9c", + "#4d0da7", + "#520cb1", + "#560aba", + "#560aba", + "#5909c1", + "#5909c1", + "#5909c1" ] }, "static": { @@ -224,4 +326,4 @@ "DYE_PURE_WHITE": "#FFFFFF", "DYE_PURE_BLACK": "#000000" } -} +} \ No newline at end of file -- cgit