Procházet zdrojové kódy

Add a volume for Fen's goo forms

master
Fen Dweller před 4 roky
rodič
revize
f2640eea85
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +4
    -2
      presets/characters.js

+ 4
- 2
presets/characters.js Zobrazit soubor

@@ -1963,7 +1963,8 @@ characterMakers.push(() => makeCharacter(
}, },
goo: { goo: {
height: math.unit(12, "feet"), height: math.unit(12, "feet"),
weight: math.unit(3000, "lb"),
weight: math.unit(3600, "lb"),
volume: math.unit(1000, "liters"),
capacity: math.unit(6, "people"), capacity: math.unit(6, "people"),
name: "Goo", name: "Goo",
image: { image: {
@@ -1982,6 +1983,7 @@ characterMakers.push(() => makeCharacter(
gooCeiling: { gooCeiling: {
height: math.unit(6.6, "feet"), height: math.unit(6.6, "feet"),
weight: math.unit(3000, "lb"), weight: math.unit(3000, "lb"),
volume: math.unit(1000, "liters"),
capacity: math.unit(6, "people"), capacity: math.unit(6, "people"),
name: "Goo (Ceiling)", name: "Goo (Ceiling)",
image: { image: {
@@ -2024,7 +2026,7 @@ characterMakers.push(() => makeCharacter(
capacity: math.unit(6, "people"), capacity: math.unit(6, "people"),
name: "Goo (Lounging)", name: "Goo (Lounging)",
image: { image: {
source: "./media/characters/fen/goo.svg",
source: "./media/characters/fen/goo-lounging.svg",
bottom: 116 / 613 bottom: 116 / 613
} }
}, },


Načítá se…
Zrušit
Uložit