| @@ -32147,8 +32147,8 @@ characterMakers.push(() => makeCharacter( | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/cat/cat-front.svg", | source: "./media/characters/cat/cat-front.svg", | ||||
| extra: 1449/1295, | |||||
| bottom: 34/1483 | |||||
| extra: 1422/1262, | |||||
| bottom: 61/1483 | |||||
| }, | }, | ||||
| form: "cat", | form: "cat", | ||||
| default: true | default: true | ||||
| @@ -32247,6 +32247,7 @@ characterMakers.push(() => makeCharacter( | |||||
| bottom: 31/1434 | bottom: 31/1434 | ||||
| }, | }, | ||||
| form: "dog", | form: "dog", | ||||
| default: true | |||||
| }, | }, | ||||
| dog_back: { | dog_back: { | ||||
| height: math.unit(5 + 9/12, "feet"), | height: math.unit(5 + 9/12, "feet"), | ||||
| @@ -32300,6 +32301,18 @@ characterMakers.push(() => makeCharacter( | |||||
| default: true, | default: true, | ||||
| form: "lopunny" | form: "lopunny" | ||||
| }, | }, | ||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(2 + 4/12, "feet"), | |||||
| default: true, | |||||
| form: "riolu" | |||||
| }, | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(5 + 6 / 12, "feet"), | |||||
| default: true, | |||||
| form: "dog" | |||||
| }, | |||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(50, "feet"), | height: math.unit(50, "feet"), | ||||