Skip to content
Jerome Leclanche edited this page Mar 15, 2016 · 4 revisions

Fireplace uses the Hearthstone GameTags to store information about the Game and entities in it. The Managers in fireplace.managers take care of converting Python attributes internal to Fireplace into publicly-available GameTags in Entity.tags.

The GameTag enum used in fireplace is available in fireplace.enums.GameTag.

This below is the decompiled Hearthstone client's GAME_TAG enum. Not every tag is used by the game or Fireplace, and not every tag is implemented.

A full list of GameTags is kept up to date in the python-hearthstone project:

https://github.com/HearthSim/python-hearthstone/blob/master/hearthstone/enums.py