Explorar el Código

Update Wither's sizes

master
Fen Dweller hace 5 años
padre
commit
64fb633c85
Se han modificado 1 ficheros con 21 adiciones y 1 borrados
  1. +21
    -1
      presets/characters.js

+ 21
- 1
presets/characters.js Ver fichero

@@ -27123,11 +27123,31 @@ characterMakers.push(() => makeCharacter(
},
},
[
{
name: "Normal",
height: math.unit(6, "feet")
},
{
name: "Macro",
height: math.unit(7, "miles"),
height: math.unit(50, "feet")
},
{
name: "Megamacro",
height: math.unit(15, "miles"),
default: true
},
{
name: "Megamacro+",
height: math.unit(100, "km")
},
{
name: "Gigamacro",
height: math.unit(4750, "miles")
},
{
name: "Gigamacro+",
height: math.unit(32000, "miles")
},
]
))



Cargando…
Cancelar
Guardar