Make some items "consumable" #59

Open
opened 2023-06-20 18:18:41 +02:00 by migration-script · 0 comments

Story

As a player, I want to be able to "consume" items that have an instant effect by button so that I don't accidentally forget to change the amount of items left.

Description

For consumable items (Scrolls, Medical Herbs, Torches,...), a button "consume" is available. It reduces the amount an actor holds if this item, and (optionally) activates an effect (healing, line-of-sight,...) for a single shot or an amount of time.

Acceptance criteria

  • A "consume" button is available on items
  • "Consuming" an item is only possible of any of these type are available (i.e, amount > 0)
  • "Consuming" an item reduces the amount an actor carries
  • It is clarified whether "Consuming" the last item removes the item's entry all together, or it is kept as amount "0" as a reminder to the player to fill up the stock. The implementation acts according to the outcome of the discussion.
  • EITHER "Consuming" activates an appropriate effect OR a follow-up regarding is topic is created.
# Story As a player, I want to be able to "consume" items that have an instant effect by button so that I don't accidentally forget to change the amount of items left. # Description For consumable items (Scrolls, Medical Herbs, Torches,...), a button "consume" is available. It reduces the amount an actor holds if this item, and (optionally) activates an effect (healing, line-of-sight,...) for a single shot or an amount of time. # Acceptance criteria - A "consume" button is available on items - "Consuming" an item is only possible of any of these type are available (i.e, amount > 0) - "Consuming" an item reduces the amount an actor carries - It is clarified whether "Consuming" the last item removes the item's entry all together, or it is kept as amount "0" as a reminder to the player to fill up the stock. The implementation acts according to the outcome of the discussion. - EITHER "Consuming" activates an appropriate effect OR a follow-up regarding is topic is created.
migration-script added the
feature
label 2023-06-20 18:18:41 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#59
No description provided.