* RadiationRework: use Trigger for InternalRadiation
* InternalRadiationEffect: use GameAction::mill
* Radiation: use Num Param instead of Add/Remove like Poison
* Update bloatfly_swarm.txt
* Player: fix removeRadiationEffect on setCounter
---------
Co-authored-by: tool4ever <therealtoolkit@hotmail.com>
* Fix Foretell rollback
* Fix Crawling Sensation
* Stonebinder's Familiar should trigger when Time Stop exiles spell card
* Support Leave GY LKI
* Tweak logic so it only reuses the table when simultaneous
* Fix NPE
* AI fix
* Fix countered spell not exiled by Dauthi Voidwalker
* Fix Parallax Wave not returning when exiling itself
* Fix LKI update timing
---------
Co-authored-by: TRT <>
Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
* Planechase effects draft
Draft to close#4262, by moving the planeswalking ability and the static chaos trigger to an effect carried with the player in a planechase game. Currently this effect is visible in the command zone much like the monarch or initiative (but with no image), which is something that needs fixing; I'd have it be a DetachedCardEffect but there's no linked card for it like there are for commander and companion effects (the active plane [or the face-up plane with the earliest timestamp, I suppose] would be a logical choice for the getCardForUi, but that would require updating it as the plane changes, and in any case because there's a separate effect for each player, the fact that the owner of a DetachedCardEffect is set as the owner of the linked card also adds some wrinkles. In any case, I've set the effects to be created in startGame after initPlane is run, rather than in initVariantZones as is the case for the commander and companion DetachedCardEffects, in anticipation of hopefully in the future making the effect be linked to an active plane).
* Update Player.java
* Move planar dice special action to effect
* Update ComputerUtilAbility.java
* Move die roll chaos to PlanarDice.java
* isCounterableBy cleanup
* ~ move to Card
* update the rest
* ~ fix unused import
* ~ fix Counter better check for ValidSA instead of ValidCard
* ~remove last piece of text
* Fix Skeleton Crew triggering from own ETB
* Fix bad logic
* Add LKI support
* Prowl fix when card gets cast from another zone again
* Clean up
* Clean triggers
* Support LKI for leaves graveyard
* Update effects
* Fix logic
* Fix Living Breakthrough for X spells
* Extract lastState fallback logic