| @@ -1931,6 +1931,10 @@ characterMakers.push(() => makeCharacter( | |||||
| height: math.unit(12, "feet"), | height: math.unit(12, "feet"), | ||||
| default: true, | default: true, | ||||
| }, | }, | ||||
| { | |||||
| name: "Big", | |||||
| height: math.unit(20, "feet") | |||||
| }, | |||||
| { | { | ||||
| name: "Minimacro", | name: "Minimacro", | ||||
| height: math.unit(40, "feet"), | height: math.unit(40, "feet"), | ||||
| @@ -1951,14 +1955,14 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| { | |||||
| name: "Macro+", | |||||
| height: math.unit(300, "feet") | |||||
| }, | |||||
| { | { | ||||
| name: "Megamacro", | name: "Megamacro", | ||||
| height: math.unit(2, "miles") | height: math.unit(2, "miles") | ||||
| } | |||||
| }, | |||||
| { | |||||
| name: "Gigamacro", | |||||
| height: math.unit(10, "earths") | |||||
| }, | |||||
| ] | ] | ||||
| )) | )) | ||||