diff --git a/media/attribution.js b/media/attribution.js index 27e09797..13d4b420 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11693,6 +11693,18 @@ const attributionData = { "rolledup" ] }, + { + prefix: "./media/characters/renée/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/26767407/" } + ], + authors: [ + "astraldrakon" + ], + owners: [ + "shynight" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16100,6 +16112,14 @@ const attributionData = { "name": "RolledUp", "url": "https://www.furaffinity.net/user/exto/" }, + "astraldrakon": { + "name": "AstralDrakon", + "url": "https://www.furaffinity.net/user/astraldrakon" + }, + "shynight": { + "name": "Shynight", + "url": "https://www.furaffinity.net/user/shynight/" + }, } } diff --git a/media/characters/renée/front.svg b/media/characters/renée/front.svg new file mode 100644 index 00000000..aceffba0 --- /dev/null +++ b/media/characters/renée/front.svg @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 810f8570..df628446 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29748,6 +29748,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Renée", species: ["mouse"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "inches"), + weight: math.unit(0.036, "kg"), + name: "Front", + image: { + source: "./media/characters/renée/front.svg", + extra: 900/886, + bottom: 8/908 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(5, "inches") + }, + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(50, "feet") + }, + { + name: "Mega", + height: math.unit(5, "lightyears") + }, + { + name: "Max", + height: math.unit(7.59e300, "yottameters") + }, + ] +)) + //characters function makeCharacters() {