Actions
Task #245
closedUser Story #351: Items
Inventory System
Start date:
02/10/2025
Due date:
% Done:
100%
Estimated time:
4:00 h
Story Points:
2
Difficulty:
Medium
Blocked:
No
Sprint:
Description
User Story¶
As a player, I want to store and manage my items in an inventory, so that I can use them when needed and track what I have collected.
Description¶
- Players can store collected items in an inventory.
- The inventory categorizes items (e.g., Consumables, Quest Items, Spell Scrolls).
- Items can be used, discarded, or examined from the inventory menu.
- The UI updates dynamically to show the player’s current items.
Test Cases¶
- Verify that items are correctly stored in the inventory upon collection.
- Ensure that items remain in the inventory until used or discarded.
- Confirm that the inventory UI updates when new items are added or removed.
- Validate that players can use, equip, or drop items from the inventory menu.
- Ensure that item descriptions and effects are clearly displayed in the UI.
Updated by Kenneth Schuetz 3 months ago
- Sprint changed from Product backlog to Alpha Sprint
- Position changed from 65 to 35
Updated by Kenneth Schuetz 3 months ago
- Sprint changed from Alpha Sprint to Sprint Backlog (Alpha)
- Position changed from 35 to -33
Updated by Kenneth Schuetz 3 months ago
- Assignee set to Chris Wilt
- Estimated time set to 4:00 h
- Sprint changed from Sprint Backlog (Alpha) to Alpha Sprint
- Position changed from 37 to 42
- Story Points set to 2
Updated by Kenneth Schuetz 3 months ago
- Tracker changed from User Story to Task
- Parent task set to #351
- Standalone PBI deleted (
Yes)
Updated by Chris Wilt 3 months ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
Updated by Chris Wilt 3 months ago
- Status changed from In Progress to Code Review
- % Done changed from 90 to 100
player can only pick up and equip items at the moment and see its description stats when hovering over the item. The method for Drop() and Use() Item i believe is still there if i did not remove it with no code in it yet. Will be adding code once other things are done. Like the Quest and Leveling System!
Updated by Kenneth Schuetz 3 months ago
- Status changed from Code Review to Done
Actions