|
|
|
@@ -55862,6 +55862,59 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Charlie (Human)", species: ["human"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(25, "feet"), |
|
|
|
weight: math.unit(5, "tons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/charlie-human/front.svg", |
|
|
|
extra: 1870/1740, |
|
|
|
bottom: 102/1972 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"dickLength": { |
|
|
|
name: "Dick Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(9, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(25, "feet"), |
|
|
|
weight: math.unit(5, "tons"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/charlie-human/back.svg", |
|
|
|
extra: 1858/1733, |
|
|
|
bottom: 105/1963 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"dickLength": { |
|
|
|
name: "Dick Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(9, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "\"Normal\"", |
|
|
|
height: math.unit(6 + 4/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Big", |
|
|
|
height: math.unit(25, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|