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({