| @@ -67041,11 +67041,31 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Micro", | |||||
| height: math.unit(1, "mm") | |||||
| }, | |||||
| { | |||||
| name: "Small", | |||||
| height: math.unit(1, "cm") | |||||
| }, | |||||
| { | |||||
| name: "Short", | |||||
| height: math.unit(1, "foot") | |||||
| }, | |||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(210, "cm"), | height: math.unit(210, "cm"), | ||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Big", | |||||
| height: math.unit(15, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(50, "feet") | |||||
| }, | |||||
| ] | ] | ||||
| )) | )) | ||||