From 9f2444be99f4f9640e4f3d0162a61925fcc14f3c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 8 Apr 2020 08:32:32 -0400 Subject: [PATCH] Add Violette --- media/attribution.js | 16 + media/characters/violette/front.svg | 1326 +++++++++++++++++++++++++++ presets/characters.js | 22 + 3 files changed, 1364 insertions(+) create mode 100644 media/characters/violette/front.svg diff --git a/media/attribution.js b/media/attribution.js index f8501c0f..a3b2f5ed 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8424,6 +8424,18 @@ const attributionData = { "poojawa" ] }, + { + prefix: "./media/characters/violette/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35367386/" } + ], + authors: [ + "scream" + ], + owners: [ + "scream" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11661,6 +11673,10 @@ const attributionData = { "name": "poojawa", "url": "https://www.furaffinity.net/user/poojawa", }, + "scream": { + "name": "scream", + "url": "https://www.furaffinity.net/user/scream", + }, } } diff --git a/media/characters/violette/front.svg b/media/characters/violette/front.svg new file mode 100644 index 00000000..4a46f5f0 --- /dev/null +++ b/media/characters/violette/front.svg @@ -0,0 +1,1326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cc9aa862..c6c62120 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18918,6 +18918,28 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Violette" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(160, "lb"), + name: "Front", + image: { + source: "./media/characters/violette/front.svg", + extra: 1227/1180 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(300, "meters"), + default: true + }, + ] +)) //characters function makeCharacters() {