Просмотр исходного кода

Add a prey capacity for Goldeneye

master
Fen Dweller 3 лет назад
Родитель
Сommit
0f15b0ff74
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      presets/characters.js

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

@@ -20770,6 +20770,7 @@ characterMakers.push(() => makeCharacter(
side: {
height: math.unit(13 + 1 / 12, "feet"),
weight: math.unit(8.5, "tonnes"),
preyCapacity: math.unit(36, "people"),
name: "Side",
image: {
source: "./media/characters/goldeneye/side.svg",
@@ -20780,6 +20781,7 @@ characterMakers.push(() => makeCharacter(
front: {
height: math.unit(5.1, "feet"),
weight: math.unit(8.5, "tonnes"),
preyCapacity: math.unit(36, "people"),
name: "Front",
image: {
source: "./media/characters/goldeneye/front.svg",


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