diff --git a/media/attribution.js b/media/attribution.js index 3e00b345..2022005c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10581,6 +10581,18 @@ const attributionData = { "raindropsjfl" ] }, + { + prefix: "./media/characters/joey/", + files: [ + { name: "front.svg", source: "https://twitter.com/birdvian/status/1124138274631692290" } + ], + authors: [ + "birdvian" + ], + owners: [ + "joeyakangaroo" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14577,6 +14589,14 @@ const attributionData = { "name": "Keromasou", "url": "https://twitter.com/Keromasou", }, + "birdvian": { + "name": "birdvian", + "url": "https://twitter.com/birdvian", + }, + "joeyakangaroo": { + "name": "Joey", + "url": "https://twitter.com/JoeyAKangaroo", + }, } } diff --git a/media/characters/joey/front.svg b/media/characters/joey/front.svg new file mode 100644 index 00000000..181ebe06 --- /dev/null +++ b/media/characters/joey/front.svg @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 360a3692..d44a4265 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26524,6 +26524,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Joey", species: ["kangaroo"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 1/12, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/joey/front.svg", + extra: 1791/1537, + bottom: 28/1816 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(7 + 1/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {