浏览代码

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": {
}
}
}
}


正在加载...
取消
保存