From 435ada467fc69a86168e9ee5b2f11c86474f9bc4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 8 Oct 2020 17:59:35 -0400 Subject: [PATCH] Add Tayra White --- media/attribution.js | 16 ++ media/characters/tayra-white/front.svg | 260 +++++++++++++++++++++++++ presets/characters.js | 23 +++ 3 files changed, 299 insertions(+) create mode 100644 media/characters/tayra-white/front.svg diff --git a/media/attribution.js b/media/attribution.js index 9f937ef8..452cccfe 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12689,6 +12689,18 @@ const attributionData = { "biscuit" ] }, + { + prefix: "./media/characters/tayra-white/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38477784/" } + ], + authors: [ + "tayrawhite" + ], + owners: [ + "tayrawhite" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17495,6 +17507,10 @@ const attributionData = { "name": "SnowFox_AtHeart", "url": "https://www.furaffinity.net/user/snowfoxatheart" }, + "tayrawhite": { + "name": "TayraWhite", + "url": "https://www.furaffinity.net/user/tayrawhite/" + }, } } diff --git a/media/characters/tayra-white/front.svg b/media/characters/tayra-white/front.svg new file mode 100644 index 00000000..e6c9d426 --- /dev/null +++ b/media/characters/tayra-white/front.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 03ce069c..78c81345 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -33041,6 +33041,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tayra White", species: ["human", "chimera"], tags: ["anthro"] }, + { + front: { + height: math.unit(140, "cm"), + weight: math.unit(45, "kg"), + name: "Front", + image: { + source: "./media/characters/tayra-white/front.svg", + extra: 2229/2192, + bottom: 75/2304 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(140, "cm"), + default: true + }, + ] +)) + //characters function makeCharacters() {