From 923b8438a22d3f4f281e427d801c62e05051a256 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 31 Dec 2021 14:00:26 -0600 Subject: [PATCH] Add Michael Berretta --- media/attribution.js | 23 + media/characters/michael-berretta/back.svg | 903 +++++++++ media/characters/michael-berretta/dick.svg | 147 ++ .../michael-berretta/front-nsfw.svg | 1744 +++++++++++++++++ media/characters/michael-berretta/front.svg | 1341 +++++++++++++ presets/characters.js | 56 + 6 files changed, 4214 insertions(+) create mode 100644 media/characters/michael-berretta/back.svg create mode 100644 media/characters/michael-berretta/dick.svg create mode 100644 media/characters/michael-berretta/front-nsfw.svg create mode 100644 media/characters/michael-berretta/front.svg diff --git a/media/attribution.js b/media/attribution.js index f7c6f5b1..1c96ab07 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19756,6 +19756,21 @@ const attributionData = { "trance-sortfolf" ] }, + { + prefix: "./media/characters/michael-berretta/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/45289789/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/45289789/" }, + { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/45289876/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/45289876/", nsfw: true }, + ], + authors: [ + "bayleyheart" + ], + owners: [ + "michael-berretta" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27531,6 +27546,14 @@ const attributionData = { "name": "Zomb", "url": "https://twitter.com/zombchomp" }, + "bayleyheart": { + "name": "BayleyHeart", + "url": "https://twitter.com/BayleyHeart!" + }, + "michael-berretta": { + "name": "Michael Berretta", + "url": "https://www.furaffinity.net/user/michaelberretta1997/" + }, } } diff --git a/media/characters/michael-berretta/back.svg b/media/characters/michael-berretta/back.svg new file mode 100644 index 00000000..c27ec30e --- /dev/null +++ b/media/characters/michael-berretta/back.svg @@ -0,0 +1,903 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/michael-berretta/dick.svg b/media/characters/michael-berretta/dick.svg new file mode 100644 index 00000000..70bda37c --- /dev/null +++ b/media/characters/michael-berretta/dick.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/michael-berretta/front-nsfw.svg b/media/characters/michael-berretta/front-nsfw.svg new file mode 100644 index 00000000..15558162 --- /dev/null +++ b/media/characters/michael-berretta/front-nsfw.svg @@ -0,0 +1,1744 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/michael-berretta/front.svg b/media/characters/michael-berretta/front.svg new file mode 100644 index 00000000..061657b2 --- /dev/null +++ b/media/characters/michael-berretta/front.svg @@ -0,0 +1,1341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index eb13f280..f8fa15ab 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -54097,6 +54097,62 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Michael Berretta", species: ["lion"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + name: "Front", + image: { + source: "./media/characters/michael-berretta/front.svg", + extra: 515/494, + bottom: 20/535 + } + }, + back: { + height: math.unit(6 + 3/12, "feet"), + name: "Back", + image: { + source: "./media/characters/michael-berretta/back.svg", + extra: 520/497, + bottom: 21/541 + } + }, + frontNsfw: { + height: math.unit(6 + 3/12, "feet"), + name: "Front (NSFW)", + image: { + source: "./media/characters/michael-berretta/front-nsfw.svg", + extra: 515/494, + bottom: 20/535 + } + }, + dick: { + height: math.unit(1, "feet"), + name: "Dick", + image: { + source: "./media/characters/michael-berretta/dick.svg" + } + }, + + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(12, "feet") + }, + { + name: "Macro", + height: math.unit(187.5, "feet") + }, + ] +)) + //characters function makeCharacters() {