From aa5b85fa2dda8378a7950613416a058f86acf543 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 20 Aug 2021 10:59:36 -0400 Subject: [PATCH] Add Epiglottis --- media/attribution.js | 12 + media/characters/epiglottis/front.svg | 1063 +++++++++++++++++++++++++ presets/characters.js | 38 + 3 files changed, 1113 insertions(+) create mode 100644 media/characters/epiglottis/front.svg diff --git a/media/attribution.js b/media/attribution.js index 1be734c4..347b583c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16272,6 +16272,18 @@ const attributionData = { "bigblueghost" ] }, + { + prefix: "./media/characters/epiglottis/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "bigblueghost" + ], + owners: [ + "bigblueghost" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/epiglottis/front.svg b/media/characters/epiglottis/front.svg new file mode 100644 index 00000000..1d33fbb7 --- /dev/null +++ b/media/characters/epiglottis/front.svg @@ -0,0 +1,1063 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9a044246..738665c5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42666,6 +42666,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Epiglottis \"Glottis\" Larynx", species: ["dragon", "monster"], tags: ["anthro"] }, + { + front: { + height: math.unit(5, "feet"), + name: "Front", + image: { + source: "./media/characters/epiglottis/front.svg", + extra: 923/849, + bottom: 17/940 + } + }, + }, + [ + { + name: "Original Size", + height: math.unit(10, "inches") + }, + { + name: "Human Size", + height: math.unit(5, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(25, "feet") + }, + { + name: "Bigger", + height: math.unit(50, "feet") + }, + { + name: "oh lawd", + height: math.unit(75, "feet") + }, + ] +)) + //characters function makeCharacters() {