|
|
|
@@ -58223,7 +58223,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Davwyn", species: ["dragon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(1.02, "meters"), |
|
|
|
height: math.unit(0.77, "meters"), |
|
|
|
weight: math.unit(120, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
@@ -58233,7 +58233,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
front: { |
|
|
|
height: math.unit(0.98, "meters"), |
|
|
|
height: math.unit(0.835410, "meters"), |
|
|
|
weight: math.unit(120, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
@@ -58246,11 +58246,11 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Minidrake", |
|
|
|
height: math.unit(0.3048, "meters") |
|
|
|
height: math.unit(0.77/4, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1.02, "meters"), |
|
|
|
height: math.unit(0.77, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
|