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