diff --git a/media/attribution.js b/media/attribution.js index 1b12cc71..b4f77b17 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16898,6 +16898,18 @@ const attributionData = { "python0556" ] }, + { + prefix: "./media/characters/max-hyper/", + files: [ + { name: "front.svg", source: "https://twitter.com/MaxHyperHusky/status/1381404947015688197" } + ], + authors: [ + "garolines" + ], + owners: [ + "maxhyperhusky" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23315,6 +23327,14 @@ const attributionData = { "name": "wildebeestgn", "url": "https://www.fiverr.com/wildebeestgn" }, + "maxhyperhusky": { + "name": "Max Hyper", + "url": "https://twitter.com/MaxHyperHusky/" + }, + "garolines": { + "name": "Garoline", + "url": "https://twitter.com/Garolines" + }, } } diff --git a/media/characters/max-hyper/front.svg b/media/characters/max-hyper/front.svg new file mode 100644 index 00000000..8bfa03c5 --- /dev/null +++ b/media/characters/max-hyper/front.svg @@ -0,0 +1,1834 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 888d0fdd..ce820c2f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -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 function makeCharacters() {