Explorar el Código

Add missing data entries

tags/v0.1.2
Fen Dweller hace 6 años
padre
commit
6411a3cd06
Se han modificado 1 ficheros con 32 adiciones y 2 borrados
  1. +32
    -2
      stories/fen-snack.js

+ 32
- 2
stories/fen-snack.js Ver fichero

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


Cargando…
Cancelar
Guardar