| @@ -2179,7 +2179,7 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(11, "feet"), | height: math.unit(11, "feet"), | ||||
| weight: math.unit(80, "kg"), | |||||
| weight: math.unit(320, "kg"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/front.svg", | source: "./media/characters/rai/front.svg", | ||||
| @@ -2189,7 +2189,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| side: { | side: { | ||||
| height: math.unit(11, "feet"), | height: math.unit(11, "feet"), | ||||
| weight: math.unit(80, "kg"), | |||||
| weight: math.unit(320, "kg"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/side.svg" | source: "./media/characters/rai/side.svg" | ||||
| @@ -2197,7 +2197,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(11, "feet"), | height: math.unit(11, "feet"), | ||||
| weight: math.unit(80, "lb"), | |||||
| weight: math.unit(320, "kg"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/back.svg", | source: "./media/characters/rai/back.svg", | ||||
| @@ -2207,7 +2207,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| feral: { | feral: { | ||||
| height: math.unit(11, "feet"), | height: math.unit(11, "feet"), | ||||
| weight: math.unit(800, "lb"), | |||||
| weight: math.unit(640, "kg"), | |||||
| name: "Feral", | name: "Feral", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/feral.svg", | source: "./media/characters/rai/feral.svg", | ||||