From e8ab3e9dbed510800806c158ed827388a4dfa663 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 5 Oct 2020 17:02:20 -0400 Subject: [PATCH] Add Pera --- media/attribution.js | 23 ++ media/characters/pera/back.svg | 548 ++++++++++++++++++++++++++++++ media/characters/pera/dick.svg | 79 +++++ media/characters/pera/front.svg | 585 ++++++++++++++++++++++++++++++++ presets/characters.js | 40 +++ 5 files changed, 1275 insertions(+) create mode 100644 media/characters/pera/back.svg create mode 100644 media/characters/pera/dick.svg create mode 100644 media/characters/pera/front.svg diff --git a/media/attribution.js b/media/attribution.js index b5559da0..85e57714 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12545,6 +12545,21 @@ const attributionData = { "rhyslonde" ] }, + { + prefix: "./media/characters/pera/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34197205/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34197205/" }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/34197258/", nsfw: true }, + ], + authors: [ + "sonderrr", + "waitress" + ], + owners: [ + "rhyslonde" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17291,6 +17306,14 @@ const attributionData = { "name": "EarthB-Kun", "url": "https://www.furaffinity.net/user/earthboundmother2" }, + "sonderrr": { + "name": "sonderrr", + "url": "https://www.furaffinity.net/user/sonderrr" + }, + "waitress": { + "name": "Waitress", + "url": "https://www.furaffinity.net/user/waitress" + }, } } diff --git a/media/characters/pera/back.svg b/media/characters/pera/back.svg new file mode 100644 index 00000000..1586e9c8 --- /dev/null +++ b/media/characters/pera/back.svg @@ -0,0 +1,548 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/pera/dick.svg b/media/characters/pera/dick.svg new file mode 100644 index 00000000..1fd53246 --- /dev/null +++ b/media/characters/pera/dick.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + diff --git a/media/characters/pera/front.svg b/media/characters/pera/front.svg new file mode 100644 index 00000000..e63ecd12 --- /dev/null +++ b/media/characters/pera/front.svg @@ -0,0 +1,585 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7e017bcd..144da7e1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32517,6 +32517,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Pera", species: ["snake"], tags: ["naga"] }, + { + front: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(210, "lb"), + name: "Front", + image: { + source: "./media/characters/pera/front.svg", + extra: 1560/1531, + bottom: 165/1725 + } + }, + back: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(210, "lb"), + name: "Back", + image: { + source: "./media/characters/pera/back.svg", + extra: 1523/1493, + bottom: 152/1675 + } + }, + dick: { + height: math.unit(2.4, "feet"), + name: "Dick", + image: { + source: "./media/characters/pera/dick.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {