| @@ -44239,6 +44239,7 @@ characterMakers.push(() => makeCharacter( | |||||
| front: { | front: { | ||||
| height: math.unit(6, "feet"), | height: math.unit(6, "feet"), | ||||
| weight: math.unit(250, "lb"), | weight: math.unit(250, "lb"), | ||||
| volume: math.unit(5/8, "gallons"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ludwig-horn/front.svg", | source: "./media/characters/ludwig-horn/front.svg", | ||||
| @@ -44249,6 +44250,7 @@ characterMakers.push(() => makeCharacter( | |||||
| back: { | back: { | ||||
| height: math.unit(6, "feet"), | height: math.unit(6, "feet"), | ||||
| weight: math.unit(250, "lb"), | weight: math.unit(250, "lb"), | ||||
| volume: math.unit(5/8, "gallons"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ludwig-horn/back.svg", | source: "./media/characters/ludwig-horn/back.svg", | ||||
| @@ -44259,6 +44261,7 @@ characterMakers.push(() => makeCharacter( | |||||
| dick: { | dick: { | ||||
| height: math.unit(1.05, "feet"), | height: math.unit(1.05, "feet"), | ||||
| weight: math.unit(15, "lb"), | weight: math.unit(15, "lb"), | ||||
| volume: math.unit(5/8, "gallons"), | |||||
| name: "Dick", | name: "Dick", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ludwig-horn/dick.svg" | source: "./media/characters/ludwig-horn/dick.svg" | ||||