From 369ab2ec9b079a6349529052018777256d798634 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 6 Jul 2021 11:06:45 -0400 Subject: [PATCH] Add Mayso --- media/attribution.js | 12 + media/characters/mayso/front.svg | 721 +++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 756 insertions(+) create mode 100644 media/characters/mayso/front.svg diff --git a/media/attribution.js b/media/attribution.js index 909a107e..8dfde2a3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16091,6 +16091,18 @@ const attributionData = { "duk3assassin" ] }, + { + prefix: "./media/characters/mayso/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41855603/" } + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "duk3assassin" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/mayso/front.svg b/media/characters/mayso/front.svg new file mode 100644 index 00000000..43602712 --- /dev/null +++ b/media/characters/mayso/front.svg @@ -0,0 +1,721 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 86f96b29..f7166604 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42238,6 +42238,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Mayso", species: ["dunnoh"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 5/12, "feet"), + weight: math.unit(170, "lb"), + name: "Front", + image: { + source: "./media/characters/mayso/front.svg", + extra: 1215/1108, + bottom: 16/1231 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 5/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {