From 2e3ead0993ae138350b9a7cdfb00d6eb5f34aeea Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 30 Oct 2021 10:19:16 -0400 Subject: [PATCH] Add Mia --- media/attribution.js | 16 + media/characters/mia/front.svg | 757 +++++++++++++++++++++++++++++++++ presets/characters.js | 27 ++ 3 files changed, 800 insertions(+) create mode 100644 media/characters/mia/front.svg diff --git a/media/attribution.js b/media/attribution.js index 68eaf5e6..814e60da 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18310,6 +18310,18 @@ const attributionData = { "lydemox" ] }, + { + prefix: "./media/characters/mia/", + files: [ + { name: "front.svg", source: "https://twitter.com/llavalamp8/status/1363095136478101509" } + ], + authors: [ + "llavalamp8" + ], + owners: [ + "llavalamp8" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -25308,6 +25320,10 @@ const attributionData = { "name": "Lydemox", "url": "https://twitter.com/Lydemox/" }, + "llavalamp8": { + "name": "llavalamp", + "url": "https://twitter.com/llavalamp8/" + }, } } diff --git a/media/characters/mia/front.svg b/media/characters/mia/front.svg new file mode 100644 index 00000000..fda40471 --- /dev/null +++ b/media/characters/mia/front.svg @@ -0,0 +1,757 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 68cf160e..ed06b6b5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -49318,6 +49318,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Mia", species: ["panda"], tags: ["anthro"] }, + { + front: { + height: math.unit(15 + 8/12, "feet"), + weight: math.unit(1237, "kg"), + name: "Front", + image: { + source: "./media/characters/mia/front.svg", + extra: 1573/1446, + bottom: 58/1631 + } + }, + }, + [ + { + name: "Small", + height: math.unit(9 + 5/12, "feet") + }, + { + name: "Normal", + height: math.unit(15 + 8/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {