From f7325c84a79fa6cb911932052e0b97b4dc59a75d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 30 Oct 2021 20:40:20 -0400 Subject: [PATCH] Add Wimpering --- media/attribution.js | 12 ++ media/characters/wimpering/front.svg | 207 +++++++++++++++++++++++++++ presets/characters.js | 28 +++- 3 files changed, 246 insertions(+), 1 deletion(-) create mode 100644 media/characters/wimpering/front.svg diff --git a/media/attribution.js b/media/attribution.js index 08860383..814c537d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18392,6 +18392,18 @@ const attributionData = { "wimpering1" ] }, + { + prefix: "./media/characters/wimpering/", + files: [ + { name: "front.svg", source: "https://twitter.com/Wimpering1/status/1454515155585359876" } + ], + authors: [ + "wimpering1" + ], + owners: [ + "wimpering1" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/wimpering/front.svg b/media/characters/wimpering/front.svg new file mode 100644 index 00000000..b41cde62 --- /dev/null +++ b/media/characters/wimpering/front.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9fa6023b..9094541f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -49611,10 +49611,36 @@ characterMakers.push(() => makeCharacter( }, }, [ - + { + name: "Normal", + height: math.unit(5 + 8/12, "feet"), + default: true + }, ] )) +characterMakers.push(() => makeCharacter( + { name: "Wimpering", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(6.64467e-7, "grams"), + name: "Front", + image: { + source: "./media/characters/wimpering/front.svg", + extra: 597/587, + bottom: 34/631 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(0.4, "mm"), + default: true + }, + ] +)) //characters function makeCharacters() {