minicraft-plus-revived
minicraft-plus-revived copied to clipboard
Ways to do with Power Glove
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.