| @@ -15340,6 +15340,18 @@ const attributionData = { | |||||
| "quakeroc" | "quakeroc" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/pyotr/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/FutonManiaX/status/1377397395571417088" } | |||||
| ], | |||||
| authors: [ | |||||
| "futonmaniax" | |||||
| ], | |||||
| owners: [ | |||||
| "quakeroc" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -21072,6 +21084,10 @@ const attributionData = { | |||||
| "name": "Suede", | "name": "Suede", | ||||
| "url": "https://twitter.com/SuedeInBrackets" | "url": "https://twitter.com/SuedeInBrackets" | ||||
| }, | }, | ||||
| "futonmaniax": { | |||||
| "name": "Futonmania", | |||||
| "url": "https://twitter.com/FutonManiaX/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -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 | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||