Переглянути джерело

Add a prey capacity for Goldeneye

master
Fen Dweller 4 роки тому
джерело
коміт
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",


Завантаження…
Відмінити
Зберегти