Przeglądaj źródła

Tweak sizes for Ramona and Iris

master
Fen Dweller 4 lat temu
rodzic
commit
1531568b11
1 zmienionych plików z 9 dodań i 1 usunięć
  1. +9
    -1
      presets/characters.js

+ 9
- 1
presets/characters.js Wyświetl plik

@@ -5800,6 +5800,10 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(6 + 4/12, "feet")
},
{
name: "Minimacro",
height: math.unit(5.3, "meters"), height: math.unit(5.3, "meters"),
default: true default: true
}, },
@@ -32386,10 +32390,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(1.2, "meters") height: math.unit(1.2, "meters")
}, },
{ {
name: "Minimacro",
name: "Normal",
height: math.unit(2.5, "meters"), height: math.unit(2.5, "meters"),
default: true default: true
}, },
{
name: "Minimacro",
height: math.unit(18, "feet")
},
{ {
name: "Macro", name: "Macro",
height: math.unit(180, "meters") height: math.unit(180, "meters")


Ładowanie…
Anuluj
Zapisz