Browse Source

Add micro and macro sizes for Kyrehx

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

+ 8
- 0
presets/characters.js View File

@@ -17217,11 +17217,19 @@ characterMakers["Kyrehx"] = () => {
}, },
}, },
[ [
{
name: "Micro",
height: math.unit(2, "inches")
},
{ {
name: "Normal", name: "Normal",
height: math.unit(8, "feet"), height: math.unit(8, "feet"),
default: true default: true
}, },
{
name: "Macro",
height: math.unit(255, "feet")
},
] ]
) )
}; };


Loading…
Cancel
Save