From c9c0ef38ed8b70509d874053deb3e3bd003d2ca5 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Thu, 19 Dec 2019 00:22:00 +0100 Subject: [PATCH] documentation --- slave variables documentation - Pregmod.txt | 45 +++++++++------------ 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index e0382601747..4bd49fb8953 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -1356,28 +1356,25 @@ accepts string "freckles" "heavily freckled" -eyes: +eye: +Object, for easy read/write access see "devNotes/eye functions.md" -slave eyesight --4 - empty --3 - glass eye --2 - blind --1 - nearsighted - 1 - normal +eye.origColor: +genetic eye color -eyesImplant: +left/right interchangeable in the following: +eye.left.vision: +0: blind +1: nearsighted +2: normal -0 - normal eyes -1 - artificial eyes +eye.left.type: +1: normal +2: glass +3: cybernetic -origEye: - -slave's original eye color, defaults to their initial eye color. - -eyeColor: - -eye color -accepts string +eye.left.iris: +basic eye color: "blue" "black" @@ -1392,10 +1389,8 @@ accepts string "amber" "red" -pupil: - -shape of slave pupils -accepts string +eye.left.pupil: +shape of pupil "catlike" "serpent-like" @@ -1412,10 +1407,8 @@ accepts string "star-shaped" "goat-like" -sclerae: - -color of slave sclerae -accepts string +eye.left.sclera: +color of sclera "white" "blue" -- GitLab