|
|
|
@@ -66940,6 +66940,37 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Buck Whitetail", species: ["deer"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5 + 4/12, "feet"), |
|
|
|
weight: math.unit(110, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/buck-whitetail/front.svg", |
|
|
|
extra: 2430/2186, |
|
|
|
bottom: 125/2555 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 4/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Galactic", |
|
|
|
height: math.unit(5.4e22, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Universal", |
|
|
|
height: math.unit(9.6e28, "meters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|