Browse Source

Add observable universe and new sizes for Berri

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
8fe50e0a5c
2 changed files with 9 additions and 0 deletions
  1. +8
    -0
      presets/characters.js
  2. +1
    -0
      presets/naturals.js

+ 8
- 0
presets/characters.js View File

@@ -4406,6 +4406,14 @@ characterMakers["Berri"] = () => {
name: "Planet Eater",
height: math.unit(489, "megameters")
},
{
name: "Teramacro",
height: math.unit(2471635000000, "meters")
},
{
name: "Examacro",
height: math.unit(8.0624e+26, "meters")
}
]
)
};


+ 1
- 0
presets/naturals.js View File

@@ -95,6 +95,7 @@ function makeNaturals() {

results.push(makePlanet("Sol", math.unit(865370, "mi"), math.unit(1.989e30, "kg")));
results.push(makePlanet("Betelgeuse", math.unit(1234.2e6, "mi"), math.unit(2.188e31, "kg")));
results.push(makePlanet("Observable Universe", math.unit(93.016e9, "lightyears"), math.unit(10e53, "kg")));

results.push(makeState("Alaska", math.unit(2071.44, "km"), math.unit(2483.83, "km"), math.unit(1723337, "km^2")));
results.push(makeState("California", math.unit(1048.82, "km"), math.unit(852.02, "km"), math.unit(423967, "km^2")));


Loading…
Cancel
Save