Explorar el Código

Add sizes to Alana

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
260ed884a9
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      presets/characters.js

+ 8
- 0
presets/characters.js Ver fichero

@@ -15799,11 +15799,19 @@ characterMakers["Alana"] = () => {
name: "Normal", name: "Normal",
height: math.unit(7 + 6/12, "feet") height: math.unit(7 + 6/12, "feet")
}, },
{
name: "Large",
height: math.unit(50, "feet")
},
{ {
name: "Macro", name: "Macro",
height: math.unit(100, "feet"), height: math.unit(100, "feet"),
default: true default: true
}, },
{
name: "Macro+",
height: math.unit(200, "feet")
},
] ]
) )
}; };


Cargando…
Cancelar
Guardar