From 04844f5fc7cba2b0a265bee8be8b2b88d158df6b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 22 Aug 2021 18:29:49 -0400 Subject: [PATCH] Add a goat form for Tiffany --- media/attribution.js | 18 +- .../tiffany/{front.svg => foxcoon.svg} | 0 media/characters/tiffany/goat.svg | 1751 +++++++++++++++++ presets/characters.js | 14 +- 4 files changed, 1780 insertions(+), 3 deletions(-) rename media/characters/tiffany/{front.svg => foxcoon.svg} (100%) create mode 100644 media/characters/tiffany/goat.svg diff --git a/media/attribution.js b/media/attribution.js index b627437e..49a75972 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14968,7 +14968,7 @@ const attributionData = { { prefix: "./media/characters/tiffany/", files: [ - { name: "front.svg", source: "https://twitter.com/TSelabeth/status/1367259078502850560" } + { name: "foxcoon.svg", source: "https://twitter.com/TSelabeth/status/1367259078502850560" } ], authors: [ "kuro724" @@ -14977,6 +14977,18 @@ const attributionData = { "tiff" ] }, + { + prefix: "./media/characters/tiffany/", + files: [ + { name: "goat.svg", source: "https://twitter.com/Zwiebelprinz/status/1424780835912405001" } + ], + authors: [ + "zwiebelprinz" + ], + owners: [ + "tiff" + ] + }, { prefix: "./media/characters/raxinath/", files: [ @@ -22642,6 +22654,10 @@ const attributionData = { "name": "Erigawn", "url": "https://www.furaffinity.net/user/erigawn/" }, + "zwiebelprinz": { + "name": "Zwiebelprinz", + "url": "https://twitter.com/Zwiebelprinz" + }, } } diff --git a/media/characters/tiffany/front.svg b/media/characters/tiffany/foxcoon.svg similarity index 100% rename from media/characters/tiffany/front.svg rename to media/characters/tiffany/foxcoon.svg diff --git a/media/characters/tiffany/goat.svg b/media/characters/tiffany/goat.svg new file mode 100644 index 00000000..bfd97640 --- /dev/null +++ b/media/characters/tiffany/goat.svg @@ -0,0 +1,1751 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2c5e5991..13ff0fd4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39012,12 +39012,22 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Tiffany", species: ["fox", "raccoon"], tags: ["anthro"] }, { + goat: { + height: math.unit(4, "feet"), + weight: math.unit(180, "lb"), + name: "Goat", + image: { + source: "./media/characters/tiffany/goat.svg", + extra: 1845/1595, + bottom: 106/1951 + } + }, front: { height: math.unit(5, "feet"), weight: math.unit(150, "lb"), - name: "Front", + name: "Foxcoon", image: { - source: "./media/characters/tiffany/front.svg", + source: "./media/characters/tiffany/foxcoon.svg", extra: 1941/1845, bottom: 58/1999 }