From 6b41d6e61801f976dd36494141a5c32d12dcf9d8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 25 Apr 2020 18:19:21 -0400 Subject: [PATCH] Add Sheera Castellar --- media/attribution.js | 19 + media/characters/sheera-castellar/back.svg | 469 ++++++++++++ media/characters/sheera-castellar/front.svg | 682 ++++++++++++++++++ .../characters/sheera-castellar/genitals.svg | 126 ++++ media/characters/sheera-castellar/side.svg | 479 ++++++++++++ presets/characters.js | 56 ++ 6 files changed, 1831 insertions(+) create mode 100644 media/characters/sheera-castellar/back.svg create mode 100644 media/characters/sheera-castellar/front.svg create mode 100644 media/characters/sheera-castellar/genitals.svg create mode 100644 media/characters/sheera-castellar/side.svg diff --git a/media/attribution.js b/media/attribution.js index 37f3e780..225c0786 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9091,6 +9091,21 @@ const attributionData = { "hexuza" ] }, + { + prefix: "./media/characters/sheera-castellar/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29505972/", nsfw: true }, + { name: "side.svg", source: "https://www.furaffinity.net/view/29505972/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/29505972/", nsfw: true }, + { name: "genitals.svg", source: "https://www.furaffinity.net/view/29505972/", nsfw: true }, + ], + authors: [ + "notorious84" + ], + owners: [ + "hexuza" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12605,6 +12620,10 @@ const attributionData = { "name": "UnistaArt", "url": "https://www.furaffinity.net/user/unistaart", }, + "notorious84": { + "name": "Notorious84", + "url": "https://www.furaffinity.net/user/notorious84", + }, } } diff --git a/media/characters/sheera-castellar/back.svg b/media/characters/sheera-castellar/back.svg new file mode 100644 index 00000000..64a3efe8 --- /dev/null +++ b/media/characters/sheera-castellar/back.svg @@ -0,0 +1,469 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sheera-castellar/front.svg b/media/characters/sheera-castellar/front.svg new file mode 100644 index 00000000..041a209b --- /dev/null +++ b/media/characters/sheera-castellar/front.svg @@ -0,0 +1,682 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sheera-castellar/genitals.svg b/media/characters/sheera-castellar/genitals.svg new file mode 100644 index 00000000..62b4b841 --- /dev/null +++ b/media/characters/sheera-castellar/genitals.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + diff --git a/media/characters/sheera-castellar/side.svg b/media/characters/sheera-castellar/side.svg new file mode 100644 index 00000000..98034eb7 --- /dev/null +++ b/media/characters/sheera-castellar/side.svg @@ -0,0 +1,479 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b2678c41..6b738bd2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20725,6 +20725,62 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sheera Castellar" }, + { + front: { + height: math.unit(8 + 4/12, "feet"), + weight: math.unit(350, "lb"), + name: "Front", + image: { + source: "./media/characters/sheera-castellar/front.svg", + extra: 1957/1894, + bottom: 26.97/1975.017 + } + }, + side: { + height: math.unit(8 + 4/12, "feet"), + weight: math.unit(350, "lb"), + name: "Side", + image: { + source: "./media/characters/sheera-castellar/side.svg", + extra: 1957/1894 + } + }, + back: { + height: math.unit(8 + 4/12, "feet"), + weight: math.unit(350, "lb"), + name: "Back", + image: { + source: "./media/characters/sheera-castellar/back.svg", + extra: 1957/1894 + } + }, + genitals: { + height: math.unit(2.2, "feet"), + name: "Genitals", + image: { + source: "./media/characters/sheera-castellar/genitals.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 4/12, "feet") + }, + { + name: "Macro", + height: math.unit(150, "feet"), + default: true + }, + { + name: "Macro+", + height: math.unit(800, "feet") + }, + ] +)) + //characters function makeCharacters() {