diff --git a/media/attribution.js b/media/attribution.js index edbd3125..531af2de 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14423,6 +14423,21 @@ const attributionData = { "twofox" ] }, + { + prefix: "./media/characters/unmru/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/9331788/", nsfw: true }, + { name: "side.svg", source: "https://www.furaffinity.net/view/9331788/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/9331788/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/9331788/", nsfw: true }, + ], + authors: [ + "nikoh" + ], + owners: [ + "estina" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19798,6 +19813,14 @@ const attributionData = { "name": "TwoFox", "url": "https://www.furaffinity.net/user/twofox" }, + "nikoh": { + "name": "Nikoh", + "url": "https://www.furaffinity.net/user/nikoh" + }, + "estina": { + "name": "Estina", + "url": "https://www.furaffinity.net/user/estina/" + }, } } diff --git a/media/characters/unmru/back.svg b/media/characters/unmru/back.svg new file mode 100644 index 00000000..1a927b50 --- /dev/null +++ b/media/characters/unmru/back.svg @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/unmru/dick.svg b/media/characters/unmru/dick.svg new file mode 100644 index 00000000..81e697a1 --- /dev/null +++ b/media/characters/unmru/dick.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/unmru/front.svg b/media/characters/unmru/front.svg new file mode 100644 index 00000000..df15eaf6 --- /dev/null +++ b/media/characters/unmru/front.svg @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/unmru/side.svg b/media/characters/unmru/side.svg new file mode 100644 index 00000000..2dc2f23c --- /dev/null +++ b/media/characters/unmru/side.svg @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 59a62bd5..a73c9b7e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37677,6 +37677,101 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Unmru", species: ["horse", "demon"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(621, "lb"), + name: "Front", + image: { + source: "./media/characters/unmru/front.svg", + extra: 1853/1747, + bottom: 73/1926 + } + }, + side: { + height: math.unit(9, "feet"), + weight: math.unit(621, "lb"), + name: "Side", + image: { + source: "./media/characters/unmru/side.svg", + extra: 1781/1671, + bottom: 127/1908 + } + }, + back: { + height: math.unit(9, "feet"), + weight: math.unit(621, "lb"), + name: "Back", + image: { + source: "./media/characters/unmru/back.svg", + extra: 1894/1765, + bottom: 75/1969 + } + }, + dick: { + height: math.unit(3, "feet"), + weight: math.unit(35, "lb"), + name: "Dick", + image: { + source: "./media/characters/unmru/dick.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet") + }, + { + name: "Natural", + height: math.unit(27, "feet"), + default: true + }, + { + name: "Giant", + height: math.unit(90, "feet") + }, + { + name: "Kaiju", + height: math.unit(270, "feet") + }, + { + name: "Macro", + height: math.unit(900, "feet") + }, + { + name: "Macro+", + height: math.unit(2700, "feet") + }, + { + name: "Megamacro", + height: math.unit(9000, "feet") + }, + { + name: "City-Crushing", + height: math.unit(27000, "feet") + }, + { + name: "Mountain-Mashing", + height: math.unit(90000, "feet") + }, + { + name: "Earth-Eclipsing", + height: math.unit(2.7e8, "feet") + }, + { + name: "Sol-Swallowing", + height: math.unit(9e10, "feet") + }, + { + name: "Majoris-Munching", + height: math.unit(2.7e13, "feet") + }, + ] +)) + //characters function makeCharacters() {