From a9d502b5b7a487f0ac5516fd1ddaa0c6a430bbd8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 23 Nov 2021 16:39:37 -0500 Subject: [PATCH] Add paw views for Raf and Fen --- media/attribution.js | 23 +- media/characters/fen/paw.svg | 506 ++++++++++++++++++++++++++++++ media/characters/raf/paw.svg | 579 +++++++++++++++++++++++++++++++++++ presets/characters.js | 48 +++ 4 files changed, 1151 insertions(+), 5 deletions(-) create mode 100644 media/characters/fen/paw.svg create mode 100644 media/characters/raf/paw.svg diff --git a/media/attribution.js b/media/attribution.js index 42a5e358..29355bb2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2595,6 +2595,18 @@ const attributionData = { "chemicalcrux" ] }, + { + prefix: "./media/characters/fen/", + files: [ + { name: "paw.svg", source: "https://twitter.com/maneymaw/status/1463257803213131787" } + ], + authors: [ + "raf" + ], + owners: [ + "chemicalcrux" + ] + }, { prefix: "./media/characters/finn/", files: [ @@ -7118,12 +7130,13 @@ const attributionData = { files: [ { name: "front.svg", source: "https://www.furaffinity.net/view/35445400/" }, { name: "side.svg", source: "https://www.furaffinity.net/view/35445400/" }, + { name: "paw.svg", source: "https://twitter.com/maneymaw/status/1463257803213131787" } ], authors: [ - "the-raf" + "raf" ], owners: [ - "the-raf" + "raf" ] }, { @@ -22345,9 +22358,9 @@ const attributionData = { "name": "flamestar", "url": "https://www.furaffinity.net/user/flamestar/", }, - "the-raf": { - "name": "the_raf", - "url": "https://www.furaffinity.net/user/theraf", + "raf": { + "name": "raf", + "url": "https://twitter.com/maneymaw/", }, "liameinarr": { "name": "Liam Einarr", diff --git a/media/characters/fen/paw.svg b/media/characters/fen/paw.svg new file mode 100644 index 00000000..769742d5 --- /dev/null +++ b/media/characters/fen/paw.svg @@ -0,0 +1,506 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/raf/paw.svg b/media/characters/raf/paw.svg new file mode 100644 index 00000000..14159b8a --- /dev/null +++ b/media/characters/raf/paw.svg @@ -0,0 +1,579 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c6708380..104bf742 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2107,6 +2107,27 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/fen/goo-ceiling.svg" } }, + paw: { + height: math.unit(3.77, "feet"), + name: "Paw", + image: { + source: "./media/characters/fen/paw.svg" + }, + extraAttributes: { + "toeSize": { + name: "Toe Size", + power: 2, + type: "area", + base: math.unit(0.02875, "m^2") + }, + "pawSize": { + name: "Paw Size", + power: 2, + type: "area", + base: math.unit(0.378, "m^2") + }, + } + }, tail: { height: math.unit(12.1, "feet"), name: "Tail", @@ -18381,6 +18402,33 @@ characterMakers.push(() => makeCharacter( bottom: 29/1495 } }, + paw: { + height: math.unit(1.45, "feet"), + name: "Paw", + image: { + source: "./media/characters/raf/paw.svg" + }, + extraAttributes: { + "toeSize": { + name: "Toe Size", + power: 2, + type: "area", + base: math.unit(0.004, "m^2") + }, + "padSize": { + name: "Pad Size", + power: 2, + type: "area", + base: math.unit(0.04, "m^2") + }, + "footSize": { + name: "Foot Size", + power: 2, + type: "area", + base: math.unit(0.08, "m^2") + }, + } + }, }, [ {