diff --git a/media/attribution.js b/media/attribution.js index d16b799a..eddd67a3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20687,6 +20687,10 @@ const attributionData = { files: [ { name: "side.svg", source: "https://twitter.com/pterobitch/status/1478425443686621189" }, { name: "feeding.svg", source: "https://twitter.com/pterobitch/status/1478425443686621189" }, + { name: "guts.svg", source: "https://twitter.com/pterobitch/status/1488990603891335168" }, + { name: "dick-front.svg", source: "https://twitter.com/pterobitch/status/1488990603891335168", nsfw: true }, + { name: "dick-side.svg", source: "https://twitter.com/pterobitch/status/1488990603891335168", nsfw: true }, + { name: "dick-back.svg", source: "https://twitter.com/pterobitch/status/1488990603891335168", nsfw: true }, ], authors: [ "pterobitch" diff --git a/media/characters/hass/dick-back.svg b/media/characters/hass/dick-back.svg new file mode 100644 index 00000000..3664c7e4 --- /dev/null +++ b/media/characters/hass/dick-back.svg @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hass/dick-front.svg b/media/characters/hass/dick-front.svg new file mode 100644 index 00000000..947146e7 --- /dev/null +++ b/media/characters/hass/dick-front.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hass/dick-side.svg b/media/characters/hass/dick-side.svg new file mode 100644 index 00000000..4d1a6e4d --- /dev/null +++ b/media/characters/hass/dick-side.svg @@ -0,0 +1,429 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hass/guts.svg b/media/characters/hass/guts.svg new file mode 100644 index 00000000..7bd9b03f --- /dev/null +++ b/media/characters/hass/guts.svg @@ -0,0 +1,3111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2f1b93b2..c4ba7d66 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -57483,6 +57483,37 @@ characterMakers.push(() => makeCharacter( bottom: 146/835 } }, + guts: { + height: math.unit(6, "meters"), + weight: math.unit(3400, "kg"), + name: "Guts", + image: { + source: "./media/characters/hass/guts.svg", + extra: 1223/1198, + bottom: 182/1405 + } + }, + dickFront: { + height: math.unit(1.4, "meters"), + name: "Dick (Front)", + image: { + source: "./media/characters/hass/dick-front.svg" + } + }, + dickSide: { + height: math.unit(1.3, "meters"), + name: "Dick (Side)", + image: { + source: "./media/characters/hass/dick-side.svg" + } + }, + dickBack: { + height: math.unit(1.4, "meters"), + name: "Dick (Back)", + image: { + source: "./media/characters/hass/dick-back.svg" + } + }, }, [ {