From 3c45c8ad91a54c1580234d9753efe754aed0f561 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 30 Sep 2020 18:59:45 -0400 Subject: [PATCH] Add Ryth --- media/attribution.js | 20 ++ media/characters/ryth/front.svg | 602 ++++++++++++++++++++++++++++++++ presets/characters.js | 29 +- 3 files changed, 650 insertions(+), 1 deletion(-) create mode 100644 media/characters/ryth/front.svg diff --git a/media/attribution.js b/media/attribution.js index 7b521d42..f7562807 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12370,6 +12370,18 @@ const attributionData = { "aquwardly-homosexual" ] }, + { + prefix: "./media/characters/ryth/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38399523/" } + ], + authors: [ + "zannathedragon" + ], + owners: [ + "ryth" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17057,6 +17069,14 @@ const attributionData = { "name": "Softineon", "url": "https://twitter.com/softineon" }, + "zannathedragon": { + "name": "zannathedragon", + "url": "https://www.furaffinity.net/user/zannathedragon/" + }, + "ryth": { + "name": "Ryth", + "url": "https://www.furaffinity.net/user/ryth" + }, } } diff --git a/media/characters/ryth/front.svg b/media/characters/ryth/front.svg new file mode 100644 index 00000000..26fbcf24 --- /dev/null +++ b/media/characters/ryth/front.svg @@ -0,0 +1,602 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6ed51e50..ffdb2a0a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31942,7 +31942,34 @@ characterMakers.push(() => makeCharacter( }, }, [ - + { + name: "Normal", + height: math.unit(8, "feet"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Ryth", species: ["gremlin"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + weight: math.unit(400, "lb"), + name: "Front", + image: { + source: "./media/characters/ryth/front.svg", + extra: 876/691, + bottom: 25/901 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, ] ))