Browse Source

Tweak sizes for Ramona and Iris

master
Fen Dweller 3 years ago
parent
commit
1531568b11
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      presets/characters.js

+ 9
- 1
presets/characters.js View File

@@ -5800,6 +5800,10 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Normal",
height: math.unit(6 + 4/12, "feet")
},
{
name: "Minimacro",
height: math.unit(5.3, "meters"),
default: true
},
@@ -32386,10 +32390,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(1.2, "meters")
},
{
name: "Minimacro",
name: "Normal",
height: math.unit(2.5, "meters"),
default: true
},
{
name: "Minimacro",
height: math.unit(18, "feet")
},
{
name: "Macro",
height: math.unit(180, "meters")


Loading…
Cancel
Save