| @@ -27227,31 +27227,15 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(6, "feet") | |||||
| }, | |||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(50, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Megamacro", | |||||
| height: math.unit(15, "miles"), | |||||
| height: math.unit(168, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Megamacro+", | |||||
| height: math.unit(100, "km") | |||||
| }, | |||||
| { | |||||
| name: "Gigamacro", | |||||
| height: math.unit(4750, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Gigamacro+", | |||||
| height: math.unit(32000, "miles") | |||||
| }, | |||||
| name: "Megamacro", | |||||
| height: math.unit(15, "miles") | |||||
| } | |||||
| ] | ] | ||||
| )) | )) | ||||