From 99aabff72fdf6a9481a20f2d9f36ee8073c7d9be Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 4 Nov 2021 13:37:46 -0400 Subject: [PATCH] Add Winter --- media/attribution.js | 18 + media/characters/winter/dick.svg | 158 +++ media/characters/winter/front-nsfw.svg | 1296 +++++++++++++++++++++++ media/characters/winter/front.svg | 1305 ++++++++++++++++++++++++ presets/characters.js | 40 + 5 files changed, 2817 insertions(+) create mode 100644 media/characters/winter/dick.svg create mode 100644 media/characters/winter/front-nsfw.svg create mode 100644 media/characters/winter/front.svg diff --git a/media/attribution.js b/media/attribution.js index 809221d1..ae0a9876 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18558,6 +18558,20 @@ const attributionData = { "datastains" ] }, + { + prefix: "./media/characters/winter/", + files: [ + { name: "front.svg", source: null }, + { name: "front-nsfw.svg", source: null, nsfw: true }, + { name: "dick.svg", source: null, nsfw: true }, + ], + authors: [ + "themuffinly" + ], + owners: [ + "blizzyfox" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -25623,6 +25637,10 @@ const attributionData = { "name": "Cyamallo", "url": "https://trello.com/c/WYYRyWh1/45-ref-by-cyamallo" }, + "themuffinly": { + "name": "TheMuffinly", + "url": "https://www.furaffinity.net/user/themuffinly" + }, } } diff --git a/media/characters/winter/dick.svg b/media/characters/winter/dick.svg new file mode 100644 index 00000000..bfbbc0c9 --- /dev/null +++ b/media/characters/winter/dick.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + diff --git a/media/characters/winter/front-nsfw.svg b/media/characters/winter/front-nsfw.svg new file mode 100644 index 00000000..c488745c --- /dev/null +++ b/media/characters/winter/front-nsfw.svg @@ -0,0 +1,1296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/winter/front.svg b/media/characters/winter/front.svg new file mode 100644 index 00000000..a80fd669 --- /dev/null +++ b/media/characters/winter/front.svg @@ -0,0 +1,1305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6956b4cf..38204c66 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -50173,6 +50173,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Winter", species: ["arcanine"], tags: ["feral"] }, + { + front: { + height: math.unit(12, "feet"), + weight: math.unit(4000, "lb"), + name: "Front", + image: { + source: "./media/characters/winter/front.svg", + extra: 1286/943, + bottom: 112/1398 + } + }, + frontNsfw: { + height: math.unit(12, "feet"), + weight: math.unit(4000, "lb"), + name: "Front (NSFW)", + image: { + source: "./media/characters/winter/front-nsfw.svg", + extra: 1286/943, + bottom: 112/1398 + } + }, + dick: { + height: math.unit(3.79, "feet"), + name: "Dick", + image: { + source: "./media/characters/winter/dick.svg" + } + }, + }, + [ + { + name: "Big", + height: math.unit(12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {