From d722bf2167692e3d84fd7ffac7ef18b2fedaa109 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 6 Mar 2021 09:48:45 -0500 Subject: [PATCH] Add Miles Thestia --- media/attribution.js | 18 + media/characters/miles-thestia/back.svg | 652 +++++++++++++++ media/characters/miles-thestia/front-nsfw.svg | 768 ++++++++++++++++++ media/characters/miles-thestia/front.svg | 750 +++++++++++++++++ presets/characters.js | 43 + 5 files changed, 2231 insertions(+) create mode 100644 media/characters/miles-thestia/back.svg create mode 100644 media/characters/miles-thestia/front-nsfw.svg create mode 100644 media/characters/miles-thestia/front.svg diff --git a/media/attribution.js b/media/attribution.js index b9285fbe..63bfe12e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14782,6 +14782,20 @@ const attributionData = { "estina" ] }, + { + prefix: "./media/characters/miles-thestia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36640521/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/36640521/" }, + { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/36640543/", nsfw: true }, + ], + authors: [ + "miles-thestia" + ], + owners: [ + "miles-thestia" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20233,6 +20247,10 @@ const attributionData = { "name": "ndnode", "url": "https://aryion.com/g4/user/ndnode" }, + "miles-thestia": { + "name": "Miles Thestia", + "url": "https://twitter.com/MilesThestia" + }, } } diff --git a/media/characters/miles-thestia/back.svg b/media/characters/miles-thestia/back.svg new file mode 100644 index 00000000..c3c63fdc --- /dev/null +++ b/media/characters/miles-thestia/back.svg @@ -0,0 +1,652 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/miles-thestia/front-nsfw.svg b/media/characters/miles-thestia/front-nsfw.svg new file mode 100644 index 00000000..2e23df3f --- /dev/null +++ b/media/characters/miles-thestia/front-nsfw.svg @@ -0,0 +1,768 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/miles-thestia/front.svg b/media/characters/miles-thestia/front.svg new file mode 100644 index 00000000..82c7d2bc --- /dev/null +++ b/media/characters/miles-thestia/front.svg @@ -0,0 +1,750 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1c1fab8f..82011d8f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39096,6 +39096,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Miles Thestia", species: ["wolf", "dog"], tags: ["anthro"] }, + { + front: { + height: math.unit(10, "feet"), + weight: math.unit(1500, "lb"), + name: "Front", + image: { + source: "./media/characters/miles-thestia/front.svg", + extra: 1812/1727, + bottom: 86/1898 + } + }, + back: { + height: math.unit(10, "feet"), + weight: math.unit(1500, "lb"), + name: "Back", + image: { + source: "./media/characters/miles-thestia/back.svg", + extra: 1799/1690, + bottom: 47/1846 + } + }, + frontNsfw: { + height: math.unit(10, "feet"), + weight: math.unit(1500, "lb"), + name: "Front (NSFW)", + image: { + source: "./media/characters/miles-thestia/front-nsfw.svg", + extra: 1812/1727, + bottom: 86/1898 + } + }, + }, + [ + { + name: "Mini-Macro", + height: math.unit(10, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {