From a0ca137af76578854974807b22fb1e4ec8c57fa2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 25 Feb 2020 22:32:20 -0500 Subject: [PATCH] Add Gene Zeta --- media/attribution.js | 20 +++++ media/characters/gene-zeta/front.svg | 106 +++++++++++++++++++++++++++ presets/characters.js | 26 +++++++ 3 files changed, 152 insertions(+) create mode 100644 media/characters/gene-zeta/front.svg diff --git a/media/attribution.js b/media/attribution.js index 9419b5bb..1ae3b7eb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -314,6 +314,18 @@ const attributionData = { "geminimacro" ] }, + { + prefix: "./media/characters/gene-zeta/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32624036/" }, + ], + authors: [ + "that-mutt-marie" + ], + owners: [ + "xeebes" + ] + }, { prefix: "./media/characters/jaro/", files: [ @@ -984,6 +996,10 @@ const attributionData = { name: "Teaselbone", url: "https://www.furaffinity.net/user/teaselbone/" }, + "that-mutt-marie": { + name: "Marie", + url: "https://www.furaffinity.net/user/thatmuttmarie" + }, "twitch-the-dragon": { name: "Twitch", url: "https://www.furaffinity.net/user/twitchthedragon/" @@ -1000,6 +1016,10 @@ const attributionData = { name: "Wonderball", url: "https://www.furaffinity.net/user/wonderball" }, + "xeebes": { + name: "Xeebes", + url: "https://www.furaffinity.net/user/xeebes/" + }, "yozey": { name: "Yozey", url: "https://www.furaffinity.net/user/yozey/" diff --git a/media/characters/gene-zeta/front.svg b/media/characters/gene-zeta/front.svg new file mode 100644 index 00000000..50ee6401 --- /dev/null +++ b/media/characters/gene-zeta/front.svg @@ -0,0 +1,106 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2aa3ccb2..0aa5ea56 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -5152,6 +5152,32 @@ characterMakers["Valeska Voss"] = () => { ) }; +characterMakers["Gene Zeta"] = () => { + return makeCharacter( + "Gene Zeta", + "Xeebes", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(160, "lbs"), + name: "Front", + image: { + source: "./media/characters/gene-zeta/front.svg", + bottom: 0.03, + extra: 1 / (1 - 0.03) + } + } + }, + [ + { + name: "Normal", + height: math.unit(6.25, "foot"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = [];