Wishlist

DavidC

Active member
I don't see any public roadmap, so I have no idea what's being planned/what's in the works. Here's a wishlist from me. I'll also include a popular game example.

  1. Click and drag to hotbar (Minecraft)
  2. Weapon Sets (Diablo)
  3. Item Degradation & Repair (Fallout 3/Most Survival Games)
 
Thanks for the suggestions, I'll add them to the Requests list. I'm not sure whether we can implement all of them or when.
Note that you can already make all of these yourself with a bit of custom code. Here are some ideas if you wish to explore.

1) Use a custom Item Action to start the drag and drop. Check out the Move Item Action that lets you move Items from different slots.

2) Create an Item Category for each Weapon Set, or create an Attribute that defines the Weapon Set of your Weapon. Then in a custom Equipper script deal with Weapon Set stat bonuses

3) Add a float Item Attribute for durability. Reduce the value when the item is used. Once it reaches 0 destroy the item or prevent it from being equipped/used. Then add a functionality to increase the weapons durability.

I hope this helps
 
Thank you for the advice, it's always good to have a starting point.

I know you have a lot of things to do, and am not too worried about it. None of them are part of my MVP atm, but I can "wish" that by the time I might implement them, they're natively supported.

Btw, I think the first two are probably kind of "expected." They would be good to add regardless of my personal needs.
 
Top