|
|
|
@@ -59882,8 +59882,19 @@ characterMakers.push(() => makeCharacter( |
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Serpentus", species: ["snake"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
standing: { |
|
|
|
height: math.unit(180, "cm"), |
|
|
|
weight: math.unit(185, "lb"), |
|
|
|
name: "Standing", |
|
|
|
image: { |
|
|
|
source: "./media/characters/serpentus/standing.svg", |
|
|
|
extra: 882/878, |
|
|
|
bottom: 16/898 |
|
|
|
} |
|
|
|
}, |
|
|
|
sitting: { |
|
|
|
height: math.unit(0.8, "meter"), |
|
|
|
weight: math.unit(155, "lb"), |
|
|
|
name: "Sitting", |
|
|
|
image: { |
|
|
|
source: "./media/characters/serpentus/sitting.svg", |
|
|
|
@@ -59895,7 +59906,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(0.8, "meter"), |
|
|
|
height: math.unit(1.8, "meter"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
|