From 8f1399750d357a5204ff2a699ec8a8a99880a625 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 8 Oct 2020 19:01:47 -0400 Subject: [PATCH] Add Saphinara --- media/attribution.js | 23 + media/characters/saphinara/back.svg | 688 +++++++ media/characters/saphinara/front-tail.svg | 2125 +++++++++++++++++++++ media/characters/saphinara/front.svg | 868 +++++++++ media/characters/saphinara/side.svg | 595 ++++++ presets/characters.js | 57 + 6 files changed, 4356 insertions(+) create mode 100644 media/characters/saphinara/back.svg create mode 100644 media/characters/saphinara/front-tail.svg create mode 100644 media/characters/saphinara/front.svg create mode 100644 media/characters/saphinara/side.svg diff --git a/media/attribution.js b/media/attribution.js index 9e1a1ecf..c3907755 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12715,6 +12715,21 @@ const attributionData = { "rustyboulder" ] }, + { + prefix: "./media/characters/saphinara/", + files: [ + { name: "front.svg", source: null }, + { name: "side.svg", source: null }, + { name: "back.svg", source: null }, + { name: "front-tail.svg", source: null }, + ], + authors: [ + "mongrelist" + ], + owners: [ + "dragonxthemerciless" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17529,6 +17544,14 @@ const attributionData = { "name": "rustyboulder", "url": "https://www.furaffinity.net/user/rustyboulder/" }, + "mongrelist": { + "name": "Mongrelist", + "url": "https://www.furaffinity.net/user/mongrelist" + }, + "dragonxthemerciless": { + "name": "Dragon_X_The_Merciless", + "url": "https://www.furaffinity.net/user/dragonxthemerciless/" + }, } } diff --git a/media/characters/saphinara/back.svg b/media/characters/saphinara/back.svg new file mode 100644 index 00000000..6d5b8a85 --- /dev/null +++ b/media/characters/saphinara/back.svg @@ -0,0 +1,688 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/saphinara/front-tail.svg b/media/characters/saphinara/front-tail.svg new file mode 100644 index 00000000..2571273e --- /dev/null +++ b/media/characters/saphinara/front-tail.svg @@ -0,0 +1,2125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/saphinara/front.svg b/media/characters/saphinara/front.svg new file mode 100644 index 00000000..53568a33 --- /dev/null +++ b/media/characters/saphinara/front.svg @@ -0,0 +1,868 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/saphinara/side.svg b/media/characters/saphinara/side.svg new file mode 100644 index 00000000..9816b443 --- /dev/null +++ b/media/characters/saphinara/side.svg @@ -0,0 +1,595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7d2e3094..d656ff0c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -33122,6 +33122,63 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Saphinara", species: ["demon", "snow leopard"], tags: ["anthro"] }, + { + front: { + height: math.unit(15 + 7/12, "feet"), + name: "Front", + image: { + source: "./media/characters/saphinara/front.svg", + extra: 604/546, + bottom: 19/623 + } + }, + side: { + height: math.unit(15 + 7/12, "feet"), + name: "Side", + image: { + source: "./media/characters/saphinara/side.svg", + extra: 605/547, + bottom: 6/611 + } + }, + back: { + height: math.unit(15 + 7/12, "feet"), + name: "Back", + image: { + source: "./media/characters/saphinara/back.svg", + extra: 591/531, + bottom: 13/604 + } + }, + frontTail: { + height: math.unit(15 + 7/12, "feet"), + name: "Front (Full Tail)", + image: { + source: "./media/characters/saphinara/front-tail.svg", + extra: 748/547, + bottom: 66/814 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(15 + 7/12, "feet"), + default: true + }, + { + name: "Angry", + height: math.unit(30 + 6/12, "feet") + }, + { + name: "Enraged", + height: math.unit(102 + 1/12, "feet") + }, + ] +)) + //characters function makeCharacters() {