A data repository the game Deadlock by Valve.
🚧 Work in progress 🚧
Currently, this repository is in the early stages of development. We are working on extracting data from the game files and organizing it in a structured way. If you would like to contribute, please see the Contributing section below.
Data is stored in the data
directory. Each subdirectory contains data for a specific dataset.
data/
├── heroes/
├── items/
└── stat-icons/
Legend:
-
The
/heroes
directory contains a subdirectory for each hero. Each hero subdirectory contains data in JSON format for the hero as well as assets. Assets include images of the hero (e.g. thumbnail), as wells as icons and short videos for the hero's abilities. -
The
/items
directory contains a subdirectory for each item. Each item subdirectory contains data in JSON format for the item as well as the item's icon. -
The
stat-icons
directory contains icons for the hero stats. See deadlocked.wiki for more information.
- Add avatar images (e.g. full model images, headshots) for all heroes (so far only thumbnail images are available)
- Add ability data for all heroes
- Add item data for all items
- Implement CLI for data extraction from the game files
Contributions are welcome!
Create a pull request with your changes and we will review it.