From 88818408497bca8e3480a466dc20dac18c992e7d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Apr 2020 22:44:54 -0400 Subject: [PATCH] Add Poojawa Vynar --- media/attribution.js | 21 + .../poojawa-vynar/front-tailless.svg | 354 +++++++++++ media/characters/poojawa-vynar/front.svg | 566 ++++++++++++++++++ presets/characters.js | 33 + 4 files changed, 974 insertions(+) create mode 100644 media/characters/poojawa-vynar/front-tailless.svg create mode 100644 media/characters/poojawa-vynar/front.svg diff --git a/media/attribution.js b/media/attribution.js index a1844876..f8501c0f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8411,6 +8411,19 @@ const attributionData = { "anotherscrub" ] }, + { + prefix: "./media/characters/poojawa-vynar/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/23954673/" }, + { name: "front-tailless.svg", source: "https://www.furaffinity.net/view/23954673/" }, + ], + authors: [ + "orangesoiree" + ], + owners: [ + "poojawa" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11640,6 +11653,14 @@ const attributionData = { "name": "CDC", "url": "https://chronicdata.cdc.gov", }, + "orangesoiree": { + "name": "OrangeSoiree", + "url": "https://www.furaffinity.net/user/orangesoiree", + }, + "poojawa": { + "name": "poojawa", + "url": "https://www.furaffinity.net/user/poojawa", + }, } } diff --git a/media/characters/poojawa-vynar/front-tailless.svg b/media/characters/poojawa-vynar/front-tailless.svg new file mode 100644 index 00000000..c77089af --- /dev/null +++ b/media/characters/poojawa-vynar/front-tailless.svg @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/poojawa-vynar/front.svg b/media/characters/poojawa-vynar/front.svg new file mode 100644 index 00000000..7edc8bfe --- /dev/null +++ b/media/characters/poojawa-vynar/front.svg @@ -0,0 +1,566 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7eec4b5a..cc9aa862 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18885,6 +18885,39 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Poojawa Vynar" }, + { + front: { + height: math.unit(5 + 10/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/poojawa-vynar/front.svg", + extra: (1506.1547-55) / 1356.6, + bottom: 55/1506.1547 + } + }, + frontTailless: { + height: math.unit(5 + 10/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front (Tailless)", + image: { + source: "./media/characters/poojawa-vynar/front-tailless.svg", + extra: (1506.1547-55) / 1356.6, + bottom: 55/1506.1547 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 10/12, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {