Default categories for items.
catinsurance opened this issue · 3 comments
(If someone wants to help me, I'd be willing to implement this feature myself. Just need someone to get me started)
Is your feature request related to a problem? Please describe.
I want to be able to easily bulkadd items to my pricelist and bulkedit items on my pricelist, but I don't want to have to get the sku or name of every item!
Describe the feature you'd like
Have different item "categories". For example, strange weapons are put in the "strange" category, festive in the "festive" category, scout craft hats put in the "scout" and "cosmetic" and "craftable" category.
Each item's category would be automatically set by the bot, but would be customizable by editing a file. You can edit all items on your pricelist by category, add items to the pricelist by category, etc.
Use case: It's like adding groups to an item in your pricelist, except its automatically done by the bot and is put on items even before they're added to your pricelist so that you can bulk add items to the list.
Examples:
!addbulk category=festive&max=2&intent=2
!update category=festive&max=1
I would 100% be willing to help categorize items. Obviously not every item would be categorized in the beginning, but a lot of common ones would be.
It would be a lot of tedious labor to make but honestly i think it would be super convenient
Describe alternatives you've considered
Can't think of any off the top of my head.
Got any bounty as a reward for anyone fulfills your request?
Bounty: A didgeridrongo unusualifier (halloween is coming up!!!! https://i.imgur.com/EzPX8HW.png)
Discord Name: Maya#0003
Additional context
Once again, I will help with categorizing any item, will format it for you, and will help with any coding stuff if need be (I don't want to code it myself cuz I'm afraid my code won't be up-to-standard)
Not very maintainable if categorization is done manually. Cosmetics are added often, and with them multiple qualities, classes, etc.
I can see this being possible with other categories such as weapons, but even then I see maintaining this as a PITA.
Unless the item schema can be parsed to automate categorization, I don't see this being feasible.
I getcha, one thing I didn't even realize when posting this was that we can just autocategorize based on the item scheme. Cosmetic hat, strange, unusual, etc can all be gotten from the sku iirc.
It can be, but to get all scout hats would be something to check the TF2 item schema for.
If your categorization would be based solely on the information from the item SKUs, then it'd be easier.
Now that I read your post again, I think craft hats are a possible category. Valve hasn't added any other craftable hats in a looooong while.