Browse Source

Add parsecs. Add larger sizes for Talan

tags/v0.0.6
Fen Dweller 5 years ago
parent
commit
ebdf257e5e
3 changed files with 10 additions and 0 deletions
  1. +1
    -0
      macrovision.html
  2. +1
    -0
      macrovision.js
  3. +8
    -0
      presets/characters.js

+ 1
- 0
macrovision.html View File

@@ -50,6 +50,7 @@
<option>feet</option>
<option>yards</option>
<option>miles</option>
<option>parsecs</option>
</select>
</div>
<div class="options-row">


+ 1
- 0
macrovision.js View File

@@ -20,6 +20,7 @@ const unitChoices = {
"inches",
"feet",
"miles",
"parsecs",
],
area: [
"cm^2",


+ 8
- 0
presets/characters.js View File

@@ -1155,6 +1155,14 @@ characterMakers["Talan"] = () => {
{
name: "Megamacro",
height: math.unit(2, "miles")
},
{
name: "Gigamacro",
height: math.unit(5000, "miles")
},
{
name: "Teramacro",
height: math.unit(100, "parsecs")
}
],
math.unit(2, "miles")


Loading…
Cancel
Save