| @@ -16631,8 +16631,8 @@ characterMakers["De'Vout"] = () => { | |||||
| "Bruyaglovae", | "Bruyaglovae", | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(12, "feet"), | |||||
| weight: math.unit(1000, "lb"), | |||||
| height: math.unit(9.5, "feet"), | |||||
| weight: math.unit(600, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/de'vout/front.svg", | source: "./media/characters/de'vout/front.svg", | ||||
| @@ -16641,8 +16641,8 @@ characterMakers["De'Vout"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(12, "feet"), | |||||
| weight: math.unit(1000, "lb"), | |||||
| height: math.unit(9.5, "feet"), | |||||
| weight: math.unit(600, "lb"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/de'vout/back.svg", | source: "./media/characters/de'vout/back.svg", | ||||
| @@ -16650,8 +16650,8 @@ characterMakers["De'Vout"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| frontDressed: { | frontDressed: { | ||||
| height: math.unit(12, "feet"), | |||||
| weight: math.unit(1000, "lb"), | |||||
| height: math.unit(9.5, "feet"), | |||||
| weight: math.unit(600, "lb"), | |||||
| name: "Front (Dressed", | name: "Front (Dressed", | ||||
| image: { | image: { | ||||
| source: "./media/characters/de'vout/front-dressed.svg", | source: "./media/characters/de'vout/front-dressed.svg", | ||||
| @@ -16660,8 +16660,8 @@ characterMakers["De'Vout"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| backDressed: { | backDressed: { | ||||
| height: math.unit(12, "feet"), | |||||
| weight: math.unit(1000, "lb"), | |||||
| height: math.unit(9.5, "feet"), | |||||
| weight: math.unit(600, "lb"), | |||||
| name: "Back (Dressed", | name: "Back (Dressed", | ||||
| image: { | image: { | ||||
| source: "./media/characters/de'vout/back-dressed.svg", | source: "./media/characters/de'vout/back-dressed.svg", | ||||
| @@ -16672,7 +16672,7 @@ characterMakers["De'Vout"] = () => { | |||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(12, "feet"), | |||||
| height: math.unit(9.5, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| ] | ] | ||||