Browse Source

Add sizes to Dhaeleena M'iar

master
Fen Dweller 3 years ago
parent
commit
88bad9da3a
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      presets/characters.js

+ 20
- 0
presets/characters.js View File

@@ -67041,11 +67041,31 @@ characterMakers.push(() => makeCharacter(
}, },
}, },
[ [
{
name: "Micro",
height: math.unit(1, "mm")
},
{
name: "Small",
height: math.unit(1, "cm")
},
{
name: "Short",
height: math.unit(1, "foot")
},
{ {
name: "Normal", name: "Normal",
height: math.unit(210, "cm"), height: math.unit(210, "cm"),
default: true default: true
}, },
{
name: "Big",
height: math.unit(15, "feet")
},
{
name: "Macro",
height: math.unit(50, "feet")
},
] ]
)) ))




Loading…
Cancel
Save