Browse Source

Add some more sizes for Odyssey

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
e1790967c4
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js View File

@@ -8063,6 +8063,18 @@ characterMakers["Odyssey"] = () => {
}, },
}, },
[ [
{
name: "Normal",
height: math.unit(5 + 4/12, "feet")
},
{
name: "Macro",
height: math.unit(1, "km")
},
{
name: "Megamacro",
height: math.unit(1000, "km")
},
{ {
name: "Gigamacro", name: "Gigamacro",
height: math.unit(1, "AU"), height: math.unit(1, "AU"),


Loading…
Cancel
Save