diff --git a/media/attribution.js b/media/attribution.js index daf14f08..934390d9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15340,6 +15340,18 @@ const attributionData = { "quakeroc" ] }, + { + prefix: "./media/characters/pyotr/", + files: [ + { name: "front.svg", source: "https://twitter.com/FutonManiaX/status/1377397395571417088" } + ], + authors: [ + "futonmaniax" + ], + owners: [ + "quakeroc" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21072,6 +21084,10 @@ const attributionData = { "name": "Suede", "url": "https://twitter.com/SuedeInBrackets" }, + "futonmaniax": { + "name": "Futonmania", + "url": "https://twitter.com/FutonManiaX/" + }, } } diff --git a/media/characters/pyotr/front.svg b/media/characters/pyotr/front.svg new file mode 100644 index 00000000..2e2fe5b7 --- /dev/null +++ b/media/characters/pyotr/front.svg @@ -0,0 +1,1489 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f16fb59e..ca92b325 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40686,6 +40686,32 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Pyotr", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(188, "feet"), + name: "Front", + image: { + source: "./media/characters/pyotr/front.svg", + extra: 1912/1826, + bottom: 18/1930 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(188, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(8, "miles") + }, + ] +)) + //characters function makeCharacters() {