cs2-inventory-simulator
cs2-inventory-simulator copied to clipboard
[REQ/RULE] Disallow craft of items from specific containers
Discussed in https://github.com/ianlucas/cs2-inventory-simulator/discussions/117
Originally posted by crashzk October 13, 2024 Sprays would have capsules for each of them, collection.
Checking the list of game items: https://raw.githubusercontent.com/ianlucas/cslib/main/assets/data/items.json
We found all sprays, but I couldn't find the name of their capsules, would there be something like that in the game?
In this case, I would like to leave some sprays deactivated for all users, however putting ID by ID of the graffiti would be more time consuming.
Stickers, just to confirm, would that be right?
In this case, just create the rules for the names of their Containers, correct?
Stickers, just to confirm, would that be right?
In this case, just create the rules for the names of their Containers, correct?
Technically it would be the id of the container that includes that item in their contents list.
