From 7a5041c5aee5f50162af7bdd221011853e34cbc9 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 9 Mar 2020 13:09:40 -0400 Subject: [PATCH] Add Vincent --- media/attribution.js | 15 + media/characters/vincent/beak.svg | 49 ++++ media/characters/vincent/foot.svg | 31 ++ media/characters/vincent/front.svg | 442 +++++++++++++++++++++++++++++ media/characters/vincent/hand.svg | 33 +++ presets/characters.js | 60 ++++ 6 files changed, 630 insertions(+) create mode 100644 media/characters/vincent/beak.svg create mode 100644 media/characters/vincent/foot.svg create mode 100644 media/characters/vincent/front.svg create mode 100644 media/characters/vincent/hand.svg diff --git a/media/attribution.js b/media/attribution.js index 457af620..c3676937 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4540,6 +4540,21 @@ const attributionData = { "ranger" ] }, + { + prefix: "./media/characters/vincent/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/15426322/" }, + { name: "beak.svg", source: "https://www.furaffinity.net/view/15426322/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/15426322/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/15426322/" }, + ], + authors: [ + "ashascadence" + ], + owners: [ + "neopuc" + ] + }, { prefix: "./media/characters/vivian-bijoux/", files: [ diff --git a/media/characters/vincent/beak.svg b/media/characters/vincent/beak.svg new file mode 100644 index 00000000..4e96ad3f --- /dev/null +++ b/media/characters/vincent/beak.svg @@ -0,0 +1,49 @@ + + + + + + + + + + diff --git a/media/characters/vincent/foot.svg b/media/characters/vincent/foot.svg new file mode 100644 index 00000000..3561bc93 --- /dev/null +++ b/media/characters/vincent/foot.svg @@ -0,0 +1,31 @@ + + + + + + diff --git a/media/characters/vincent/front.svg b/media/characters/vincent/front.svg new file mode 100644 index 00000000..7d192269 --- /dev/null +++ b/media/characters/vincent/front.svg @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vincent/hand.svg b/media/characters/vincent/hand.svg new file mode 100644 index 00000000..383f2d13 --- /dev/null +++ b/media/characters/vincent/hand.svg @@ -0,0 +1,33 @@ + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 213e846c..60726d95 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -12109,6 +12109,66 @@ characterMakers["Xochitl"] = () => { ) }; +characterMakers["Vincent"] = () => { + return makeCharacter( + "Vincent", + "Neopuc", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/vincent/front.svg", + extra: 1130/1080 * (1 / (1 - 0.055)), + bottom: 0.055 + } + }, + beak: { + height: math.unit(6 * 0.1, "feet"), + name: "Beak", + image: { + source: "./media/characters/vincent/beak.svg" + } + }, + hand: { + height: math.unit(6 * 0.85, "feet"), + weight: math.unit(150, "lb"), + name: "Hand", + image: { + source: "./media/characters/vincent/hand.svg" + } + }, + foot: { + height: math.unit(6 * 0.19, "feet"), + weight: math.unit(150, "lb"), + name: "Foot", + image: { + source: "./media/characters/vincent/foot.svg" + } + }, + }, + [ + { + name: "Base", + height: math.unit(6 + 5/12, "feet") + }, + { + name: "Macro", + height: math.unit(300, "feet") + }, + { + name: "Megamacro", + height: math.unit(2, "miles") + }, + { + name: "Gigamacro", + height: math.unit(1000, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({