ソースを参照

Add a volume for Fen's goo forms

master
Fen Dweller 4年前
コミット
f2640eea85
1個のファイルの変更4行の追加2行の削除
  1. +4
    -2
      presets/characters.js

+ 4
- 2
presets/characters.js ファイルの表示

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


読み込み中…
キャンセル
保存