Generating items in the dungeon
Usually in RPG games, the player will acquire and carry items that add some status boosting effects. The player can have weapons to increase their damage or armor to increase their defense. We are going to add some armor items that will power up our player.
The armor items will run on a slightly more complicated system than the health items and will require their own class. We will also need a way to deliver the items to the player. We want to be a little more interesting than just littering the dungeon floor with items, so we will create a chest that will randomly spawn items.
The Chest prefab
Let's start with the Chest prefab. The Chest prefab will be a lot like the Wall prefab, in that the Chest prefab will also spawn items upon iteration. We will begin by building the prefab.
This chapter includes some additional art assets that can be imported for the Chest prefab and armor items. You are welcome to take this opportunity to make your own art for this...