HearthDb is a .NET Hearthstone database.
HearthDb.Cards
contains all card information of the CardDefs.xml
, taken from the hs-data HearthSim project.
See here for example usage.
HearthDb.CardIds
contains properly named constant for all cardIds existing in Hearthstone.
The cardIds file was generated by HearthDb.CardIdLibGenerator
.
See here for example usage.
- Run
HearthDb/bootstrap.bat
- Build project
Alternaitvely: manually download HearthSim/hs-data/CardDefs.xml to HearthDb/HearthDb
before building.