From 5f2b69e147f2955fb1df571d9a09275285760458 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 9 Mar 2020 12:09:19 -0400 Subject: [PATCH] Add Vance --- media/attribution.js | 19 +++ media/characters/vance/back.svg | 237 +++++++++++++++++++++++++++++++ media/characters/vance/foot.svg | 29 ++++ media/characters/vance/front.svg | 223 +++++++++++++++++++++++++++++ media/characters/vance/hand.svg | 32 +++++ presets/characters.js | 57 ++++++++ 6 files changed, 597 insertions(+) create mode 100644 media/characters/vance/back.svg create mode 100644 media/characters/vance/foot.svg create mode 100644 media/characters/vance/front.svg create mode 100644 media/characters/vance/hand.svg diff --git a/media/attribution.js b/media/attribution.js index 370e1962..cab59bac 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4425,6 +4425,21 @@ const attributionData = { "bossvoss" ] }, + { + prefix: "./media/characters/vance/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/20287159/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/20287159/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/20287159/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/20287159/" }, + ], + authors: [ + "shorty-antics-furries" + ], + owners: [ + "neopuc" + ] + }, { prefix: "./media/characters/vanrel-hyena/", files: [ @@ -6687,6 +6702,10 @@ const attributionData = { "name": "QT_Arts", "url": "https://twitter.com/QT_Arts", }, + "tendirmuldr": { + "name": "Tendirmuldr", + "url": "https://www.furaffinity.net/user/tendirmuldir/", + }, } } diff --git a/media/characters/vance/back.svg b/media/characters/vance/back.svg new file mode 100644 index 00000000..6e16a0b0 --- /dev/null +++ b/media/characters/vance/back.svg @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vance/foot.svg b/media/characters/vance/foot.svg new file mode 100644 index 00000000..2a0242d8 --- /dev/null +++ b/media/characters/vance/foot.svg @@ -0,0 +1,29 @@ + + + + + + + + diff --git a/media/characters/vance/front.svg b/media/characters/vance/front.svg new file mode 100644 index 00000000..e6bcfaf5 --- /dev/null +++ b/media/characters/vance/front.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vance/hand.svg b/media/characters/vance/hand.svg new file mode 100644 index 00000000..d5202c39 --- /dev/null +++ b/media/characters/vance/hand.svg @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5c71127b..8d406467 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11992,6 +11992,63 @@ characterMakers["Jamie Larsen"] = () => { ) }; +characterMakers["Vance"] = () => { + return makeCharacter( + "Vance", + "Neopuc", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/vance/front.svg", + extra: 1980/1890 * (1 / (1 - 0.09)), + bottom: 0.09 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(120, "lb"), + name: "Back", + image: { + source: "./media/characters/vance/back.svg", + extra: 2081/1994 * (1 / (1 - 0.014)), + bottom: 0.014 + } + }, + hand: { + height: math.unit(0.88, "feet"), + name: "Hand", + image: { + source: "./media/characters/vance/hand.svg" + } + }, + foot: { + height: math.unit(0.64, "feet"), + name: "Foot", + image: { + source: "./media/characters/vance/foot.svg" + } + }, + }, + [ + { + name: "Small", + height: math.unit(90, "feet") + }, + { + name: "Macro", + height: math.unit(100, "meters") + }, + { + name: "Megamacro", + height: math.unit(15, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({