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