|
|
|
@@ -46143,6 +46143,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Terry", species: ["husky"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/terry/side.svg", |
|
|
|
extra: 1518/1439, |
|
|
|
bottom: 149/1667 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|