From 658a1c294cf93c1e5e43b59a4c1ad6da3c8fd664 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 12 Feb 2020 10:45:16 -0500 Subject: [PATCH] Add Natalya --- media/LICENSES.md | 10 +++ media/characters/natalya/back.svg | 115 ++++++++++++++++++++++++++++ media/characters/natalya/front.svg | 119 +++++++++++++++++++++++++++++ presets/characters.js | 40 ++++++++++ 4 files changed, 284 insertions(+) create mode 100644 media/characters/natalya/back.svg create mode 100644 media/characters/natalya/front.svg diff --git a/media/LICENSES.md b/media/LICENSES.md index d0566445..c8798042 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -287,6 +287,16 @@ https://www.furaffinity.net/view/15460332/ * front.svg * talons.svg + +## Natalya + +**https://www.furaffinity.net/user/fsmaverick/** + +https://www.furaffinity.net/view/28619653/ + +* front.svg +* back.svg + # Objects **Self-created** diff --git a/media/characters/natalya/back.svg b/media/characters/natalya/back.svg new file mode 100644 index 00000000..0e200178 --- /dev/null +++ b/media/characters/natalya/back.svg @@ -0,0 +1,115 @@ + + + + + diff --git a/media/characters/natalya/front.svg b/media/characters/natalya/front.svg new file mode 100644 index 00000000..ddd1a25c --- /dev/null +++ b/media/characters/natalya/front.svg @@ -0,0 +1,119 @@ + + + + + diff --git a/presets/characters.js b/presets/characters.js index e8a6c0ed..19c3b8ce 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1394,6 +1394,46 @@ characterMakers["Noah"] = () => { ) }; +characterMakers["Natalya"] = () => { + return makeCharacter( + "Natalya", + "Neopuc", + { + front: { + height: math.unit(2, "meter"), + weight: math.unit(80, "kg"), + name: "Front", + image: { + source: "./media/characters/natalya/front.svg" + } + }, + back: { + height: math.unit(2, "meter"), + weight: math.unit(80, "kg"), + name: "Back", + image: { + source: "./media/characters/natalya/back.svg" + } + } + }, + [ + { + name: "Normal", + height: math.unit(150, "feet") + }, + { + name: "Megamacro", + height: math.unit(5, "miles") + }, + { + name: "Full-Size", + height: math.unit(600, "kiloparsecs") + } + ], + math.unit(150, "feet") + ) +}; + function makeCharacters() { const results = []; results.push({