From f74f38937ca3b97983a56685a1f84b01a3d3504a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 28 Jun 2021 10:12:16 -0400 Subject: [PATCH] Add Charlie --- media/attribution.js | 12 + media/characters/charlie/front.svg | 685 +++++++++++++++++++++++++++++ presets/characters.js | 27 ++ 3 files changed, 724 insertions(+) create mode 100644 media/characters/charlie/front.svg diff --git a/media/attribution.js b/media/attribution.js index fc078165..5878f786 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15618,6 +15618,18 @@ const attributionData = { "sabrejackal" ] }, + { + prefix: "./media/characters/charlie/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Charlie-Fullbody-Reference-874312834", nsfw: true } + ], + authors: [ + "epicoart" + ], + owners: [ + "epicoart" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/charlie/front.svg b/media/characters/charlie/front.svg new file mode 100644 index 00000000..5944bb7b --- /dev/null +++ b/media/characters/charlie/front.svg @@ -0,0 +1,685 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2562767b..6eb8e6a3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40983,6 +40983,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Charlie", species: ["deer"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 4/12, "feet"), + weight: math.unit(170, "lb"), + name: "Front", + image: { + source: "./media/characters/charlie/front.svg", + extra: 1348/1228, + bottom: 15/1363 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1700, "meters"), + default: true + }, + { + name: "MegaMacro", + height: math.unit(20400, "meters") + }, + ] +)) + //characters function makeCharacters() {