| @@ -36804,29 +36804,13 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Default", | |||||
| height: math.unit(12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Big", | |||||
| height: math.unit(50, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Really Big", | |||||
| height: math.unit(1, "mile") | |||||
| name: "Actual Size", | |||||
| height: math.unit(1e-8, "angstroms") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Extremely Big", | |||||
| height: math.unit(100, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Planet Hugger", | |||||
| height: math.unit(200, "megameters") | |||||
| }, | |||||
| { | |||||
| name: "Unreasonably Big", | |||||
| height: math.unit(1e300, "meters") | |||||
| name: "Max Size", | |||||
| height: math.unit(0.01, "mm"), | |||||
| default: true | |||||
| }, | }, | ||||
| ] | ] | ||||
| )) | )) | ||||