-
Notifications
You must be signed in to change notification settings - Fork 57
Inventory Service Tags explanation
Ben Lubar edited this page Dec 28, 2024
·
11 revisions
Inventory Service Tags translations are for the Steam Community website to show items. They are not used by the game.
See https://partner.steamgames.com/doc/features/inventory/itemtags#1 for how the admin UI looks.
The 8-item list at the start of the file is how the Steam Community displays items with per-item tags, like Strange items with an accessory attached.
The first three rarities are straightforward:
- Common is easy to get.
- Uncommon takes some effort.
- Rare is very difficult to get (like winning a month-long contest).
The remaining rarities are special:
- Legendary is for things that go beyond playing the game like creating art.
- Genuine is for items purchased with real money (donation medals, etc.)
- Strange is a potential future item rarity that will track a stat, much like TF2's Strange item rarity.
Slot is where an item can be equipped. Currently the only inventory item equip slot is Medal, but there may be more added in the future.
Item IDs are divided into ranges for ease of management:
- 000000XXX: automated and community medals
- 000001XXX: marine suits
- 000002XXX: primary and secondary weapons
- 000003XXX: extra (off-hand) weapons
- 000004XXX: crafting items
- 000005XXX: "strange" rarity tag tools
- 000006XXX: "strange" rarity generators
- 000007XXX: playtime item generators
- 002XXXXXX: external rewards (eg. Twitch drops) - can only be granted once per account; do not reuse
- 100000XXX: map stamp donations
- 9XXXXXXXX: unique items (contest winners, developer joke medals, etc)