Explorar el Código

Add megamacro and gigamacro sizes for Fory

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

+ 8
- 0
presets/characters.js Ver fichero

@@ -723,6 +723,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(50, "feet"),
default: true
},
{
name: "Megamacro",
height: math.unit(10, "miles")
},
{
name: "Gigamacro",
height: math.unit(5, "earths")
},
]
))



Cargando…
Cancelar
Guardar