From 6569148acbc902373742dce359edbfd5d1b83a64 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Mar 2020 16:52:29 -0400 Subject: [PATCH] Add Seth Whilst; add a paw view for Coffee --- media/attribution.js | 23 +- media/characters/coffee/foot.svg | 49 ++++ media/characters/seth-whilst/front.svg | 330 +++++++++++++++++++++++++ presets/characters.js | 33 ++- 4 files changed, 433 insertions(+), 2 deletions(-) create mode 100644 media/characters/coffee/foot.svg create mode 100644 media/characters/seth-whilst/front.svg diff --git a/media/attribution.js b/media/attribution.js index 4ba63111..c5921fc2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1836,7 +1836,8 @@ const attributionData = { { prefix: "./media/characters/coffee/", files: [ - { name: "front.svg", source: "https://twitter.com/NShayd22/status/1162200383487217667" } + { name: "front.svg", source: "https://twitter.com/NShayd22/status/1162200383487217667" }, + { name: "foot.svg", source: null } ], authors: [ "bkdebo" @@ -7081,6 +7082,18 @@ const attributionData = { "drweardno" ] }, + { + prefix: "./media/characters/seth-whilst/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "smallbutknowingclown" + ], + owners: [ + "soletrainserpent" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9780,6 +9793,14 @@ const attributionData = { "name": "Cane McKeyton", "url": "https://www.furaffinity.net/user/cane-mckeyton/", }, + "soletrainserpent": { + "name": "soletrainserpent", + "url": "https://www.furaffinity.net/user/soletrainserpent/", + }, + "smallbutknowingclown": { + "name": "smallbutknowingclown", + "url": null, + }, } } diff --git a/media/characters/coffee/foot.svg b/media/characters/coffee/foot.svg new file mode 100644 index 00000000..0c35decc --- /dev/null +++ b/media/characters/coffee/foot.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + diff --git a/media/characters/seth-whilst/front.svg b/media/characters/seth-whilst/front.svg new file mode 100644 index 00000000..ba0f7c2c --- /dev/null +++ b/media/characters/seth-whilst/front.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 32cfcc16..acaeffcc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6191,7 +6191,14 @@ characterMakers["Coffee"] = () => { extra: 3666/3032 , bottom: 0.04 } - } + }, + foot: { + height: math.unit(1.29, "feet"), + name: "Foot", + image: { + source: "./media/characters/coffee/foot.svg" + } + }, }, [ { @@ -17307,6 +17314,30 @@ characterMakers["Doc Weardno"] = () => { ) }; +characterMakers["Seth Whilst"] = () => { + return makeCharacter( + "Seth Whilst", + "SethWhilst", + { + front: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(153, "lb"), + name: "Front", + image: { + source: "./media/characters/seth-whilst/front.svg", + bottom: 0.07 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + ] + ) +}; //characters