|
|
|
@@ -19277,19 +19277,20 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Zara", species: ["human", "horse"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(900, "kg"), |
|
|
|
height: math.unit(4, "meters"), |
|
|
|
weight: math.unit(2200, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zara/side.svg", |
|
|
|
extra: 504 / 498 |
|
|
|
extra: 765/744, |
|
|
|
bottom: 156/921 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
height: math.unit(4, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
|