diff --git a/media/attribution.js b/media/attribution.js index 6b399ef1..b9285fbe 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14770,6 +14770,18 @@ const attributionData = { "estina" ] }, + { + prefix: "./media/characters/malithee/", + files: [ + { name: "front.svg", source: null, nsfw: true } + ], + authors: [ + "ndnode" + ], + owners: [ + "estina" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20217,6 +20229,10 @@ const attributionData = { "name": "Vivian Goodurg", "url": "https://twitter.com/Vivian_Goodurg" }, + "ndnode": { + "name": "ndnode", + "url": "https://aryion.com/g4/user/ndnode" + }, } } diff --git a/media/characters/malithee/front.svg b/media/characters/malithee/front.svg new file mode 100644 index 00000000..cedb96b8 --- /dev/null +++ b/media/characters/malithee/front.svg @@ -0,0 +1,669 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 55b439cb..1c1fab8f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39025,6 +39025,77 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Malithee", species: ["frog", "dragon", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(1200, "lb"), + name: "Front", + image: { + source: "./media/characters/malithee/front.svg", + extra: 1675/1640, + bottom: 162/1837 + } + }, + }, + [ + { + name: "Mortal Interaction", + height: math.unit(8, "feet"), + default: true + }, + { + name: "Large", + height: math.unit(24, "feet") + }, + { + name: "Kaiju", + height: math.unit(240, "feet") + }, + { + name: "Megamacro", + height: math.unit(8000, "feet") + }, + { + name: "Continent Cracker", + height: math.unit(24e6, "feet") + }, + { + name: "Earth-Eclipsing", + height: math.unit(2.4e8, "feet") + }, + { + name: "Sol-Swallowing", + height: math.unit(8e10, "feet") + }, + { + name: "Galaxy Gulper", + height: math.unit(8, "galaxies") + }, + { + name: "Light Universal", + height: math.unit(4, "universes") + }, + { + name: "Universe Atoms", + height: math.unit(1.829e9, "universes") + }, + { + name: "Light Multiversal", + height: math.unit(4, "multiverses") + }, + { + name: "Multiverse Atoms", + height: math.unit(1.829e9, "multiverses") + }, + { + name: "Nigh-Omnipresence", + height: math.unit(8e261, "multiverses") + }, + ] +)) + //characters function makeCharacters() {