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

CommandDescriptionValues
add xp <value>Adds XPvalue = any positive Integer
add gold <value>Adds Goldvalue = any positive Integer
add <item-type> <item-name>Adds a new item to the inventoryitem-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 lemonAdds 99 Firebombs to the inventory
set stat <stat> <value>Sets a Stat to the defined valuestat = one of VIT, DEX, MAG, STR, DEX, INT, LCK
value = any positive Integer
set hp <value>Sets the player’s HP to the defined valuevalue = any positive Integer
set mana <value>Sets the player’s Mana to the defined valuevalue = any positive Integer