Do you know where the location for the save file is on a Windows 8 OS? After having reset my saved game, I've been encountering this bug where food would start floating on the screen randomly. I want to try manually deleting my save file.
The game uses webstorage for saving, so it does not only depends on the OS, but also on the browser used. You should find the answer for you here: http://stackoverflow.com/questions/9669184/how-is-html5-webstorage-data-physically-stored. But your problem may rather be related to the browser cache, as this game is in HTML5, rather than to the save file.
It would appear that losing save files is related to having potions active. If any potion effects wear off before leaving the game, then the game will save normally.
Also, it seems that the import function is unable to take characters over a certain amount. It also happens to be that, if you've played long enough, export save files are larger than what the import function can take.
Sorry for commenting twice in a row, but I just got Life Drain which does damage equal to 100% att + 0.001% str. That doesn't seem right, as 0.001% of my current str, which is 135, is only .00135 extra damage.
Can you add the option to view all of the monster's stats? That would be helpful in determining whether I should get def, protection, protection piercing, etc.
The game uses webstorage for saving, so it does not only depends on the OS, but also on the browser used. You should find the answer for you here: http://stackoverflow.com/questions/9669184/how-is-html5-webstorage-data-physically-stored. But your problem may rather be related to the browser cache, as this game is in HTML5, rather than to the save file.