Przeglądaj źródła

Update Vix Archaser's sizes

master
Fen Dweller 5 lat temu
rodzic
commit
289303daaa
1 zmienionych plików z 16 dodań i 0 usunięć
  1. +16
    -0
      presets/characters.js

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

@@ -27641,6 +27641,18 @@ characterMakers.push(() => makeCharacter(
}, },
}, },
[ [
{
name: "Micro",
height: math.unit(1, "foot")
},
{
name: "Normal",
height: math.unit(6 + 5/12, "feet")
},
{
name: "Minimacro",
height: math.unit(500, "feet")
},
{ {
name: "Macro", name: "Macro",
height: math.unit(4, "miles") height: math.unit(4, "miles")
@@ -27650,6 +27662,10 @@ characterMakers.push(() => makeCharacter(
height: math.unit(250, "miles"), height: math.unit(250, "miles"),
default: true default: true
}, },
{
name: "Gigamacro",
height: math.unit(1, "universe")
},
] ]
)) ))




Ładowanie…
Anuluj
Zapisz