adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Feature: New Misc Item Type "Container" #139

Open adonutwithsprinklez opened 2 years ago

adonutwithsprinklez commented 2 years ago

Containers will be a new misc item type that allows for a group of items to be stored within. This item will contain a list of other items contained within, and will allow the player to choose which items to take. It will mostly be used to as a "reward" at the end of dungeons or longer pathways.

These containers could also have level specific reward pools. If the player is level 2, the rewards could be different than if the player is level 12. This would allow for further refinement of player progression while still allowing the player to freely go where he/she pleases.