From b8289f41c75895029877880f5eb32ec31e1098e5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 18 May 2020 09:52:35 -0400 Subject: [PATCH] Add Weatley --- media/attribution.js | 17 ++ media/characters/weatley/back.svg | 190 +++++++++++++++ media/characters/weatley/front.svg | 355 +++++++++++++++++++++++++++++ presets/characters.js | 34 +++ 4 files changed, 596 insertions(+) create mode 100644 media/characters/weatley/back.svg create mode 100644 media/characters/weatley/front.svg diff --git a/media/attribution.js b/media/attribution.js index c0c4c323..da80032f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10069,6 +10069,19 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/weatley/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "shecatigans" + ], + owners: [ + "xrequiem" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13903,6 +13916,10 @@ const attributionData = { "name": "furipa93", "url": "https://www.deviantart.com/furipa93", }, + "shecatigans": { + "name": "Shecatigans", + "url": "https://www.furaffinity.net/user/shecatigans/", + }, } } diff --git a/media/characters/weatley/back.svg b/media/characters/weatley/back.svg new file mode 100644 index 00000000..f895146d --- /dev/null +++ b/media/characters/weatley/back.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/weatley/front.svg b/media/characters/weatley/front.svg new file mode 100644 index 00000000..c19b4069 --- /dev/null +++ b/media/characters/weatley/front.svg @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ebb2007d..9f7f44aa 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -25020,6 +25020,40 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Weatley" }, + { + front: { + height: math.unit(2 + 11/12, "feet"), + weight: math.unit(30, "lb"), + name: "Front", + image: { + source: "./media/characters/weatley/front.svg", + bottom: 10.7/414, + extra: 403.5/362 + } + }, + back: { + height: math.unit(2 + 11/12, "feet"), + weight: math.unit(30, "lb"), + name: "Back", + image: { + source: "./media/characters/weatley/back.svg", + bottom: 10.7/414, + extra: 403.5/362 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {