| @@ -19206,8 +19206,8 @@ characterMakers["Mort"] = () => { | |||||
| "LemonDeer", | "LemonDeer", | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(10.79, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(14, "feet"), | |||||
| weight: math.unit(12000, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/mort/front.svg", | source: "./media/characters/mort/front.svg", | ||||
| @@ -19216,8 +19216,8 @@ characterMakers["Mort"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| side: { | side: { | ||||
| height: math.unit(10.79, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(14, "feet"), | |||||
| weight: math.unit(12000, "lb"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/mort/side.svg", | source: "./media/characters/mort/side.svg", | ||||
| @@ -19226,8 +19226,8 @@ characterMakers["Mort"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(10.79, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(14, "feet"), | |||||
| weight: math.unit(12000, "lb"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/mort/back.svg", | source: "./media/characters/mort/back.svg", | ||||
| @@ -19239,7 +19239,7 @@ characterMakers["Mort"] = () => { | |||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(10.79, "feet"), | |||||
| height: math.unit(14, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| ] | ] | ||||