From 0b355892f7872fed3c085a25f516dbee4e206ed7 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 15 Apr 2022 10:11:03 -0400 Subject: [PATCH] Add Kara (the fox) --- media/attribution.js | 23 + media/characters/kara-fox/back.svg | 731 +++++++++++++++++++ media/characters/kara-fox/front.svg | 967 ++++++++++++++++++++++++++ media/characters/kara-fox/maw.svg | 717 +++++++++++++++++++ media/characters/kara-fox/pawpads.svg | 307 ++++++++ presets/characters.js | 51 ++ 6 files changed, 2796 insertions(+) create mode 100644 media/characters/kara-fox/back.svg create mode 100644 media/characters/kara-fox/front.svg create mode 100644 media/characters/kara-fox/maw.svg create mode 100644 media/characters/kara-fox/pawpads.svg diff --git a/media/attribution.js b/media/attribution.js index f19d236b..8f8a6375 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22094,6 +22094,21 @@ const attributionData = { "ryebreadboi" ] }, + { + prefix: "./media/characters/kara-fox/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/46622437/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/46622437/", nsfw: true }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/46622437/", nsfw: false }, + { name: "pawpads.svg", source: "https://www.furaffinity.net/view/46622437/", nsfw: false }, + ], + authors: [ + "noblebrony317" + ], + owners: [ + "sdis78" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30580,6 +30595,14 @@ const attributionData = { "name": "RyeBreadBoi", "url": "https://www.furaffinity.net/user/ryebreadboi/" }, + "noblebrony317": { + "name": "NobleBrony317", + "url": "https://www.furaffinity.net/user/noblebrony317" + }, + "sdis78": { + "name": "SDIS78", + "url": "https://www.furaffinity.net/user/sdis78/" + }, } } diff --git a/media/characters/kara-fox/back.svg b/media/characters/kara-fox/back.svg new file mode 100644 index 00000000..13a9f414 --- /dev/null +++ b/media/characters/kara-fox/back.svg @@ -0,0 +1,731 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kara-fox/front.svg b/media/characters/kara-fox/front.svg new file mode 100644 index 00000000..cac152f9 --- /dev/null +++ b/media/characters/kara-fox/front.svg @@ -0,0 +1,967 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kara-fox/maw.svg b/media/characters/kara-fox/maw.svg new file mode 100644 index 00000000..d9ddac87 --- /dev/null +++ b/media/characters/kara-fox/maw.svg @@ -0,0 +1,717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kara-fox/pawpads.svg b/media/characters/kara-fox/pawpads.svg new file mode 100644 index 00000000..ae335935 --- /dev/null +++ b/media/characters/kara-fox/pawpads.svg @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index feb09b4f..02829a62 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -63722,6 +63722,57 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kara (Fox)", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.9, "meters"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/kara-fox/front.svg", + extra: 766/711, + bottom: 41/807 + } + }, + back: { + height: math.unit(1.9, "meters"), + weight: math.unit(140, "lb"), + name: "Back", + image: { + source: "./media/characters/kara-fox/back.svg", + extra: 766/596, + bottom: 29/795 + } + }, + maw: { + height: math.unit(0.78, "feet"), + name: "Maw", + image: { + source: "./media/characters/kara-fox/maw.svg" + } + }, + pawpads: { + height: math.unit(0.96, "feet"), + name: "Pawpads", + image: { + source: "./media/characters/kara-fox/pawpads.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.9, "meters"), + default: true + }, + { + name: "Giantess", + height: math.unit(80, "meters") + }, + ] +)) + //characters function makeCharacters() {