From 43e2c6ff91fc532a28dedb70b33e117d82aed99e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 19 Feb 2021 14:06:34 -0500 Subject: [PATCH] Add Rymel --- media/attribution.js | 17 + media/characters/rymel/maw.svg | 771 +++++++++++++++++++ media/characters/rymel/side.svg | 1253 +++++++++++++++++++++++++++++++ presets/characters.js | 41 + 4 files changed, 2082 insertions(+) create mode 100644 media/characters/rymel/maw.svg create mode 100644 media/characters/rymel/side.svg diff --git a/media/attribution.js b/media/attribution.js index 61e15f52..8cf67beb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14243,6 +14243,19 @@ const attributionData = { "andealmighty" ] }, + { + prefix: "./media/characters/rymel/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/40177232/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/40177232/" }, + ], + authors: [ + "shadowwolfhunter" + ], + owners: [ + "eldritchheart" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19534,6 +19547,10 @@ const attributionData = { "name": "AndeAlmighty", "url": "https://twitter.com/AndeAlmighty" }, + "shadowwolfhunter": { + "name": "ShadowWolfHunter", + "url": "https://www.furaffinity.net/user/shadowwolfhunter" + }, } } diff --git a/media/characters/rymel/maw.svg b/media/characters/rymel/maw.svg new file mode 100644 index 00000000..287e9a15 --- /dev/null +++ b/media/characters/rymel/maw.svg @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rymel/side.svg b/media/characters/rymel/side.svg new file mode 100644 index 00000000..d52b2ce6 --- /dev/null +++ b/media/characters/rymel/side.svg @@ -0,0 +1,1253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a3b13058..4de3c700 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1608,6 +1608,10 @@ const speciesData = { name: "Space Springhare", parents: ["rabbit"] }, + "river-drake": { + name: "River Drake", + parents: ["dragon"] + }, } //species @@ -37175,6 +37179,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rymel", species: ["river-drake"], tags: ["feral"] }, + { + side: { + height: math.unit(9, "feet"), + name: "Side", + image: { + source: "./media/characters/rymel/side.svg", + extra: 792/469, + bottom: 121/913 + } + }, + maw: { + height: math.unit(2.4, "meters"), + name: "Maw", + image: { + source: "./media/characters/rymel/maw.svg" + } + }, + }, + [ + { + name: "House Drake", + height: math.unit(2, "feet") + }, + { + name: "Reduced", + height: math.unit(4.5, "feet") + }, + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {