fireplace icon indicating copy to clipboard operation
fireplace copied to clipboard

Is there any way to choose WILD cards?

Open tonyyyye opened this issue 6 years ago • 4 comments

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.

tonyyyye avatar May 22 '18 01:05 tonyyyye

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.

shinoi2 avatar May 22 '18 05:05 shinoi2

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.

tonyyyye avatar May 23 '18 09:05 tonyyyye

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.

jleclanche avatar May 23 '18 09:05 jleclanche

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.

tonyyyye avatar May 23 '18 10:05 tonyyyye

Fixed

shinoi2 avatar Nov 28 '23 08:11 shinoi2