Browse Source

Change Withers' sizes

master
Fen Dweller 5 years ago
parent
commit
b91f72bfa7
1 changed files with 4 additions and 20 deletions
  1. +4
    -20
      presets/characters.js

+ 4
- 20
presets/characters.js View File

@@ -27227,31 +27227,15 @@ characterMakers.push(() => makeCharacter(
}, },
}, },
[ [
{
name: "Normal",
height: math.unit(6, "feet")
},
{ {
name: "Macro", name: "Macro",
height: math.unit(50, "feet")
},
{
name: "Megamacro",
height: math.unit(15, "miles"),
height: math.unit(168, "feet"),
default: true default: true
}, },
{ {
name: "Megamacro+",
height: math.unit(100, "km")
},
{
name: "Gigamacro",
height: math.unit(4750, "miles")
},
{
name: "Gigamacro+",
height: math.unit(32000, "miles")
},
name: "Megamacro",
height: math.unit(15, "miles")
}
] ]
)) ))




Loading…
Cancel
Save