From ea930a1e70424c1f3a58bab8d2d6399e6701042e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 27 Feb 2020 15:16:10 -0500 Subject: [PATCH] Add Q --- media/attribution.js | 17 ++++ media/characters/q/back.svg | 129 +++++++++++++++++++++++++++++++ media/characters/q/front.svg | 145 +++++++++++++++++++++++++++++++++++ presets/characters.js | 44 +++++++++++ 4 files changed, 335 insertions(+) create mode 100644 media/characters/q/back.svg create mode 100644 media/characters/q/front.svg diff --git a/media/attribution.js b/media/attribution.js index 01e4ab4d..0362078c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -736,6 +736,19 @@ const attributionData = { "vonadi" ] }, + { + prefix: "./media/characters/q/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27639390/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/27639390/" } + ], + authors: [ + "qdd" + ], + owners: [ + "qdd" + ] + }, { prefix: "./media/characters/ranek/", files: [ @@ -1651,6 +1664,10 @@ const attributionData = { "name": "Princess Rei", "url": "https://twitter.com/princessrei" }, + "qdd": { + "name": "Q Walf", + "url": "https://www.furaffinity.net/user/qdd/", + }, "quake-yote": { "name": "Quake Yote", "url": "https://www.furaffinity.net/user/rokossovskiy" diff --git a/media/characters/q/back.svg b/media/characters/q/back.svg new file mode 100644 index 00000000..430aceaf --- /dev/null +++ b/media/characters/q/back.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + diff --git a/media/characters/q/front.svg b/media/characters/q/front.svg new file mode 100644 index 00000000..89fd211c --- /dev/null +++ b/media/characters/q/front.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6adfaf1f..3e58ce64 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6109,6 +6109,50 @@ characterMakers["Corvin"] = () => { }; +characterMakers["Q"] = () => { + return makeCharacter( + "Q", + "Q Walf", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(135, "lbs"), + name: "Front", + image: { + source: "./media/characters/q/front.svg", + extra: 854/752 * (1 / (1 - 0.005)), + bottom: 0.005 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(130, "lbs"), + name: "Back", + image: { + source: "./media/characters/q/back.svg", + extra: 854/752 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(90, "feet"), + default: true + }, + { + name: "Extra Macro", + height: math.unit(300, "feet"), + }, + { + name: "BIG WALF", + height: math.unit(750, "feet"), + }, + ] + ) +}; + + function makeCharacters() { const results = []; results.push({