diff --git a/media/LICENSES.md b/media/LICENSES.md index 55ebeb62..a6bfe0ac 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -675,6 +675,14 @@ https://www.furaffinity.net/view/22243143/ * side.svg +## Sasha + +**https://www.furaffinity.net/user/aimee-lesley-sim/** + +https://www.furaffinity.net/view/33047036/ + +* side.svg + # Naturals * front.svg diff --git a/media/characters/sasha/side.svg b/media/characters/sasha/side.svg new file mode 100644 index 00000000..cb5d574c --- /dev/null +++ b/media/characters/sasha/side.svg @@ -0,0 +1,185 @@ + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 716e5f86..32e9b255 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3033,6 +3033,40 @@ characterMakers["Kieran"] = () => { ) }; +characterMakers["Sasha"] = () => { + return makeCharacter( + "Sasha", + "Sasha", + { + side: { + height: math.unit(2, "meters"), + weight: math.unit(70, "kg"), + name: "Side", + image: { + source: "./media/characters/sasha/side.svg", + bottom: 0.02, + extra: 1.02 + } + }, + }, + [ + { + name: "Small", + height: math.unit(2, "meters") + }, + { + name: "Normal", + height: math.unit(3, "meters") + }, + { + name: "Macro", + height: math.unit(16, "meters") + }, + ], + math.unit(16, "meters") + ) +}; + function makeCharacters() { const results = []; results.push({