| @@ -16932,7 +16932,7 @@ characterMakers["Claude DelRoute"] = () => { | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(7, "feet"), | height: math.unit(7, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(275, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/claude-delroute/front.svg", | source: "./media/characters/claude-delroute/front.svg", | ||||
| @@ -16942,7 +16942,7 @@ characterMakers["Claude DelRoute"] = () => { | |||||
| }, | }, | ||||
| side: { | side: { | ||||
| height: math.unit(7, "feet"), | height: math.unit(7, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(275, "lb"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/claude-delroute/side.svg", | source: "./media/characters/claude-delroute/side.svg", | ||||
| @@ -16952,7 +16952,7 @@ characterMakers["Claude DelRoute"] = () => { | |||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(7, "feet"), | height: math.unit(7, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(275, "lb"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/claude-delroute/back.svg", | source: "./media/characters/claude-delroute/back.svg", | ||||
| @@ -16969,7 +16969,15 @@ characterMakers["Claude DelRoute"] = () => { | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(7, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Lorge", | |||||
| height: math.unit(20, "feet") | |||||
| }, | |||||
| ] | ] | ||||
| ) | ) | ||||
| }; | }; | ||||