diff --git a/media/attribution.js b/media/attribution.js index 39746941..5d4cbbc1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13337,6 +13337,19 @@ const attributionData = { "zeraorathunder" ] }, + { + prefix: "./media/characters/joey-mcdonald/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37286023/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/37286023/" } + ], + authors: [ + "sage-tanuki" + ], + owners: [ + "egkangaroo" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18392,6 +18405,14 @@ const attributionData = { "name": "Thunder Zeraora", "url": "https://twitter.com/ZeraoraThunder" }, + "egkangaroo": { + "name": "EGKangaroo", + "url": "https://www.furaffinity.net/user/egkangaroo/" + }, + "sage-tanuki": { + "name": "sage-tanuki", + "url": "https://www.furaffinity.net/user/sage-tanuki" + }, } } diff --git a/media/characters/joey-mcdonald/back.svg b/media/characters/joey-mcdonald/back.svg new file mode 100644 index 00000000..dcd3e468 --- /dev/null +++ b/media/characters/joey-mcdonald/back.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/joey-mcdonald/front.svg b/media/characters/joey-mcdonald/front.svg new file mode 100644 index 00000000..a3b5ccb2 --- /dev/null +++ b/media/characters/joey-mcdonald/front.svg @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index eb984304..9204fe6c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34932,6 +34932,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Joey McDonald", species: ["rabbit"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + weight: math.unit(90, "lb"), + name: "Front", + image: { + source: "./media/characters/joey-mcdonald/front.svg", + extra: 1059/852, + bottom: 33/1092 + } + }, + back: { + height: math.unit(4, "feet"), + weight: math.unit(90, "lb"), + name: "Back", + image: { + source: "./media/characters/joey-mcdonald/back.svg", + extra: 1077/879, + bottom: 5/1082 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {