From 6516a978460fff1904a5176e26bd0da18c53db41 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Thu, 9 Aug 2018 14:04:11 -0500 Subject: [PATCH] Clarify --- src/art/artJS.tw | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/art/artJS.tw b/src/art/artJS.tw index 1b8e3036e65..d437da4f74a 100644 --- a/src/art/artJS.tw +++ b/src/art/artJS.tw @@ -154,6 +154,17 @@ window.extractHairColor = function(hColor) { ["red", "#BB2027"], ["silver", "#cdc9c6"], ["strawberry-blonde", "#e5a88c"], + /* eye shapes, future plans to convert them from eyecolor to new value system */ + ["almond-shaped", "#555555"], + ["bright", "#555555"], + ["catlike", "#555555"], + ["devilish", "#ffd42a"], + ["heart-shaped", "#555555"], + ["hypnotic", "#ff5599"], + ["serpent-like", "#555555"], + ["teary", "#555555"], + ["vacant", "#555555"], + ["wide-eyed", "#555555"], /* these are not actually FreeCities canon, but like to appear in custom descriptions */ ["brunette", "#8D4F21"], ["dark", "#463325"] -- GitLab