From 317da235f0dbd3f348d2190bd5ffb38c6d3e9c0e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Dec 2021 12:37:58 -0500 Subject: [PATCH] Add Kit (the fennec fox) --- media/attribution.js | 21 + media/characters/kit-fennec-fox/back.svg | 832 ++++++++++++++ media/characters/kit-fennec-fox/front.svg | 1257 +++++++++++++++++++++ presets/characters.js | 33 + 4 files changed, 2143 insertions(+) create mode 100644 media/characters/kit-fennec-fox/back.svg create mode 100644 media/characters/kit-fennec-fox/front.svg diff --git a/media/attribution.js b/media/attribution.js index 57e90185..3f426275 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19464,6 +19464,19 @@ const attributionData = { "chimera" ] }, + { + prefix: "./media/characters/kit-fennec-fox/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42008403/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/42008403/" }, + ], + authors: [ + "cedrato" + ], + owners: [ + "arcanekits" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27006,6 +27019,14 @@ const attributionData = { "name": "Kassy", "url": "https://portfolio.commishes.com/user/Kassy" }, + "cedrato": { + "name": "cedrato", + "url": "https://twitter.com/cedrato_" + }, + "arcanekits": { + "name": "ArcaneKits", + "url": "https://www.furaffinity.net/user/arcanekits/" + }, } } diff --git a/media/characters/kit-fennec-fox/back.svg b/media/characters/kit-fennec-fox/back.svg new file mode 100644 index 00000000..865daf7e --- /dev/null +++ b/media/characters/kit-fennec-fox/back.svg @@ -0,0 +1,832 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kit-fennec-fox/front.svg b/media/characters/kit-fennec-fox/front.svg new file mode 100644 index 00000000..a39abc13 --- /dev/null +++ b/media/characters/kit-fennec-fox/front.svg @@ -0,0 +1,1257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0ae1707f..462ac7a8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53268,6 +53268,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kit (Fennec Fox)", species: ["fennec-fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(3, "feet"), + weight: math.unit(20, "lb"), + name: "Front", + image: { + source: "./media/characters/kit-fennec-fox/front.svg", + extra: 1027/932, + bottom: 16/1043 + } + }, + back: { + height: math.unit(3, "feet"), + weight: math.unit(20, "lb"), + name: "Back", + image: { + source: "./media/characters/kit-fennec-fox/back.svg", + extra: 1027/932, + bottom: 16/1043 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {