From c681058da7a78121e28df3aa3738233fae5304e8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Nov 2020 18:29:21 -0500 Subject: [PATCH] Add Taylor --- media/attribution.js | 16 ++ media/characters/taylor/front.svg | 397 ++++++++++++++++++++++++++++++ presets/characters.js | 34 +++ 3 files changed, 447 insertions(+) create mode 100644 media/characters/taylor/front.svg diff --git a/media/attribution.js b/media/attribution.js index ad88cba8..31ee7f69 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13367,6 +13367,18 @@ const attributionData = { "verynaughtyk" ] }, + { + prefix: "./media/characters/taylor/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18438,6 +18450,10 @@ const attributionData = { "name": "VeryNaughtyK", "url": "https://twitter.com/VeryNaughtyK" }, + "starstruck-studios": { + "name": "Starstruck-Studios", + "url": "https://www.furaffinity.net/user/starstruck-studios/" + }, } } diff --git a/media/characters/taylor/front.svg b/media/characters/taylor/front.svg new file mode 100644 index 00000000..bb0bfa65 --- /dev/null +++ b/media/characters/taylor/front.svg @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5fee7b7b..58a1350e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35024,6 +35024,40 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Taylor", species: ["rabbit"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/taylor/front.svg", + extra: 639/495, + bottom: 12/651 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(15, "feet") + }, + { + name: "Lorg", + height: math.unit(80, "feet") + }, + { + name: "Too Lorg", + height: math.unit(120, "feet") + }, + ] +)) + //characters function makeCharacters() {