Matteas-Eden / roll-for-reaction

An extension of react-rpg inspired by DnD 5e
https://matteas.nz/roll-for-reaction
MIT License
7 stars 3 forks source link

Add tiers of chests #49

Open Matteas-Eden opened 4 years ago

Matteas-Eden commented 4 years ago

User Story As a game designer, I'd like to have different tiers of chests, so that a player has some guarantee of the rarity/type of items that can receive from a given chest.

Acceptance Criteria

Notes

These changes are not intended to modify the Gold/EXP given out by chests currently, but that may be an additional AC.


Why is this feature needed? Please describe the problem your requested feature wants to solve To give the player more guarantees surrounding the items received from chests.

Describe the solution you'd like At different points in the game, a player encounters differing tiers of chests. Each tier gives out certain items exclusive to that tier.

Matteas-Eden commented 4 years ago

This will need to be adapted to account for the changes in #190.