|
|
|
@@ -34681,8 +34681,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Stagglas", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
height: math.unit(5 + 3/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/stagglas/front.svg", |
|
|
|
@@ -34690,6 +34689,15 @@ characterMakers.push(() => makeCharacter( |
|
|
|
bottom: 53/1015 |
|
|
|
} |
|
|
|
}, |
|
|
|
feral: { |
|
|
|
height: math.unit(335, "cm"), |
|
|
|
name: "Feral", |
|
|
|
image: { |
|
|
|
source: "./media/characters/stagglas/feral.svg", |
|
|
|
extra: 1732/1090, |
|
|
|
bottom: 48/1780 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
|