From d35e55a4e2d8f598fd41a0835a7ff77509aa67cf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 23 Feb 2020 21:29:26 -0500 Subject: [PATCH] Add Guy --- media/LICENSES.md | 8 ++ media/characters/guy/front.svg | 150 +++++++++++++++++++++++++++++++++ presets/characters.js | 39 +++++++++ 3 files changed, 197 insertions(+) create mode 100644 media/characters/guy/front.svg diff --git a/media/LICENSES.md b/media/LICENSES.md index d0d55392..db5d3f3e 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -862,6 +862,14 @@ https://www.furaffinity.net/view/34278152/ * front.svg * foot.svg +## Guy + +**https://www.furaffinity.net/user/bluecatangry** + +https://www.furaffinity.net/view/34962837 + +* front.svg + # Naturals * front.svg diff --git a/media/characters/guy/front.svg b/media/characters/guy/front.svg new file mode 100644 index 00000000..9d6c6fe5 --- /dev/null +++ b/media/characters/guy/front.svg @@ -0,0 +1,150 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e5c76c9c..b1fcc57c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3876,6 +3876,45 @@ characterMakers["Gin"] = () => { ) }; +characterMakers["Guy"] = () => { + return makeCharacter( + "Guy", + "Whatastandupguy", + { + front: { + height: math.unit(6 + 1/6, "feet"), + weight: math.unit(178, "lbs"), + name: "Front", + image: { + source: "./media/characters/guy/front.svg" + } + } + }, + [ + { + name: "Normal", + height: math.unit(6 + 1/6, "feet") + }, + { + name: "Large", + height: math.unit(25 + 7/12, "feet") + }, + { + name: "Macro", + height: math.unit(60 + 9/12, "feet") + }, + { + name: "Macro+", + height: math.unit(246, "feet") + }, + { + name: "Macro++", + height: math.unit(878, "feet") + } + ] + ) +}; + function makeCharacters() { const results = []; results.push({