Jerome Leclanche
Jerome Leclanche
Yes, "used mana" really means "how many of the crystals you have are empty"
The problem is there is no such thing as the DISCARD zone, that was something I added later on. Hearthstone tracks a graveyard zone separately... we don't mimick that at...
This might just be a matter of updating the card. It's using the After() trigger right now
Yeah I'm aware of the failure mode. Maybe you can remove the other minion from the board after you've checked for it, I think there's a way to do it...
@tonyyyye Make sure you're on Discord at https://discord.gg/hearthsim-devs -- We can chat there more easily and you can ask anything 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...
Do you get it every time? What's the version?
That's because `BRM_018e` is a buff *on the controller*, which creates a cost reduction buff for the dragons in your hand. https://github.com/jleclanche/fireplace/blob/83b06c58dc8faf4b56ce78c153a16fc7e6b0e506/fireplace/cards/blackrock/collectible.py#L70-L74 It's definitely implemented wrong though. Development on fireplace...
I had to remove the `encoding` parameter in python-hearthstone. We do use it on Python 2 because of AWS Lambda.