diff --git a/media/attribution.js b/media/attribution.js index 5ac052a8..c2fef64b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15235,6 +15235,18 @@ const attributionData = { "thux-ei" ] }, + { + prefix: "./media/characters/roxanne-voltaire/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33047968/" } + ], + authors: [ + "icefire" + ], + owners: [ + "roxannevoltaire" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20892,6 +20904,14 @@ const attributionData = { "name": "Thux-Ei", "url": "https://www.furaffinity.net/user/thux-ei/" }, + "icefire": { + "name": "Icefire", + "url": "https://www.furaffinity.net/user/icefire/" + }, + "roxannevoltaire": { + "name": "Roxanne Voltaire", + "url": "https://twitter.com/RoxanneVoltaire" + }, } } diff --git a/media/characters/roxanne-voltaire/front.svg b/media/characters/roxanne-voltaire/front.svg new file mode 100644 index 00000000..1e02ec31 --- /dev/null +++ b/media/characters/roxanne-voltaire/front.svg @@ -0,0 +1,905 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 674326bd..c6a710e9 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40361,6 +40361,53 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Roxanne Voltaire", species: ["jaguar"], tags: ["anthro"] }, + { + front: { + height: math.unit(5, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/roxanne-voltaire/front.svg", + extra: 1901/1779, + bottom: 53/1954 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5, "feet"), + default: true + }, + { + name: "Giant", + height: math.unit(50, "feet") + }, + { + name: "Titan", + height: math.unit(500, "feet") + }, + { + name: "Macro", + height: math.unit(5000, "feet") + }, + { + name: "Megamacro", + height: math.unit(50000, "feet") + }, + { + name: "Gigamacro", + height: math.unit(500000, "feet") + }, + { + name: "Teramacro", + height: math.unit(5e6, "feet") + }, + ] +)) + //characters function makeCharacters() {