Explorar el Código

Add some more sizes for Odyssey

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

+ 12
- 0
presets/characters.js Ver fichero

@@ -8063,6 +8063,18 @@ characterMakers["Odyssey"] = () => {
},
},
[
{
name: "Normal",
height: math.unit(5 + 4/12, "feet")
},
{
name: "Macro",
height: math.unit(1, "km")
},
{
name: "Megamacro",
height: math.unit(1000, "km")
},
{
name: "Gigamacro",
height: math.unit(1, "AU"),


Cargando…
Cancelar
Guardar