|
|
|
@@ -4555,8 +4555,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Draylen", species: ["coyote"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(76, "kg"), |
|
|
|
height: math.unit(5 + 10/12, "feet"), |
|
|
|
weight: math.unit(67, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/draylen/front.svg", |
|
|
|
@@ -4566,6 +4566,10 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 10/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(150, "feet"), |
|
|
|
|