From affc81765ac9e39fa517aac1884a6e037cf17fb1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 12 Nov 2020 16:01:52 -0500 Subject: [PATCH] Add Ramey --- media/attribution.js | 20 ++ media/characters/ramey/front-01.svg | 387 ++++++++++++++++++++++++++ media/characters/ramey/front.svg | 412 ++++++++++++++++++++++++++++ presets/characters.js | 22 ++ 4 files changed, 841 insertions(+) create mode 100644 media/characters/ramey/front-01.svg create mode 100644 media/characters/ramey/front.svg diff --git a/media/attribution.js b/media/attribution.js index 0972b744..d8da34f9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13025,6 +13025,18 @@ const attributionData = { "hiddenpangolin" ] }, + { + prefix: "./media/characters/ramey/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/5221371" } + ], + authors: [ + "pyrosity" + ], + owners: [ + "ackartthefox" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17948,6 +17960,14 @@ const attributionData = { "name": "Hidden Pangolin", "url": "https://twitter.com/hiddenpangolin" }, + "pyrosity": { + "name": "pyrosity", + "url": "https://www.furaffinity.net/user/pyrosity/" + }, + "ackartthefox": { + "name": "AckartTheFox", + "url": "https://www.furaffinity.net/user/ackartthefox" + }, } } diff --git a/media/characters/ramey/front-01.svg b/media/characters/ramey/front-01.svg new file mode 100644 index 00000000..b68cb918 --- /dev/null +++ b/media/characters/ramey/front-01.svg @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ramey/front.svg b/media/characters/ramey/front.svg new file mode 100644 index 00000000..1ab7c6c8 --- /dev/null +++ b/media/characters/ramey/front.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a5970c3e..2e1d6824 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34094,6 +34094,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ramey", species: ["raccoon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + name: "Front", + image: { + source: "./media/characters/ramey/front.svg", + extra: 790/787, + bottom: 27/817 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {