| @@ -158,6 +158,10 @@ math.createUnit("peopleMass", { | |||||
| definition: "80 kg", | definition: "80 kg", | ||||
| prefixes: "long" | prefixes: "long" | ||||
| }); | }); | ||||
| math.createUnit("earthMass", { | |||||
| definition: "5.97e24 kg", | |||||
| prefixes: "long" | |||||
| }); | |||||
| const defaultUnits = { | const defaultUnits = { | ||||
| length: { | length: { | ||||
| @@ -259,7 +263,9 @@ const unitChoices = { | |||||
| "tons" | "tons" | ||||
| ], | ], | ||||
| "relative": [ | "relative": [ | ||||
| "peopleMass" | |||||
| "peopleMass", | |||||
| "earthMass", | |||||
| "solarmasses" | |||||
| ] | ] | ||||
| } | } | ||||
| } | } | ||||
| @@ -32636,8 +32636,8 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| solgooleo: { | solgooleo: { | ||||
| height: math.unit(4, "meters"), | height: math.unit(4, "meters"), | ||||
| weight: math.unit(3600*1.5, "kg"), | |||||
| volume: math.unit(3600, "liters"), | |||||
| weight: math.unit(6000*1.5, "kg"), | |||||
| volume: math.unit(6000, "liters"), | |||||
| name: "Solgooleo", | name: "Solgooleo", | ||||
| image: { | image: { | ||||
| source: "./media/characters/pi/solgooleo.svg", | source: "./media/characters/pi/solgooleo.svg", | ||||