Browse Source

Add Max Hyper

master
Fen Dweller 4 years ago
parent
commit
9e354d801d
3 changed files with 1877 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1834
    -0
      media/characters/max-hyper/front.svg
  3. +23
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -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"
},
}
}



+ 1834
- 0
media/characters/max-hyper/front.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

@@ -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() {


Loading…
Cancel
Save