Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Dungeons and Depravity

Top-Down Animated 2d Roguelike Lewd Action RPG · By Chibai Games

Cheats Guide

A topic by Noellemasoshit created 55 days ago Views: 146 Replies: 1
Viewing posts 1 to 2
(1 edit)

Every command are lowercase only most objects names if not all have one UPPERCASE letter per word and words are separated by _ all commands are case sensitive (example: spawn Small_Slime 2 4 (this entity seem to not be spawnable as of 0.1.5))
the object types I could find as of now are weapon, consumable, armor, entity
use the command list to get the names you'll need for other commands

help: show a list of available commands when no commands are specified and show the description when a command is specified
- usage: help [command(optional)] 
- example: help give

list: show a list of the desired type of objects
- usage list [object type]
- example list weapon

spawn: make a specified amount of the desired entity of a specified level appear around the center of the current map if only the entity name is specified it default to spawning 1 level 1 entity
- usage spawn [entity name] [entity level(optional)] [amount of entity to spawn(optional)
- example: spawn Slime 2 4

give: make the desired item in a specified amount appear in the player inventory if no amount is specified default to 1
- usage give [item name] [amount to be given(optional)]
- example: give Apple 2

exp: adds the desired amount to the experience of the player
- usage exp [amount to be added]
- example exp 100

time: sets the time played in the save to a specific amount in seconds (affects the number of days and the current hour one IRL second is one ingame minute time spent in menu does not count in time)
- usage time [time played]
- example time 0 (resets to day 1)

kill: reduces the player's HP to 0
- usage kill

the maximum value for exp is 2147483647