From e00cf1fa94cdc47d14c8301e10a5285e2104eb66 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 26 Mar 2021 16:23:41 -0400 Subject: [PATCH] Add Blacky --- media/attribution.js | 22 + media/characters/blacky/maw.svg | 217 +++++++ media/characters/blacky/paw.svg | 127 ++++ media/characters/blacky/side.svg | 984 +++++++++++++++++++++++++++++++ presets/characters.js | 37 ++ 5 files changed, 1387 insertions(+) create mode 100644 media/characters/blacky/maw.svg create mode 100644 media/characters/blacky/paw.svg create mode 100644 media/characters/blacky/side.svg diff --git a/media/attribution.js b/media/attribution.js index 9710a88c..00835382 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15209,6 +15209,20 @@ const attributionData = { "itsybatsy" ] }, + { + prefix: "./media/characters/blacky/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/37109727/" }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/37109727/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/37109727/" }, + ], + authors: [ + "kiwani" + ], + owners: [ + "blazckyz0" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20850,6 +20864,14 @@ const attributionData = { "name": "Holt", "url": "https://twitter.com/Holt_it" }, + "blazckyz0": { + "name": "BlazckyZ0", + "url": "https://www.furaffinity.net/user/blazckyz0/" + }, + "kiwani": { + "name": "Kiwani", + "url": null + }, } } diff --git a/media/characters/blacky/maw.svg b/media/characters/blacky/maw.svg new file mode 100644 index 00000000..454e31b2 --- /dev/null +++ b/media/characters/blacky/maw.svg @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/blacky/paw.svg b/media/characters/blacky/paw.svg new file mode 100644 index 00000000..36ee7c74 --- /dev/null +++ b/media/characters/blacky/paw.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/blacky/side.svg b/media/characters/blacky/side.svg new file mode 100644 index 00000000..488e887a --- /dev/null +++ b/media/characters/blacky/side.svg @@ -0,0 +1,984 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 91b9947f..c1c3a01e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40301,6 +40301,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Blacky", species: ["cat", "dragon"], tags: ["feral"] }, + { + side: { + height: math.unit(4, "meters"), + weight: math.unit(250, "kg"), + name: "Side", + image: { + source: "./media/characters/blacky/side.svg", + extra: 1027/919, + bottom: 43/1070 + } + }, + maw: { + height: math.unit(1, "meters"), + name: "Maw", + image: { + source: "./media/characters/blacky/maw.svg" + } + }, + paw: { + height: math.unit(1, "meters"), + name: "Paw", + image: { + source: "./media/characters/blacky/paw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {