Fen Dweller
4422e9d73e
Merge branch 'master' into geta
5 lat temu
Fen Dweller
90c8ab1ef3
Rename the story to geta-breakfast
5 lat temu
Fen Dweller
47bc425a94
Fix actions not being available again once their conditions are met
5 lat temu
Fen Dweller
0b3cc3a627
Add some more absorption and struggle content
5 lat temu
Fen Dweller
e0585b5ddf
Switch to 3-space indentation
5 lat temu
Fen Dweller
88c5f995f2
Add a bit of text
5 lat temu
Fen Dweller
491a4417c4
Merge branch 'master' into geta
5 lat temu
Fen Dweller
2374ee0bdb
Allow text to contain HTML tags
5 lat temu
Fen Dweller
097fe55671
Add a scene for getting grabbed
5 lat temu
Fen Dweller
b8a9bbdaa6
Add some absorption events
5 lat temu
Fen Dweller
8a8062d170
Update the colors
5 lat temu
Fen Dweller
f6630726ca
Merge branch 'master' into geta
5 lat temu
Fen Dweller
7b59b7919a
Switch colors from anonymous functions to getters
5 lat temu
Fen Dweller
9a21a02eef
Add color changes to the stat bars
5 lat temu
Fen Dweller
985601111c
Merge branch 'master' into geta
5 lat temu
Fen Dweller
251c2fa7a2
Allow for stat bar colors to change
5 lat temu
Fen Dweller
a7e9a83b55
Merge branch 'master' into geta
5 lat temu
Fen Dweller
7c4b77556a
Use white text with a black outline instead of difference-mode white text for stat bars
5 lat temu
Fen Dweller
62bc046ffc
Merge branch 'master' into geta
5 lat temu
Fen Dweller
626a6118fe
Revert "Make the actions and description boxes smaller, but also give the move window a max-width"
This reverts commit 47a33e4edc .
5 lat temu
Fen Dweller
b15fa336d7
Revert "Separate the most recent log entry from the rest; darken older text slightly"
This reverts commit ea16c5c3ea .
5 lat temu
Fen Dweller
d45a31bcb2
Make the actions and description boxes smaller, but also give the move window a max-width
5 lat temu
Fen Dweller
a919b98331
Separate the most recent log entry from the rest; darken older text slightly
5 lat temu
Fen Dweller
ea16c5c3ea
Separate the most recent log entry from the rest; darken older text slightly
5 lat temu
Fen Dweller
47a33e4edc
Make the actions and description boxes smaller, but also give the move window a max-width
5 lat temu
Fen Dweller
5847b4585b
Add throat sounds; add some more interesting swallows
5 lat temu
Fen Dweller
8f3cc4deaf
Update the synonym picker
5 lat temu
Fen Dweller
0ccd642f13
Make getting chewed in the maw struggle send you to the throat, pre-surrendered
Before, you went straight to the stomach; now, you're swallowed as usual, but
are treated as if you've surrendered.
5 lat temu
Fen Dweller
d1dea1e0a6
Add a throat struggle
Similar to the maw struggle -- and inescapable, of course.
5 lat temu
Fen Dweller
1f0fdb3f55
Add stamina during the maw struggle
Low stamina prevents you from moving forwards, and also makes it possible to slide
back far further than you wanted to.
5 lat temu
Fen Dweller
ba6aa8ab5a
Add the new info
5 lat temu
Fen Dweller
5cf42a0b9c
Merge branch 'master' into geta
5 lat temu
Fen Dweller
e670242581
Switch the move buttons to a css-grid layout
5 lat temu
Fen Dweller
5311056b65
Add info block to stories+tags for tooltips; force body to be the screen size
This causes things to overflow in-game. Will work on that next.
5 lat temu
Fen Dweller
414bc7867a
Make stomach events a bit more random. Add flavor text at different stages of digestion
6 lat temu
Fen Dweller
06a3162a6a
Add more maw text. Add absorption a few minutes after digestion
6 lat temu
Fen Dweller
62a35eb9b0
Adjust maw struggle timings; add a tongue shove that pushes you forward
6 lat temu
Fen Dweller
18aa9839b5
Flesh out the maw text a bit. Fix head-tilting not resetting maw movement when over
6 lat temu
Fen Dweller
fb728533f7
Hide the suspicion meter after getting caught
6 lat temu
Fen Dweller
0f6becabc7
Add some (pointless) pleading in the stomach; turn the screen red as health drops
6 lat temu
Fen Dweller
e872188940
Add some sounds. Add eating whilst in the stomach. Fix misspelled limb name
6 lat temu
Fen Dweller
1e1f002f96
Let Geta tilt back his muzzle d uring the maw struggle. Remove the id argument from statLerp
statLerp now generates a random id, which should prevent collisions.
6 lat temu
Fen Dweller
6fdfdccc2f
Merge branch 'master' into geta
6 lat temu
Fen Dweller
ed9b466122
Update the templates to not use state arguments
6 lat temu
Fen Dweller
29e282366e
Update the Geta story to remove the state arguments
6 lat temu
Fen Dweller
a3fdcd27c6
Merge branch 'master' into geta
6 lat temu
Fen Dweller
b30d437274
Remove another unused state argument
6 lat temu
Fen Dweller
9b2896a69c
Merge branch 'master' into geta
6 lat temu
Fen Dweller
a36d966d3f
Stop passing the state around manually
It was a nice idea to explicitly pass state to everything,
but it didn't really provide any benefits (we only ever have one
game going at once), the rule was already violated (some places
used the global instance of state), and it added a lot of clutter.
Also removed the unused entity.js file.
6 lat temu
Fen Dweller
c93afe3075
Make the maw struggle smoother
The passive movement is now cyclic, rather than completely random.
Swallows, slurps, and player movements are applied over a period
of time.
6 lat temu