Skip to content
/ HearthDb Public
forked from HearthSim/HearthDb

HearthDb is a .NET Hearthstone database.

License

Notifications You must be signed in to change notification settings

acsgt/HearthDb

This branch is 12 commits behind HearthSim/HearthDb:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 18, 2025
35edab7 · Feb 18, 2025
Jan 21, 2025
Feb 7, 2025
May 14, 2024
Aug 19, 2024
Feb 6, 2025
Feb 18, 2025
Jul 14, 2020
Feb 6, 2025
Jun 13, 2016
Feb 6, 2025

Repository files navigation

HearthDb

Build & Deploy

HearthDb is a .NET Hearthstone database.

Deckstrings

HearthDb.Deckstrings.DeckSerializer can serialize decks from and to Hearthstones deck string format, used for importing/exporting decks.

See here for example usage.

Full deck strings documentation can be found here: https://hearthsim.info/docs/deckstrings/

Cards

HearthDb.Cards contains all card information of the CardDefs.xml, imported from the hsdata HearthSim project.

See here for example usage.

Localized strings

By default, HearthDb only loads locale data for enUS and zhCN. Additional language data can be downloaded from api.hearthstonejson.com, e.g. https://api.hearthstonejson.com/v1/latest/CardDefs.deDE.xml and loaded at runtime via HearthDb.Cards.LoadLocaleData(...).

If desired, all language data can be included by default by replacing the url in HearthDb.CardDefsDownloader with https://github.com/HearthSim/hsdata/blob/master/CardDefs.xml.

CardIDs

HearthDb.CardIds contains properly named constant for all cardIds existing in Hearthstone.

The CardIds.cs file is generated by HearthDb.CardIdLibGenerator.

See here for example usage.

Enums

HearthDb.Enums contains all the relevant Hearthstone enums.

The Enums.cs file is generated by HearthDb.EnumsGenerator.

About

HearthDb is a .NET Hearthstone database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%