| @@ -8687,10 +8687,26 @@ characterMakers["Adam Silver-Mane"] = () => { | |||||
| height: math.unit(800, "feet"), | height: math.unit(800, "feet"), | ||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Macro+", | |||||
| height: math.unit(8, "miles") | |||||
| }, | |||||
| { | { | ||||
| name: "Megamacro", | name: "Megamacro", | ||||
| height: math.unit(160, "miles") | height: math.unit(160, "miles") | ||||
| }, | }, | ||||
| { | |||||
| name: "Celestial", | |||||
| height: math.unit(8e6, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Celestial+", | |||||
| height: math.unit(800000, "parsecs") | |||||
| }, | |||||
| { | |||||
| name: "Godly", | |||||
| height: math.unit(800, "teraparsecs") | |||||
| }, | |||||
| ] | ] | ||||
| ) | ) | ||||
| }; | }; | ||||