| @@ -14296,7 +14296,7 @@ characterMakers["Cafat"] = () => { | |||||
| "Dalken", | "Dalken", | ||||
| { | { | ||||
| side: { | side: { | ||||
| height: math.unit(5, "feet"), | |||||
| height: math.unit(7, "feet"), | |||||
| weight: math.unit(170, "lb"), | weight: math.unit(170, "lb"), | ||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| @@ -14305,7 +14305,7 @@ characterMakers["Cafat"] = () => { | |||||
| } | } | ||||
| }, | }, | ||||
| sideFull: { | sideFull: { | ||||
| height: math.unit(5, "feet"), | |||||
| height: math.unit(7, "feet"), | |||||
| weight: math.unit(170, "lb"), | weight: math.unit(170, "lb"), | ||||
| name: "Side (Full)", | name: "Side (Full)", | ||||
| image: { | image: { | ||||
| @@ -14317,7 +14317,7 @@ characterMakers["Cafat"] = () => { | |||||
| [ | [ | ||||
| { | { | ||||
| name: "Small", | name: "Small", | ||||
| height: math.unit(5, "feet"), | |||||
| height: math.unit(7, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | { | ||||