From 527d068e4fc06bc799a7483e91c70d09874fc518 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 12 Feb 2020 22:12:45 -0500 Subject: [PATCH] Add Kalista --- media/LICENSES.md | 9 ++ media/characters/kalista/back.svg | 175 +++++++++++++++++++++++++++++ media/characters/kalista/front.svg | 162 ++++++++++++++++++++++++++ presets/characters.js | 48 ++++++++ 4 files changed, 394 insertions(+) create mode 100644 media/characters/kalista/back.svg create mode 100644 media/characters/kalista/front.svg diff --git a/media/LICENSES.md b/media/LICENSES.md index f334a1f5..9f5acd75 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -326,6 +326,15 @@ https://www.furaffinity.net/view/19334493/ * front-alt.svg +## Kalista + +**https://www.furaffinity.net/user/darkvulpine2** + +https://www.furaffinity.net/view/19154251/ + +* front.svg +* back.svg + # Naturals **Self-created** diff --git a/media/characters/kalista/back.svg b/media/characters/kalista/back.svg new file mode 100644 index 00000000..695807f5 --- /dev/null +++ b/media/characters/kalista/back.svg @@ -0,0 +1,175 @@ + + + + + + + diff --git a/media/characters/kalista/front.svg b/media/characters/kalista/front.svg new file mode 100644 index 00000000..cc23aa84 --- /dev/null +++ b/media/characters/kalista/front.svg @@ -0,0 +1,162 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 27778cce..308004d2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1599,6 +1599,54 @@ characterMakers["Jennifer"] = () => { ) }; +characterMakers["Kalista"] = () => { + return makeCharacter( + "Kalista", + "Kalista", + { + front: { + height: math.unit(2, "meter"), + weight: math.unit(50, "kg"), + name: "Front", + image: { + source: "./media/characters/kalista/front.svg" + } + }, + back: { + height: math.unit(2, "meter"), + weight: math.unit(50, "kg"), + name: "Back", + image: { + source: "./media/characters/kalista/back.svg" + } + } + }, + [ + { + name: "Uncomfortably Small", + height: math.unit(10, "feet") + }, + { + name: "Small", + height: math.unit(30, "feet") + }, + { + name: "Macro", + height: math.unit(100, "feet") + }, + { + name: "Macro+", + height: math.unit(2000, "feet") + }, + { + name: "True Form", + height: math.unit(8924, "miles") + } + ], + math.unit(100, "feet") + ) +}; + function makeCharacters() { const results = []; results.push({