Explorar el Código

Add a prey capacity for Goldeneye

master
Fen Dweller hace 4 años
padre
commit
0f15b0ff74
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      presets/characters.js

+ 2
- 0
presets/characters.js Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar