diff --git a/media/attribution.js b/media/attribution.js index 959913d5..49f7575f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16245,6 +16245,20 @@ const attributionData = { "devsoftpaw" ] }, + { + prefix: "./media/characters/elizabeth/", + files: [ + { name: "front.svg", source: null }, + { name: "mouth.svg", source: null }, + { name: "foot.svg", source: null }, + ], + authors: [ + "rouncible" + ], + owners: [ + "hidasan" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22388,6 +22402,10 @@ const attributionData = { "name": "Ecotyne", "url": "https://www.furaffinity.net/user/garruuk" }, + "hidasan": { + "name": "Hidasan", + "url": "https://twitter.com/Hidasan" + }, } } diff --git a/media/characters/elizabeth/foot.svg b/media/characters/elizabeth/foot.svg new file mode 100644 index 00000000..4297aad9 --- /dev/null +++ b/media/characters/elizabeth/foot.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + diff --git a/media/characters/elizabeth/front.svg b/media/characters/elizabeth/front.svg new file mode 100644 index 00000000..8aa98cb8 --- /dev/null +++ b/media/characters/elizabeth/front.svg @@ -0,0 +1,714 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/elizabeth/mouth.svg b/media/characters/elizabeth/mouth.svg new file mode 100644 index 00000000..ef524fe9 --- /dev/null +++ b/media/characters/elizabeth/mouth.svg @@ -0,0 +1,649 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5b4c120e..afcffc50 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42591,6 +42591,50 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Elizabeth", species: ["bat"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 8/12, "feet"), + name: "Front", + image: { + source: "./media/characters/elizabeth/front.svg", + extra: 1395/1298, + bottom: 54/1449 + } + }, + mouth: { + height: math.unit(1.97, "feet"), + name: "Mouth", + image: { + source: "./media/characters/elizabeth/mouth.svg" + } + }, + foot: { + height: math.unit(1.17, "feet"), + name: "Foot", + image: { + source: "./media/characters/elizabeth/foot.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 8/12, "feet"), + default: true + }, + { + name: "Minimacro", + height: math.unit(18, "feet") + }, + { + name: "Macro", + height: math.unit(180, "feet") + }, + ] +)) + //characters function makeCharacters() {