Explorar el Código

Add sizes to Dhaeleena M'iar

master
Fen Dweller hace 3 años
padre
commit
88bad9da3a
Se han modificado 1 ficheros con 20 adiciones y 0 borrados
  1. +20
    -0
      presets/characters.js

+ 20
- 0
presets/characters.js Ver fichero

@@ -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")
},
]
))



Cargando…
Cancelar
Guardar