| @@ -21134,7 +21134,7 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| side: { | side: { | ||||
| height: math.unit(30, "feet"), | height: math.unit(30, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(35000, "kg"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/alydar/side.svg", | source: "./media/characters/alydar/side.svg", | ||||
| @@ -21144,7 +21144,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| front: { | front: { | ||||
| height: math.unit(30, "feet"), | height: math.unit(30, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(35000, "kg"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/alydar/front.svg", | source: "./media/characters/alydar/front.svg", | ||||
| @@ -21154,15 +21154,15 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| top: { | top: { | ||||
| height: math.unit(64.54, "feet"), | height: math.unit(64.54, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(35000, "kg"), | |||||
| name: "Top", | name: "Top", | ||||
| image: { | image: { | ||||
| source: "./media/characters/alydar/top.svg" | source: "./media/characters/alydar/top.svg" | ||||
| } | } | ||||
| }, | }, | ||||
| anthro: { | anthro: { | ||||
| height: math.unit(20.712, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(30, "feet"), | |||||
| weight: math.unit(9000, "kg"), | |||||
| name: "Anthro", | name: "Anthro", | ||||
| image: { | image: { | ||||
| source: "./media/characters/alydar/anthro.svg", | source: "./media/characters/alydar/anthro.svg", | ||||