Fen Dweller 6 лет назад
Родитель
Сommit
21e13cf610
1 измененных файлов: 14 добавлений и 6 удалений
  1. +14
    -6
      presets/characters.js

+ 14
- 6
presets/characters.js Просмотреть файл

@@ -8717,25 +8717,33 @@ characterMakers["Adam Silver-Mane"] = () => {
name: "Normal",
height: math.unit(8, "feet")
},
{
name: "Minimacro",
height: math.unit(80, "feet")
},
{
name: "Macro",
height: math.unit(800, "feet"),
default: true
},
{
name: "Macro+",
height: math.unit(8, "miles")
name: "Megamacro",
height: math.unit(8000, "feet")
},
{
name: "Megamacro",
height: math.unit(160, "miles")
name: "Gigamacro",
height: math.unit(800, "miles")
},
{
name: "Teramacro",
height: math.unit(80000, "miles")
},
{
name: "Celestial",
height: math.unit(8e6, "miles")
},
{
name: "Celestial+",
name: "Star Dragon",
height: math.unit(800000, "parsecs")
},
{
@@ -11535,4 +11543,4 @@ function makeCharacters() {
});
});
return results;
}
}

Загрузка…
Отмена
Сохранить