From 1cd7da9a3caa628bebaedbd602c79542024c20c8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 24 Feb 2020 22:00:46 -0500 Subject: [PATCH] Add Vemus --- media/attribution.js | 20 ++ media/characters/vemus/front.svg | 357 +++++++++++++++++++++++++++++++ presets/characters.js | 33 +++ 3 files changed, 410 insertions(+) create mode 100644 media/characters/vemus/front.svg diff --git a/media/attribution.js b/media/attribution.js index 879a2999..019306c4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -442,6 +442,18 @@ const attributionData = { "movler" ] }, + { + prefix: "./media/characters/vemus/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31833589/" } + ], + authors: [ + "eda" + ], + owners: [ + "vemus" + ] + }, { prefix: "./media/characters/wyvern-ripsnarl/", files: [ @@ -560,6 +572,10 @@ const attributionData = { name: "Dragga", url: "https://www.furaffinity.net/user/dragga" }, + "eda": { + name: "Eda", + url: "https://www.furaffinity.net/user/eda/" + }, "ethan64": { name: "Ethan64", url: "https://www.furaffinity.net/user/ethan64/" @@ -692,6 +708,10 @@ const attributionData = { name: "Twitch", url: "https://www.furaffinity.net/user/twitchthedragon/" }, + "vemus": { + name: "vemus", + url: "https://www.furaffinity.net/user/vemus" + }, "wonderball": { name: "Wonderball", url: "https://www.furaffinity.net/user/wonderball" diff --git a/media/characters/vemus/front.svg b/media/characters/vemus/front.svg new file mode 100644 index 00000000..e43fba0d --- /dev/null +++ b/media/characters/vemus/front.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cde347b5..cfa31911 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -4646,6 +4646,39 @@ characterMakers["Wyvern Ripsnarl"] = () => { ) }; +characterMakers["Vemus"] = () => { + return makeCharacter( + "Vemus", + "Vemus", + { + front: { + height: math.unit(2, "meters"), + weight: math.unit(150, "kg"), + name: "Front", + image: { + source: "./media/characters/vemus/front.svg", + extra: 2384/2084 + } + } + }, + [ + { + name: "Normal", + height: math.unit(3, "meters"), + default: true + }, + { + name: "Lorg", + height: math.unit(7, "meters") + }, + { + name: "More Lorg", + height: math.unit(250, "meters") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({