document updated 14 years ago, on Apr 25, 2010
It's not difficult to cheat in Desktop Dungeons:
- run the game using the Debug Mode Enabler
- start playing a level
- in the debug window, choose Tools > Execute Code
- paste one of the green lines in:
lots of cheating:
Hero.level=99; Hero.baseDamage=999; Hero.max_hp=999; Hero.hp=999; Hero.max_mana=999; Hero.mana=999; global.gold=70;
make monsters have the HP handicap that they had before your first win:
with (Enemy) {max_hp*=0.8; hp*=0.8}