diff --git a/presets/characters.js b/presets/characters.js index a2bcdfff..c56ae6c3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -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", height: math.unit(210, "cm"), default: true }, + { + name: "Big", + height: math.unit(15, "feet") + }, + { + name: "Macro", + height: math.unit(50, "feet") + }, ] ))