Explorar el Código

Add more sizes to Jamie Larsen

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

+ 12
- 0
presets/characters.js Ver fichero

@@ -11976,6 +11976,18 @@ characterMakers["Jamie Larsen"] = () => {
height: math.unit(28 + 7/12, "feet"), height: math.unit(28 + 7/12, "feet"),
default: true default: true
}, },
{
name: "Macro+",
height: math.unit(180, "feet")
},
{
name: "Megamacro",
height: math.unit(10, "miles")
},
{
name: "Gigamacro",
height: math.unit(200000, "miles")
},
] ]
) )
}; };


Cargando…
Cancelar
Guardar