Procházet zdrojové kódy

Update Wither's sizes

master
Fen Dweller před 5 roky
rodič
revize
64fb633c85
1 změnil soubory, kde provedl 21 přidání a 1 odebrání
  1. +21
    -1
      presets/characters.js

+ 21
- 1
presets/characters.js Zobrazit soubor

@@ -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")
},
]
))



Načítá se…
Zrušit
Uložit