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