From 605a61e4e714c0688b473d1d7ed4a14bea57d398 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 1 Dec 2020 18:43:45 -0500 Subject: [PATCH] Add a buff form for Flamm; adjust Flamm's normal form --- media/attribution.js | 12 + media/characters/flamm/buff.svg | 973 +++++++++++++++++++++++ media/characters/flamm/front.svg | 1254 +++++++++++++++--------------- presets/characters.js | 18 +- 4 files changed, 1633 insertions(+), 624 deletions(-) create mode 100644 media/characters/flamm/buff.svg diff --git a/media/attribution.js b/media/attribution.js index 3b6d82c2..7d2c9275 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2408,6 +2408,18 @@ const attributionData = { "flamm" ] }, + { + prefix: "./media/characters/flamm/", + files: [ + { name: "buff.svg", source: "https://twitter.com/UmbraHusky/status/1332006199965986820/photo/2" } + ], + authors: [ + "umbrahusky" + ], + owners: [ + "flamm" + ] + }, { prefix: "./media/characters/fleta/", files: [ diff --git a/media/characters/flamm/buff.svg b/media/characters/flamm/buff.svg new file mode 100644 index 00000000..5d41f942 --- /dev/null +++ b/media/characters/flamm/buff.svg @@ -0,0 +1,973 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/flamm/front.svg b/media/characters/flamm/front.svg index 1276d6fc..c9887c89 100644 --- a/media/characters/flamm/front.svg +++ b/media/characters/flamm/front.svg @@ -1,628 +1,642 @@ - + + width="1250.4" height="1828.52" viewBox="0 0 1250.4 1828.52" style="enable-background:new 0 0 1250.4 1828.52;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 96d59652..65f4ba74 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2341,13 +2341,23 @@ characterMakers.push(() => makeCharacter( { name: "Flamm", species: ["cat"], tags: ["anthro"] }, { front: { - height: math.unit(7, "feet"), - weight: math.unit(80, "kg"), + height: math.unit(9 + 6/12, "feet"), + weight: math.unit(700, "lb"), name: "Front", image: { source: "./media/characters/flamm/front.svg", - extra: 1794 / 1677, - bottom: 31.7 / 1828.5 + extra: 1751/1632, + bottom: 46/1797 + } + }, + buff: { + height: math.unit(9 + 6/12, "feet"), + weight: math.unit(950, "lb"), + name: "Buff", + image: { + source: "./media/characters/flamm/buff.svg", + extra: 3018/2874, + bottom: 221/3239 } }, },