From 43912028c01449a3aeb097f3ab220ada6176b3ea Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 12 May 2020 17:39:27 -0400 Subject: [PATCH] Add Solex Draconov --- media/attribution.js | 16 + media/characters/solex-draconov/front.svg | 846 ++++++++++++++++++++++ presets/characters.js | 63 ++ 3 files changed, 925 insertions(+) create mode 100644 media/characters/solex-draconov/front.svg diff --git a/media/attribution.js b/media/attribution.js index 03d9990b..97bd2287 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9777,6 +9777,18 @@ const attributionData = { "dylanstrategie" ] }, + { + prefix: "./media/characters/solex-draconov/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32413593/", nsfw: true } + ], + authors: [ + "solexfox" + ], + owners: [ + "solexfox" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13555,6 +13567,10 @@ const attributionData = { "name": "dylanstrategie", "url": "https://www.furaffinity.net/user/dylanstrategie/", }, + "solexfox": { + "name": "SolexFox", + "url": "https://www.furaffinity.net/user/solexfox/", + }, } } diff --git a/media/characters/solex-draconov/front.svg b/media/characters/solex-draconov/front.svg new file mode 100644 index 00000000..bf549905 --- /dev/null +++ b/media/characters/solex-draconov/front.svg @@ -0,0 +1,846 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1fb54851..cf0aeb9a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22806,6 +22806,69 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Solex Draconov", species: "Drasune" }, + { + front: { + height: math.unit(7 + 5/12, "feet"), + weight: math.unit(357, "lb"), + name: "Front", + image: { + source: "./media/characters/solex-draconov/front.svg", + extra: 1993/1865, + bottom: 117/2111 + } + }, + }, + [ + { + name: "Natural Height", + height: math.unit(7 + 5/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(350, "feet") + }, + { + name: "Macro+", + height: math.unit(1000, "feet") + }, + { + name: "Megamacro", + height: math.unit(20, "km") + }, + { + name: "Megamacro+", + height: math.unit(1000, "km") + }, + { + name: "Gigamacro", + height: math.unit(2.5, "Gm") + }, + { + name: "Teramacro", + height: math.unit(15, "Tm") + }, + { + name: "Galactic", + height: math.unit(30, "Zm") + }, + { + name: "Universal", + height: math.unit(21000, "Ym") + }, + { + name: "Omniversal", + height: math.unit(9.861e50, "Ym") + }, + { + name: "Existential", + height: math.unit(1e300, "meters") + }, + ] +)) + //characters function makeCharacters() {