| @@ -15216,8 +15216,8 @@ characterMakers["Bari"] = () => { | |||||
| "Bariamph", | "Bariamph", | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| weight: math.unit(190, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/bari/front.svg", | source: "./media/characters/bari/front.svg", | ||||
| @@ -15226,8 +15226,8 @@ characterMakers["Bari"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| weight: math.unit(190, "lb"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/bari/back.svg", | source: "./media/characters/bari/back.svg", | ||||
| @@ -15236,8 +15236,8 @@ characterMakers["Bari"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| frontPlush: { | frontPlush: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| weight: math.unit(190, "lb"), | |||||
| name: "Front (Plush)", | name: "Front (Plush)", | ||||
| image: { | image: { | ||||
| source: "./media/characters/bari/front-plush.svg", | source: "./media/characters/bari/front-plush.svg", | ||||
| @@ -15247,7 +15247,19 @@ characterMakers["Bari"] = () => { | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Micro", | |||||
| height: math.unit(3, "inches") | |||||
| }, | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(20, "feet") | |||||
| }, | |||||
| ] | ] | ||||
| ) | ) | ||||
| }; | }; | ||||