From 0378ecbb77c23dd55b8e74cfb6dfe8d251a49c5a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 8 Mar 2020 12:32:51 -0400 Subject: [PATCH] Vivian Bijoux --- media/attribution.js | 12 + media/characters/vivian-bijoux/front.svg | 334 +++++++++++++++++++++++ presets/characters.js | 34 +++ 3 files changed, 380 insertions(+) create mode 100644 media/characters/vivian-bijoux/front.svg diff --git a/media/attribution.js b/media/attribution.js index 7247d701..429be07a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4513,6 +4513,18 @@ const attributionData = { "ranger" ] }, + { + prefix: "./media/characters/vivian-bijoux/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32904452/" } + ], + authors: [ + "geckonori" + ], + owners: [ + "geckonori" + ] + }, { prefix: "./media/characters/wyvrn-ripsnarl/", files: [ diff --git a/media/characters/vivian-bijoux/front.svg b/media/characters/vivian-bijoux/front.svg new file mode 100644 index 00000000..162bc7f0 --- /dev/null +++ b/media/characters/vivian-bijoux/front.svg @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 54474320..3990069a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11853,6 +11853,40 @@ characterMakers["Danyel"] = () => { ) }; +characterMakers["Vivian Bijoux"] = () => { + return makeCharacter( + "Vivian Bijoux", + "Geckonori", + { + front: { + height: math.unit(5 + 6/12, "feet"), + weight: math.unit(200, "lb"), + name: "Front", + image: { + source: "./media/characters/vivian-bijoux/front.svg", + extra: (1 / (1 - 0.072)), + bottom: 0.072 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + { + name: "Bad Dream", + height: math.unit(500, "feet") + }, + { + name: "Nightmare", + height: math.unit(500, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({