From 453c266e10c98934db1875289ed33b91ff13c89b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 25 Apr 2020 01:07:57 -0400 Subject: [PATCH] Add Lynn Rhea --- media/attribution.js | 23 +++ media/characters/lynn-rhea/back.svg | 140 +++++++++++++++++ media/characters/lynn-rhea/dicks.svg | 55 +++++++ media/characters/lynn-rhea/front.svg | 216 +++++++++++++++++++++++++++ media/characters/lynn-rhea/slit.svg | 36 +++++ presets/characters.js | 60 ++++++++ 6 files changed, 530 insertions(+) create mode 100644 media/characters/lynn-rhea/back.svg create mode 100644 media/characters/lynn-rhea/dicks.svg create mode 100644 media/characters/lynn-rhea/front.svg create mode 100644 media/characters/lynn-rhea/slit.svg diff --git a/media/attribution.js b/media/attribution.js index c189bc35..d7f27e7b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9034,6 +9034,21 @@ const attributionData = { "bonser" ] }, + { + prefix: "./media/characters/lynn-rhea/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/24268094/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/24268094/", nsfw: true }, + { name: "dicks.svg", source: "https://www.furaffinity.net/view/24268094/", nsfw: true }, + { name: "slit.svg", source: "https://www.furaffinity.net/view/24268094/", nsfw: true }, + ], + authors: [ + "shadowraiser" + ], + owners: [ + "lynnshark" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12500,6 +12515,14 @@ const attributionData = { "name": "Bonser", "url": "https://www.furaffinity.net/user/bonser/", }, + "shadowraiser": { + "name": "shadowraiser", + "url": "https://www.furaffinity.net/user/shadowraiser", + }, + "lynnshark": { + "name": "LynnShark", + "url": "https://www.furaffinity.net/user/lynnshark/", + }, } } diff --git a/media/characters/lynn-rhea/back.svg b/media/characters/lynn-rhea/back.svg new file mode 100644 index 00000000..1e513596 --- /dev/null +++ b/media/characters/lynn-rhea/back.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lynn-rhea/dicks.svg b/media/characters/lynn-rhea/dicks.svg new file mode 100644 index 00000000..b53e94dd --- /dev/null +++ b/media/characters/lynn-rhea/dicks.svg @@ -0,0 +1,55 @@ + + + + + + + + + diff --git a/media/characters/lynn-rhea/front.svg b/media/characters/lynn-rhea/front.svg new file mode 100644 index 00000000..8cb97402 --- /dev/null +++ b/media/characters/lynn-rhea/front.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lynn-rhea/slit.svg b/media/characters/lynn-rhea/slit.svg new file mode 100644 index 00000000..f819ee0f --- /dev/null +++ b/media/characters/lynn-rhea/slit.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0dd2f875..de71879e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20555,6 +20555,66 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lynn Rhea", species: "Shark" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(220, "lb"), + name: "Front", + image: { + source: "./media/characters/lynn-rhea/front.svg", + extra: 310/273 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(220, "lb"), + name: "Back", + image: { + source: "./media/characters/lynn-rhea/back.svg", + extra: 310/273 + } + }, + dicks: { + height: math.unit(0.9, "feet"), + name: "Dicks", + image: { + source: "./media/characters/lynn-rhea/dicks.svg" + } + }, + slit: { + height: math.unit(0.4, "feet"), + name: "Slit", + image: { + source: "./media/characters/lynn-rhea/slit.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(1, "inch") + }, + { + name: "Macro", + height: math.unit(60, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(2, "miles") + }, + { + name: "Gigamacro", + height: math.unit(3, "earths") + }, + { + name: "Galactic", + height: math.unit(0.8, "galaxies") + }, + ] +)) //characters function makeCharacters() {