Commit graph

23117 commits

Author SHA1 Message Date
LevelX2
9b0d130603 * Added tests for #4740. 2018-04-10 11:19:41 +02:00
LevelX2
8bee825d5c
Merge pull request #4734 from spjspj/master
Beginning of implementation of Planechase.
2018-04-10 10:45:26 +02:00
LevelX2
9f1e9f4627
Merge pull request #4730 from use/add-helm-of-the-host
Add Helm of the Host
2018-04-10 10:35:45 +02:00
LevelX2
de9dc773a8
Merge pull request #4732 from use/aurelia-token-copy-fix
Fix: multiple token copies of Aurelia didn't trigger additional combat
2018-04-10 10:33:42 +02:00
LevelX2
b9ee5ac555
Merge pull request #4733 from use/add-goblin-chainwhirler
Add Goblin Chainwhirler
2018-04-10 10:30:24 +02:00
LevelX2
5543f2ee03
Merge pull request #4738 from rystan/patch-4
Update YodaJediMaster.java - fixes #4735
2018-04-10 10:28:58 +02:00
LevelX2
7481a3fb25
Merge pull request #4735 from rystan/patch-2
Update LookLibraryAndPickControllerEffect to support random order return
2018-04-10 10:28:44 +02:00
Will Hall
05e4389993 Helm of the Host: Fix the return values for ability; use getPermanentOrLKIBattlefield to find the equipped creature 2018-04-09 20:43:07 -07:00
spjspj
334cfbc9d0 Beginning of implementation of Planechase. 2018-04-09 23:28:39 +10:00
spjspj
04f6fb5ae0 Beginning of implementation of Planechase.
10 or so initial planes that (mostly) have been tested, no phenomenons as yet and no modifying yet of chaos rolls.  Also no support for a user to be able to set if it is planechase (able to do so via the cheat button).
2018-04-09 20:16:50 +10:00
spjspj
57354d83bb Beginning of implementation of Planechase.
10 or so initial planes that (mostly) have been tested, no phenomenons as yet and no modifying yet of chaos rolls.  Also no support for a user to be able to set if it is planechase (able to do so via the cheat button).
2018-04-09 19:38:37 +10:00
Oleg Agafonov
251f8b5c09 Fixed card number 2018-04-09 12:57:16 +04:00
Justin Herlehy
cbc0cbe132
Merge pull request #4737 from rystan/patch-3
Added 5 new Memorial lands to Dominaria set
2018-04-08 20:51:48 -07:00
Justin Herlehy
cf3547f755
Merge pull request #4736 from rystan/master
Added 5 new Memorial lands for Dominaria set
2018-04-08 20:51:28 -07:00
Michael Simons
dd0a65ec93
Update YodaJediMaster.java
Update to handle change to LookLibraryAndPickControllerEffect adding new param for 'random order' returns
2018-04-08 22:45:07 -04:00
Michael Simons
7727d65ffd
Added 5 new Memorial lands
Memorial To Folly: https://scryfall.com/card/dom/242
Memorial To Genius: https://scryfall.com/card/dom/243
Memorial To Glory: https://scryfall.com/card/dom/244
Memorial To Unity: https://scryfall.com/card/dom/245
Memorial To War: https://scryfall.com/card/dom/246
2018-04-08 22:36:51 -04:00
Michael Simons
1a36724e02
Create MemorialToWar.java 2018-04-08 22:27:11 -04:00
Michael Simons
5eff4715ba
removed copy and paste import 2018-04-08 22:26:34 -04:00
Michael Simons
589bf7c9d1
Fixed imports 2018-04-08 22:18:04 -04:00
Michael Simons
fb40763e58
Fixed imports 2018-04-08 22:16:23 -04:00
Michael Simons
c59f6d292e
Fixed imports 2018-04-08 22:14:53 -04:00
Michael Simons
c38dacb879
Update LookLibraryAndPickControllerEffect to support random order return
New Dominaria cards support looking in library and returning to bottom of library in random order.
2018-04-08 22:09:43 -04:00
Michael Simons
8163a6a0cd
Create MemorialToUnity.java 2018-04-08 22:07:42 -04:00
Justin Herlehy
702756b4e7 [DOM] Implement Legendary Sorceries
Add: Target Any Target for damage spells
Add: Drudge Sentinel
Fix: Genesis Wave Filter
2018-04-08 18:37:11 -07:00
Michael Simons
fd01fae14a
Create MemorialToGlory.java 2018-04-08 20:37:41 -04:00
Michael Simons
b738a75877
Create MemorialToGenius.java 2018-04-08 20:28:40 -04:00
Michael Simons
6d17fc0abe
Update MemorialToFolly.java 2018-04-08 20:18:32 -04:00
Michael Simons
49d40af96e
Update MemorialToFolly.java
author credit/blame to myself
2018-04-08 20:18:08 -04:00
Michael Simons
6bf89c9626
Update MemorialToFolly.java
Forgot to include 'Enters battlefield tapped' effect
2018-04-08 20:17:33 -04:00
Michael Simons
a941372e88
Create MemorialToFolly.java 2018-04-08 20:13:15 -04:00
spjspj
e932c139d9 Beginning of implementation of Planechase.
10 or so initial planes that (mostly) have been tested, no phenomenons as yet and no modifying yet of chaos rolls.  Also no support for a user to be able to set if it is planechase (able to do so via the cheat button).
2018-04-09 08:44:48 +10:00
Will Hall
481d64336d Add Goblin Chainwhirler 2018-04-08 14:37:41 -07:00
Will Hall
661089c590 Helm of the Host - Specify imported constants, fix the copy-pasted author name... 2018-04-08 13:03:05 -07:00
Will Hall
eebd6b3af4 Fix: multiple token copies of Aurelia didn't trigger additional combat
Cause: the checkTrigger was trying to find the source as a card but if the source was a token, getCard wouldn't find anything, causing sourceCard to be null. The first token copy would trigger, but additional copies attacking for the first time were using the same counter in game.getState because sourceCard was null. By using getPermanent, checkTrigger can now find the token that was the source of the trigger and can accurately track amountAttacks for each Aurelia permanent.
2018-04-08 12:48:13 -07:00
LevelX2
ecbe7e68a6 * Fixed that second or higher level of attachments was not shown correctly on battlefield (fixes #892 fixes #4539 fixes #785 fixes #258). 2018-04-08 20:38:26 +02:00
Will Hall
e7f0b1822d Add Helm of the Host 2018-04-08 11:25:26 -07:00
JRHerlehy
ff14a26f24 [DOM] Implement Tetsuko Umezawa
Add: Tetsuo to Dominaria Set File
2018-04-07 22:25:55 -07:00
JRHerlehy
04a504124b [DOM] Implement Unwind
Fix: Switch Negate to using Static Filters
2018-04-07 21:28:39 -07:00
JRHerlehy
365cd7f394 Merge remote-tracking branch 'origin/master' 2018-04-07 20:53:13 -07:00
JRHerlehy
724b1136be [DOM] Implement Marwyn
Add to set file
2018-04-07 20:45:55 -07:00
JRHerlehy
405296d53d [DOM] Code Cleanup oh Josu 2018-04-07 20:45:28 -07:00
Justin Herlehy
8130dff631
Merge pull request #4729 from use/add-wizards-retort
Add Wizard's Retort
2018-04-07 18:29:38 -07:00
JRHerlehy
3b59655e4b [DOM] Implement Cabal Stronghold
Fix: Dominaria set file order
2018-04-07 18:25:21 -07:00
igoudt
49ee8f9856 add 3 DOM cards, added a token, updated card text 2018-04-08 02:16:52 +02:00
Will Hall
a321fe0c96 Add Wizard's Retort 2018-04-07 15:04:43 -07:00
Oleg Agafonov
bb22e52127
Merge pull request #4726 from tcontis/master
Added enemy checklands to Dominaria List, implemented Divest
2018-04-08 00:46:06 +04:00
Thomas Contis
7e2d0e6755 Fixed issue #4465. Cowardice correctly triggers now 2018-04-07 15:38:19 -04:00
Thomas Contis
05d9eec098
Merge branch 'master' into master 2018-04-07 13:52:42 -04:00
L_J
518a3dfb46
Implemented Damping Sphere, Tatyova, Teshar [DOM] (#4725)
* Implemented Tatyova, Benthic Druid

* Implemented Teshar, Ancestor's Apostle

* Implemented Damping Sphere, Tatyova, Teshar
2018-04-07 19:11:01 +02:00
Thomas Contis
49c233d539 Added enemy checklands to Dominaria List, implemented Divest 2018-04-07 10:10:59 -04:00