From 3bf5cbbe902dafbc0c4a79e1a394ab05cb4fb6dd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 18 Apr 2020 19:14:29 -0400 Subject: [PATCH] Add Logan Grey --- media/attribution.js | 49 +++ media/characters/logan-grey/back.svg | 83 ++++ media/characters/logan-grey/dick.svg | 86 ++++ media/characters/logan-grey/front-alt.svg | 137 +++++++ media/characters/logan-grey/front.svg | 453 ++++++++++++++++++++++ presets/characters.js | 58 +++ 6 files changed, 866 insertions(+) create mode 100644 media/characters/logan-grey/back.svg create mode 100644 media/characters/logan-grey/dick.svg create mode 100644 media/characters/logan-grey/front-alt.svg create mode 100644 media/characters/logan-grey/front.svg diff --git a/media/attribution.js b/media/attribution.js index aec9b8d2..86811989 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8755,6 +8755,43 @@ const attributionData = { "neopuc" ] }, + { + prefix: "./media/characters/logan-grey/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32598649/" } + ], + authors: [ + "son2j" + ], + owners: [ + "logangrey" + ] + }, + { + prefix: "./media/characters/logan-grey/", + files: [ + { name: "dick.svg", source: "https://www.furaffinity.net/view/30470550/" } + ], + authors: [ + "quotefox" + ], + owners: [ + "logangrey" + ] + }, + { + prefix: "./media/characters/logan-grey/", + files: [ + { name: "front-alt.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "quotefox" + ], + owners: [ + "logangrey" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12077,6 +12114,18 @@ const attributionData = { "name": "gothwolf", "url": "https://www.furaffinity.net/user/gothwolf", }, + "quotefox": { + "name": "QuoteFox", + "url": "https://www.furaffinity.net/user/quotefox", + }, + "logangrey": { + "name": "Logan Grey", + "url": "https://www.furaffinity.net/user/logangrey/", + }, + "son2j": { + "name": "Son2j", + "url": "https://www.furaffinity.net/user/son2j", + }, } } diff --git a/media/characters/logan-grey/back.svg b/media/characters/logan-grey/back.svg new file mode 100644 index 00000000..640e5c65 --- /dev/null +++ b/media/characters/logan-grey/back.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + diff --git a/media/characters/logan-grey/dick.svg b/media/characters/logan-grey/dick.svg new file mode 100644 index 00000000..9a69e4b7 --- /dev/null +++ b/media/characters/logan-grey/dick.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + diff --git a/media/characters/logan-grey/front-alt.svg b/media/characters/logan-grey/front-alt.svg new file mode 100644 index 00000000..2e964085 --- /dev/null +++ b/media/characters/logan-grey/front-alt.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + diff --git a/media/characters/logan-grey/front.svg b/media/characters/logan-grey/front.svg new file mode 100644 index 00000000..2d040fd6 --- /dev/null +++ b/media/characters/logan-grey/front.svg @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c40a426c..6519093e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19710,6 +19710,64 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Logan Grey" }, + { + front: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/logan-grey/front.svg", + extra: 2539/2393, + bottom: 97.6/2636.37 + } + }, + frontAlt: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front (Alt)", + image: { + source: "./media/characters/logan-grey/front-alt.svg", + extra: 958/893, + bottom: 15/970.768 + } + }, + back: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(120, "lb"), + name: "Back", + image: { + source: "./media/characters/logan-grey/back.svg", + extra: 958/893, + bottom: 2.1881/970.9788 + } + }, + dick: { + height: math.unit(1.437, "feet"), + name: "Dick", + image: { + source: "./media/characters/logan-grey/dick.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 8/12, "feet") + }, + { + name: "The 500 Foot Femboy", + height: math.unit(500, "feet"), + default: true + }, + { + name: "Megmacro", + height: math.unit(20, "miles") + }, + ] +)) + //characters function makeCharacters() {