| @@ -16898,6 +16898,18 @@ const attributionData = { | |||||
| "python0556" | "python0556" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/max-hyper/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/MaxHyperHusky/status/1381404947015688197" } | |||||
| ], | |||||
| authors: [ | |||||
| "garolines" | |||||
| ], | |||||
| owners: [ | |||||
| "maxhyperhusky" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -23315,6 +23327,14 @@ const attributionData = { | |||||
| "name": "wildebeestgn", | "name": "wildebeestgn", | ||||
| "url": "https://www.fiverr.com/wildebeestgn" | "url": "https://www.fiverr.com/wildebeestgn" | ||||
| }, | }, | ||||
| "maxhyperhusky": { | |||||
| "name": "Max Hyper", | |||||
| "url": "https://twitter.com/MaxHyperHusky/" | |||||
| }, | |||||
| "garolines": { | |||||
| "name": "Garoline", | |||||
| "url": "https://twitter.com/Garolines" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -44404,6 +44404,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Max Hyper", species: ["husky"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(7, "feet"), | |||||
| weight: math.unit(110, "kg"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/max-hyper/front.svg", | |||||
| extra: 1969/1881, | |||||
| bottom: 49/2018 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(7, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||