diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-11 18:23:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 16:23:24 +0000 |
commit | 687c62848e374034c9bd7aae5020991c613a9c82 (patch) | |
tree | a6eb6c00030e60348449e1e8150e3c0894df5062 /constants/dyes.json | |
parent | 7e67c37ce92cf8a7be4cf09ce594fda148dbffc9 (diff) | |
download | NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.tar.gz NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.tar.bz2 NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.zip |
feat: Portal Dye (#1284)
Diffstat (limited to 'constants/dyes.json')
-rw-r--r-- | constants/dyes.json | 104 |
1 files changed, 103 insertions, 1 deletions
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 |