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