Przeglądaj źródła

Add megamacro and gigamacro sizes for Fory

tags/v0.1.0
Fen Dweller 5 lat temu
rodzic
commit
490aff4aab
1 zmienionych plików z 8 dodań i 0 usunięć
  1. +8
    -0
      presets/characters.js

+ 8
- 0
presets/characters.js Wyświetl plik

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




Ładowanie…
Anuluj
Zapisz