| @@ -2393,7 +2393,7 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Rai", species: ["wolf"], tags: ["anthro"] }, | { name: "Rai", species: ["wolf"], tags: ["anthro"] }, | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(11, "feet"), | |||||
| height: math.unit(7 + 2/12, "feet"), | |||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| @@ -2403,7 +2403,7 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| }, | }, | ||||
| frontDressed: { | frontDressed: { | ||||
| height: math.unit(11, "feet"), | |||||
| height: math.unit(7 + 2/12, "feet"), | |||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| name: "Front (Dressed)", | name: "Front (Dressed)", | ||||
| image: { | image: { | ||||
| @@ -2413,7 +2413,7 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| }, | }, | ||||
| side: { | side: { | ||||
| height: math.unit(11, "feet"), | |||||
| height: math.unit(7 + 2/12, "feet"), | |||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| @@ -2423,7 +2423,7 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(11, "feet"), | |||||
| height: math.unit(7 + 2/12, "feet"), | |||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| @@ -2453,7 +2453,7 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| }, | }, | ||||
| maw: { | maw: { | ||||
| height: math.unit(2.6, "feet"), | |||||
| height: math.unit(1.69, "feet"), | |||||
| name: "Maw", | name: "Maw", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/maw.svg" | source: "./media/characters/rai/maw.svg" | ||||
| @@ -2463,7 +2463,7 @@ characterMakers.push(() => makeCharacter( | |||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(11, "feet") | |||||
| height: math.unit(7 + 2/12, "feet") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||