Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Does taking time affect random encounters? (I died before I could find anything). Other than that, this has amazing potential.

Hi, thanks for enjoying the game so far.

Had to take a quick look at the code to remind myself but basically internally every time you enter a new room a counter goes down by one and when it reaches zero, an "event" will occur and the countdown resets to a number between 10 and 100.


An event can be:

1. A Blackout

2. A Deafening Sound

3. Finding a Random Item

4. Finding a Corpse (free loot)

5. Human Encounter (Friend or Foe)

6. Entity Encounter (Deathmoth, Duller, or Hound)

7. sike nothing


Each event has an equal chance to happen so if you're going through rooms quickly, either you're getting very unlucky or have encountered some bug I'm unaware of. Hope this helps.

Thanks, however, your code is fine. I was just unlucky... great game!