|
|
|
@@ -17774,8 +17774,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Davy", species: ["cat"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(1 + 10 / 12, "feet"), |
|
|
|
weight: math.unit(25, "lb"), |
|
|
|
height: math.unit(15.6, "inches"), |
|
|
|
weight: math.unit(10, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/davy/side.svg", |
|
|
|
@@ -17787,7 +17787,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1 + 10 / 12, "feet"), |
|
|
|
height: math.unit(15.6, "inches"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
@@ -17820,8 +17820,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Lyla", species: ["european-honey-buzzard"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(3, "feet"), |
|
|
|
weight: math.unit(100, "lb"), |
|
|
|
height: math.unit(26, "inches"), |
|
|
|
weight: math.unit(35, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/lyla/front.svg", |
|
|
|
|