diff --git a/media/attribution.js b/media/attribution.js index 814e60da..34f1089d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18322,6 +18322,18 @@ const attributionData = { "llavalamp8" ] }, + { + prefix: "./media/characters/mr-graves/", + files: [ + { name: "front.svg", source: "https://twitter.com/fortlucenne/status/1413219707008819201" } + ], + authors: [ + "thebluebear27" + ], + owners: [ + "fortlucenne" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -25324,6 +25336,10 @@ const attributionData = { "name": "llavalamp", "url": "https://twitter.com/llavalamp8/" }, + "thebluebear27": { + "name": "thebluebear27", + "url": "https://twitter.com/thebluebear27" + }, } } diff --git a/media/characters/mr-graves/front.svg b/media/characters/mr-graves/front.svg new file mode 100644 index 00000000..7b701c5a --- /dev/null +++ b/media/characters/mr-graves/front.svg @@ -0,0 +1,1602 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ed06b6b5..869b659a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -49345,6 +49345,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Mr. Graves", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(10 + 6/12, "feet"), + weight: math.unit(1.3, "tons"), + name: "Front", + image: { + source: "./media/characters/mr-graves/front.svg", + extra: 1779/1695, + bottom: 198/1977 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10 + 6 /12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {