Ver código fonte

Update sizes for Gregory, Elroy, and Angelpatamon

tags/v0.1.0
Fen Dweller 6 anos atrás
pai
commit
065e6939b5
1 arquivos alterados com 10 adições e 2 exclusões
  1. +10
    -2
      presets/characters.js

+ 10
- 2
presets/characters.js Ver arquivo

@@ -2042,7 +2042,7 @@ characterMakers["Gregory"] = () => {
}, },
{ {
name: "Macro", name: "Macro",
height: math.unit(300, "feet")
height: math.unit(20, "meter")
} }
], ],
math.unit(1.3, "meter") math.unit(1.3, "meter")
@@ -2070,7 +2070,7 @@ characterMakers["Elory"] = () => {
}, },
{ {
name: "Macro", name: "Macro",
height: math.unit(300, "feet")
height: math.unit(38, "meter")
} }
], ],
math.unit(2.8, "meter") math.unit(2.8, "meter")
@@ -2095,6 +2095,14 @@ characterMakers["Angelpatamon"] = () => {
{ {
name: "Normal", name: "Normal",
height: math.unit(470, "feet") height: math.unit(470, "feet")
},
{
name: "Deity Size I",
height: math.unit(28651.2, "km")
},
{
name: "Deity Size II",
height: math.unit(171907.2, "km")
} }
], ],
math.unit(470, "feet") math.unit(470, "feet")


Carregando…
Cancelar
Salvar