diff --git a/media/attribution.js b/media/attribution.js index 8337f639..a055ee16 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13709,6 +13709,19 @@ const attributionData = { "starstruck-studios" ] }, + { + prefix: "./media/characters/rodney/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33375198/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/33375198/" }, + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/rodney/front-dressed.svg b/media/characters/rodney/front-dressed.svg new file mode 100644 index 00000000..b1b01cd0 --- /dev/null +++ b/media/characters/rodney/front-dressed.svg @@ -0,0 +1,607 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rodney/front.svg b/media/characters/rodney/front.svg new file mode 100644 index 00000000..48528af9 --- /dev/null +++ b/media/characters/rodney/front.svg @@ -0,0 +1,477 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e520e013..be01c22a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35725,6 +35725,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rodney", species: ["mammal"], tags: ["anthro"] }, + { + front: { + height: math.unit(3 + 8/12, "feet"), + name: "Front", + image: { + source: "./media/characters/rodney/front.svg", + extra: 1956/1747, + bottom: 31/1987 + } + }, + frontDressed: { + height: math.unit(2.9, "feet"), + name: "Front-dressed", + image: { + source: "./media/characters/rodney/front-dressed.svg", + extra: 1382/1241, + bottom: 385/1767 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3 + 8/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {