|
|
|
@@ -44858,6 +44858,30 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Yesenia", species: ["snake"], tags: ["naga"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(10.4, "feet"), |
|
|
|
weight: math.unit(2, "tons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/yesenia/front.svg", |
|
|
|
extra: 1479/1474, |
|
|
|
bottom: 233/1712 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(10.4, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|