From c03467ec3deeed4549d1c92091c231562653e931 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 3 Jul 2021 17:16:25 -0400 Subject: [PATCH] Add a new view for Mutsuju Koizaemon --- media/attribution.js | 3 +- media/characters/mutsuju-koizaemon/front.svg | 1207 +++++++++++------ .../mutsuju-koizaemon/winter-coat.svg | 761 +++++++++++ presets/characters.js | 13 + 4 files changed, 1574 insertions(+), 410 deletions(-) create mode 100644 media/characters/mutsuju-koizaemon/winter-coat.svg diff --git a/media/attribution.js b/media/attribution.js index 12011814..41aa98f4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14241,7 +14241,8 @@ const attributionData = { { prefix: "./media/characters/mutsuju-koizaemon/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/39440607/" } + { name: "front.svg", source: "https://www.furaffinity.net/view/39440607/" }, + { name: "winter-coat.svg", source: "https://www.furaffinity.net/view/42578097/", nsfw: true } ], authors: [ "mutsuju" diff --git a/media/characters/mutsuju-koizaemon/front.svg b/media/characters/mutsuju-koizaemon/front.svg index 0c057692..915beed1 100644 --- a/media/characters/mutsuju-koizaemon/front.svg +++ b/media/characters/mutsuju-koizaemon/front.svg @@ -1,421 +1,810 @@ - + + width="1704.47" height="1902.87" viewBox="0 0 1704.47 1902.87" style="enable-background:new 0 0 1704.47 1902.87;" xml:space="preserve"> - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/mutsuju-koizaemon/winter-coat.svg b/media/characters/mutsuju-koizaemon/winter-coat.svg new file mode 100644 index 00000000..323e8318 --- /dev/null +++ b/media/characters/mutsuju-koizaemon/winter-coat.svg @@ -0,0 +1,761 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 80f142a9..f4f12e91 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -36631,6 +36631,15 @@ characterMakers.push(() => makeCharacter( bottom: 58/1902 } }, + winterCoat: { + height: math.unit(16, "feet"), + name: "Winter Coat", + image: { + source: "./media/characters/mutsuju-koizaemon/winter-coat.svg", + extra: 1807/1775, + bottom: 69/1876 + } + }, }, [ { @@ -36638,6 +36647,10 @@ characterMakers.push(() => makeCharacter( height: math.unit(16, "feet"), default: true }, + { + name: "Chicago Size", + height: math.unit(560, "feet") + }, ] ))