diff --git a/media/attribution.js b/media/attribution.js index 1471a83d..97220418 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13274,6 +13274,30 @@ const attributionData = { "cheery314" ] }, + { + prefix: "./media/characters/moonlight-rose/", + files: [ + { name: "normal.svg", source: "https://twitter.com/Lun_n_Em/status/1259452018378387463" } + ], + authors: [ + "galaxeaaa" + ], + owners: [ + "lun-n-em" + ] + }, + { + prefix: "./media/characters/moonlight-rose/", + files: [ + { name: "demon.svg", source: "https://twitter.com/Lun_n_Em/status/1259452018378387463" } + ], + authors: [ + "lunaris21" + ], + owners: [ + "lun-n-em" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18301,6 +18325,18 @@ const attributionData = { "name": "squarerootofdestiny", "url": "https://www.furaffinity.net/user/squarerootofdestiny" }, + "lunaris21": { + "name": "Lunaris21", + "url": "https://twitter.com/Lunaris21" + }, + "lun-n-em": { + "name": "Mewnie", + "url": "https://twitter.com/Lun_n_Em" + }, + "galaxeaaa": { + "name": "Galaxeaaa", + "url": "https://twitter.com/Galaxeaaa" + }, } } diff --git a/media/characters/moonlight-rose/demon.svg b/media/characters/moonlight-rose/demon.svg new file mode 100644 index 00000000..edae82e6 --- /dev/null +++ b/media/characters/moonlight-rose/demon.svg @@ -0,0 +1,661 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/moonlight-rose/normal.svg b/media/characters/moonlight-rose/normal.svg new file mode 100644 index 00000000..7452e7fa --- /dev/null +++ b/media/characters/moonlight-rose/normal.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 47520464..e8fdb458 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34766,6 +34766,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Moonlight Rose", species: ["eevee"], tags: ["anthro"] }, + { + normal: { + height: math.unit(5 + 11/12, "feet"), + name: "Normal", + image: { + source: "./media/characters/moonlight-rose/normal.svg", + extra: 1979/1835, + bottom: 14/1993 + } + }, + demon: { + height: math.unit(5, "km"), + name: "Demon", + image: { + source: "./media/characters/moonlight-rose/demon.svg", + extra: 986/916, + bottom: 28/1014 + } + }, + }, + [ + { + name: "\"Natural\" height", + height: math.unit(5 + 11/12, "feet") + }, + { + name: "Comfortable Size", + height: math.unit(40, "meters") + }, + { + name: "Common Size", + height: math.unit(50, "km"), + default: true + }, + { + name: "Demonic", + height: math.unit(1.24415e+21, "meters") + }, + ] +)) + //characters function makeCharacters() {