fireplace
fireplace copied to clipboard
Is there any way to choose WILD cards?
Some of the cards, Effigy and Evolve for example, require a random choice of all collectable Wild or Standard cards. I haven't found a way that could tell the differences.
As Toki, Time-Tinker arrives, it makes sense that we need such an API.
this API need define format in game, WILD or Standard. And we need define heathstone year, like Year of the Mammoth, it include which packages we can use in standard.
I find it in xml
Tag enumID="183" name="CARD_SET" type="Int" value="2"
This could extract the packages index.
I am considering add some codes some time later.
BTW, I find it interesting that maybe we both come from region CN. Can you leave a contact email here?
@shinoi2
Or you can contact me, if you like.
I'd love to have a proposal for how to have a "wild set" and a "standard set", available to the game.
Remember, there are standard cards that can create wild cards (Toki), and the default behaviour for cards changes: Any standard card will not create wild cards, unless it's in wild, therefore it can't be part of the card script itself.
Glad that we have GameTag.CARD_SET preserved.
Also, I find out that STANDARD_SETS are set in hearthstone package. enums.py
These two ways can both make the feature come true. And to learn more about the fireplace, I should get deep into this project.
Fixed