Debug Commands
To access the Debug Mode, you can press F12 while playing. Make sure to have the Developer Mode enabled in the Gameplay settings.
The Debug Console can be opened by pressing F11 while the Debug Mode is active. This will allow you to enter certain Debug Commands to test items. Debug Commands will autocomplete as soon as a command can be uniquely identified.
List of common Debug Commands
| Command | Description | Values |
|---|---|---|
| add xp <value> | Adds XP | value = any positive Integer |
| add gold <value> | Adds Gold | value = any positive Integer |
| add <item-type> <item-name> | Adds a new item to the inventory | item-type = one of weapon, armor, artefact, consumable, misc item-name = the item’s name. (the game will resolve to the closest matching item. all will give all available items of that item-type) |
| add lemon | Adds 99 Firebombs to the inventory | |
| set stat <stat> <value> | Sets a Stat to the defined value | stat = one of VIT, DEX, MAG, STR, DEX, INT, LCK value = any positive Integer |
| set hp <value> | Sets the player’s HP to the defined value | value = any positive Integer |
| set mana <value> | Sets the player’s Mana to the defined value | value = any positive Integer |