| @@ -8717,25 +8717,33 @@ characterMakers["Adam Silver-Mane"] = () => { | |||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(8, "feet") | height: math.unit(8, "feet") | ||||
| }, | }, | ||||
| { | |||||
| name: "Minimacro", | |||||
| height: math.unit(80, "feet") | |||||
| }, | |||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(800, "feet"), | height: math.unit(800, "feet"), | ||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro+", | |||||
| height: math.unit(8, "miles") | |||||
| name: "Megamacro", | |||||
| height: math.unit(8000, "feet") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Megamacro", | |||||
| height: math.unit(160, "miles") | |||||
| name: "Gigamacro", | |||||
| height: math.unit(800, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Teramacro", | |||||
| height: math.unit(80000, "miles") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Celestial", | name: "Celestial", | ||||
| height: math.unit(8e6, "miles") | height: math.unit(8e6, "miles") | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Celestial+", | |||||
| name: "Star Dragon", | |||||
| height: math.unit(800000, "parsecs") | height: math.unit(800000, "parsecs") | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -11482,4 +11490,4 @@ function makeCharacters() { | |||||
| }); | }); | ||||
| }); | }); | ||||
| return results; | return results; | ||||
| } | |||||
| } | |||||