| @@ -27641,6 +27641,18 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Micro", | |||||
| height: math.unit(1, "foot") | |||||
| }, | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(6 + 5/12, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Minimacro", | |||||
| height: math.unit(500, "feet") | |||||
| }, | |||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(4, "miles") | height: math.unit(4, "miles") | ||||
| @@ -27650,6 +27662,10 @@ characterMakers.push(() => makeCharacter( | |||||
| height: math.unit(250, "miles"), | height: math.unit(250, "miles"), | ||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Gigamacro", | |||||
| height: math.unit(1, "universe") | |||||
| }, | |||||
| ] | ] | ||||
| )) | )) | ||||