-
Notifications
You must be signed in to change notification settings - Fork 151
GameTags
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
- The Fireplace Card API
- The Fireplace DSL
- Card introspection
- Creating and playing a Game
- The CardDefs.xml file
- Developer Quick Start
- How to enable logging in Hearthstone
- Frequently Asked Questions
- Game State
- Game Actions
- Powers and Card Actions
- Target Selection
- Events
- Enchantments