From 64ea25c915ff49731076897981e3e8274577ecf9 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 31 Oct 2020 18:35:59 -0500 Subject: [PATCH] Don't apply 'jet' to eyes, 'very' to jet --- Description.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Description.json b/Description.json index 46c63c5..a6d84c2 100644 --- a/Description.json +++ b/Description.json @@ -85,7 +85,13 @@ "variants": "any", "depends": "color-modifier", "chance": 0.3, - "order": "{color-modifier} {base}" + "order": "{color-modifier} {base}", + "weights": [ + [1, "light"], + [1, "dark"], + [1, "pale"], + [1, "bright"] + ] }] }, { "name": "post-descriptor", @@ -136,7 +142,12 @@ "jet" ], "depends": [{ - "variants": "any", + "variants": [ + "light", + "pale", + "dark", + "bright" + ], "depends": "very", "chance": 0.2, "order": "{very} {base}"