Parcourir la source

Add a volume for Fen's goo forms

master
Fen Dweller il y a 4 ans
Parent
révision
f2640eea85
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +4
    -2
      presets/characters.js

+ 4
- 2
presets/characters.js Voir le fichier

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


Chargement…
Annuler
Enregistrer