From ac809f96c74f7bfbcc47722e39d450e92399b5b1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 20 Dec 2021 10:57:08 -0500 Subject: [PATCH] Add an anthro form for Winter --- media/attribution.js | 20 +- media/characters/winter/anthro.svg | 1900 +++++++++++++++++ .../winter/{front-nsfw.svg => feral-nsfw.svg} | 0 .../winter/{front.svg => feral.svg} | 0 presets/characters.js | 52 +- 5 files changed, 1960 insertions(+), 12 deletions(-) create mode 100644 media/characters/winter/anthro.svg rename media/characters/winter/{front-nsfw.svg => feral-nsfw.svg} (100%) rename media/characters/winter/{front.svg => feral.svg} (100%) diff --git a/media/attribution.js b/media/attribution.js index 00ac4279..aeef9e21 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18608,8 +18608,8 @@ const attributionData = { { prefix: "./media/characters/winter/", files: [ - { name: "front.svg", source: null }, - { name: "front-nsfw.svg", source: null, nsfw: true }, + { name: "feral.svg", source: null }, + { name: "feral-nsfw.svg", source: null, nsfw: true }, { name: "dick.svg", source: null, nsfw: true }, ], authors: [ @@ -18619,6 +18619,18 @@ const attributionData = { "blizzyfox" ] }, + { + prefix: "./media/characters/winter/", + files: [ + { name: "anthro.svg", source: "https://twitter.com/Ron_Raccoon_/status/1464287689562214401" }, + ], + authors: [ + "ron-raccoon" + ], + owners: [ + "blizzyfox" + ] + }, { prefix: "./media/characters/withers/", files: [ @@ -27371,6 +27383,10 @@ const attributionData = { "name": "Shuken Flash", "url": "https://inkbunny.net/ShukenFlash" }, + "ron-raccoon": { + "name": "Ron", + "url": "https://twitter.com/Ron_Raccoon_/" + }, } } diff --git a/media/characters/winter/anthro.svg b/media/characters/winter/anthro.svg new file mode 100644 index 00000000..ef3c0707 --- /dev/null +++ b/media/characters/winter/anthro.svg @@ -0,0 +1,1900 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/winter/front-nsfw.svg b/media/characters/winter/feral-nsfw.svg similarity index 100% rename from media/characters/winter/front-nsfw.svg rename to media/characters/winter/feral-nsfw.svg diff --git a/media/characters/winter/front.svg b/media/characters/winter/feral.svg similarity index 100% rename from media/characters/winter/front.svg rename to media/characters/winter/feral.svg diff --git a/presets/characters.js b/presets/characters.js index c7d2d32d..46326ee2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -50725,41 +50725,73 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Winter", species: ["arcanine"], tags: ["feral"] }, { - front: { + feral: { height: math.unit(12, "feet"), weight: math.unit(20000, "lb"), - name: "Front", + name: "Side", image: { - source: "./media/characters/winter/front.svg", + source: "./media/characters/winter/feral.svg", extra: 1286/943, bottom: 112/1398 - } + }, + form: "feral", + default: true }, - frontNsfw: { + feralNsfw: { height: math.unit(12, "feet"), weight: math.unit(20000, "lb"), - name: "Front (NSFW)", + name: "Side (NSFW)", image: { - source: "./media/characters/winter/front-nsfw.svg", + source: "./media/characters/winter/feral-nsfw.svg", extra: 1286/943, bottom: 112/1398 - } + }, + form: "feral" }, dick: { height: math.unit(3.79, "feet"), name: "Dick", image: { source: "./media/characters/winter/dick.svg" - } + }, + form: "feral" + }, + anthro: { + height: math.unit(12, "feet"), + weight: math.unit(10, "tons"), + name: "Anthro", + image: { + source: "./media/characters/winter/anthro.svg", + extra: 1701/1553, + bottom: 64/1765 + }, + form: "anthro", + default: true }, }, [ { name: "Big", height: math.unit(12, "feet"), + default: true, + form: "feral" + }, + { + name: "Big", + height: math.unit(12, "feet"), + default: true, + form: "anthro" + }, + ], + { + "feral": { + name: "Feral", default: true }, - ] + "anthro": { + name: "Anthro" + } + } )) characterMakers.push(() => makeCharacter(