ソースを参照

Add missing data entries

tags/v0.1.2
Fen Dweller 6年前
コミット
6411a3cd06
1個のファイルの変更32行の追加2行の削除
  1. +32
    -2
      stories/fen-snack.js

+ 32
- 2
stories/fen-snack.js ファイルの表示

@@ -244,6 +244,11 @@ stories.push({
}
]
}
},
"data": {
"stats": {
}
}
},
intestines: {
@@ -344,7 +349,12 @@ stories.push({
]

}
]
],
"data": {
"stats": {
}
}
},
bowels: {
id: "bowels",
@@ -453,7 +463,12 @@ stories.push({
]

}
]
],
"data": {
"stats": {
}
}
},
"digested-stomach": {
id: "digested-stomach",
@@ -465,6 +480,11 @@ stories.push({
playSfx("sfx/bowels-churn-safe.ogg");
stopClassTimers("alive", state);
print(["You slump down in the acidic pit, curling up as it begins to churn you down to chyme. Fen's stomach snarls and bubbles for the next few minutes...and then you're gone~",newline,"Nothing's left but a bit of padding on your predator's gut..."]);
},
"data": {
"stats": {
}
}
},
"digested-intestines": {
@@ -477,6 +497,11 @@ stories.push({
playSfx("sfx/bowels-churn-safe.ogg");
stopClassTimers("alive", state);
print(["Fen's intestines clench and squeeze, melting you down into slop and soaking you up like a sponge.",newline,"Nothing's left but a bit of padding on your predator's hips..."]);
},
"data": {
"stats": {
}
}
},
"digested-bowels": {
@@ -489,6 +514,11 @@ stories.push({
playSfx("sfx/bowels-churn-danger.ogg");
stopClassTimers("alive", state);
print(["A powerful ripple of muscle pins you in a vice-grip of flesh - and within seconds, you're part of Fen's bowels.",newline,"Nothing's left but a bit of padding on your predator's ass..."]);
},
"data": {
"stats": {
}
}
}
}


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