|
|
|
@@ -54433,6 +54433,43 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Alsandair Hergenroether", species: ["pangolin", "deity"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7 + 5/12, "feet"), |
|
|
|
weight: math.unit(687, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/alsandair-hergenroether/front.svg", |
|
|
|
extra: 1251/1186, |
|
|
|
bottom: 75/1326 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(7 + 5/12, "feet"), |
|
|
|
weight: math.unit(687, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/alsandair-hergenroether/back.svg", |
|
|
|
extra: 1290/1229, |
|
|
|
bottom: 17/1307 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Max Compression", |
|
|
|
height: math.unit(7 + 5/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "\"Normal\"", |
|
|
|
height: math.unit(2, "universes") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|