Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ways to do with Power Glove #567

Open
BenCheung0422 opened this issue Aug 30, 2023 · 1 comment
Open

Ways to do with Power Glove #567

BenCheung0422 opened this issue Aug 30, 2023 · 1 comment
Labels
Improvement Something that we can improve.

Comments

@BenCheung0422
Copy link
Member

Is your feature request related to a problem? Please describe.
The code for the power glove has existed but considered to be removed, as described in #258. However, completely removing the item is not a way, as we need an alternative to handle furniture holding.

Describe the solution you'd like
There are several plans that can do with the power glove:

  • Re-add power glove as an item - This may not be the first consideration as many parts of the codes have remove power glove.
    • If we re-add the item, the power glove would cost stamina and hold the furniture. If the player has not equipped the glove, the stamina cost would be higher.
  • Rewrite the pick-up or furniture holding mechanics - The player can only pick-up a furniture when their hand is empty and the furniture can be picked-up. The power glove item would be completely removed. There should also be a way to pick-up a non-empty furniture as the current only way to move a furniture that is not empty is to push it.
  • Separate furniture holding mechanics - There are 2 cases that the furniture is empty or non-empty. Currently, the player cannot pick-up a non-empty furniture. The player would require a power glove (if not to remove it) to pick-up a non-empty furniture. When the player pick-up a furniture in a furniture-holding way instead of an item-holding way, the player can only pick-up and place instead of being able to send back to the inventory.
@BenCheung0422 BenCheung0422 added the Improvement Something that we can improve. label Aug 30, 2023
@BenCheung0422
Copy link
Member Author

BenCheung0422 commented Aug 30, 2023

We should also have an ability to pick up tiles like signs like torches and non-empty furniture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Something that we can improve.
Projects
None yet
Development

No branches or pull requests

1 participant