| @@ -50,6 +50,7 @@ | |||||
| <option>feet</option> | <option>feet</option> | ||||
| <option>yards</option> | <option>yards</option> | ||||
| <option>miles</option> | <option>miles</option> | ||||
| <option>parsecs</option> | |||||
| </select> | </select> | ||||
| </div> | </div> | ||||
| <div class="options-row"> | <div class="options-row"> | ||||
| @@ -20,6 +20,7 @@ const unitChoices = { | |||||
| "inches", | "inches", | ||||
| "feet", | "feet", | ||||
| "miles", | "miles", | ||||
| "parsecs", | |||||
| ], | ], | ||||
| area: [ | area: [ | ||||
| "cm^2", | "cm^2", | ||||
| @@ -1155,6 +1155,14 @@ characterMakers["Talan"] = () => { | |||||
| { | { | ||||
| name: "Megamacro", | name: "Megamacro", | ||||
| height: math.unit(2, "miles") | height: math.unit(2, "miles") | ||||
| }, | |||||
| { | |||||
| name: "Gigamacro", | |||||
| height: math.unit(5000, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Teramacro", | |||||
| height: math.unit(100, "parsecs") | |||||
| } | } | ||||
| ], | ], | ||||
| math.unit(2, "miles") | math.unit(2, "miles") | ||||