From 431042c9adef4a4b45ae0ef42b3f45ce53b3cdb1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 26 Apr 2020 13:29:05 -0400 Subject: [PATCH] Add Pliskin --- media/attribution.js | 16 ++ media/characters/pliskin/front.svg | 442 +++++++++++++++++++++++++++++ presets/characters.js | 31 ++ 3 files changed, 489 insertions(+) create mode 100644 media/characters/pliskin/front.svg diff --git a/media/attribution.js b/media/attribution.js index c095e39f..f0f292d9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9142,6 +9142,18 @@ const attributionData = { "ivore" ] }, + { + prefix: "./media/characters/pliskin/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30914902/" } + ], + authors: [ + "keihound" + ], + owners: [ + "pliskin" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12680,6 +12692,10 @@ const attributionData = { "name": "EmiiChii", "url": "https://www.furaffinity.net/user/emiechii", }, + "pliskin": { + "name": "Pliskin", + "url": "https://www.furaffinity.net/user/pliskin", + }, } } diff --git a/media/characters/pliskin/front.svg b/media/characters/pliskin/front.svg new file mode 100644 index 00000000..ffe809cc --- /dev/null +++ b/media/characters/pliskin/front.svg @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fc82b54c..06a3cdb3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20979,6 +20979,37 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Pliskin" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/pliskin/front.svg", + extra: 1469/1359, + bottom: 70/1540 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 11/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(120, "feet") + }, + ] +)) //characters function makeCharacters() {