Giter Site home page Giter Site logo

Comments (6)

tonyyyye avatar tonyyyye commented on September 4, 2024

assert whelp.atk == 3
E AssertionError: assert 4 == 3
E + where 4 = <Minion ('Whelp')>.atk

This is how my case fails

Probably some related cases may fail due to the same reason.
Will check when go through cases.

from fireplace.

jleclanche avatar jleclanche commented on September 4, 2024

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 that doesn't trigger deathrattles (remove_from_game() was it?)

from fireplace.

tonyyyye avatar tonyyyye commented on September 4, 2024

Currently I haven't found remove_from_game().
All related operations are implemented as set:
target.zone = Zone.GRAVEYARD

And I think it is a good idea to add this to Minion and Weapon.

from fireplace.

jleclanche avatar jleclanche commented on September 4, 2024

@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 :)

from fireplace.

tonyyyye avatar tonyyyye commented on September 4, 2024

Besides Dire_wolf_alpha, Flametongue_Totem, Wild_Pyromancer will also cause the problem.
While all minions related could be solved by game.current_player.field[-1].bounce(),
Wild_Pyromancer is another problem, which was caused by modification of spell cycle in patch 9.2 .

Hearthstone Mechanics Update – We’ve changed some underlying rules to prevent Wild Pyromancer from triggering off of Mindgames

from fireplace.

tonyyyye avatar tonyyyye commented on September 4, 2024

There are no more after-spell-damages when summon a Wild Pyromancer, including this silvermoon portal.
The rest of the excetion cases are tested with like a 10k times without error, so I think it can be modified by that way.

The Wild Pyromancer("NEW1_020") problem will be mentioned by another issue.

from fireplace.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.