Commit graph

14171 commits

Author SHA1 Message Date
LevelX2
6737eb3f3b * Fixed some typos to Dominaria complete spoiler to mtg-cards-data.txt.
* Added already implemented cards to Dominaria set.
2018-04-13 07:31:32 +02:00
Oleg Agafonov
ca91bbcc5a Fixed card number 2018-04-13 05:58:00 +04:00
Thomas Contis
bc35760799 Added 5 Dominaria cards 2018-04-12 21:44:41 -04:00
Justin Herlehy
de15b04af1
[DOM] Card Fixes
Fix: Grunn - Correct text for ability
Fix: Tatyova - Correct type line
2018-04-12 00:24:22 -07:00
Justin Herlehy
2bb398b069
[DOM] Card Fixes
Fix: Grunn - Correct text for ability
Fix: Tatyova - Correct type line
2018-04-12 00:23:50 -07:00
Justin Herlehy
45a22e85ab
[DOM] Implement 3 Cards
Add: Academy Journeymage
Add: Adeliz, the Cinder Wind
Add: Befuddle
Update: Set file
Update: Knight Token
Update: Static Filter for Opponents Creatures
2018-04-11 23:20:16 -07:00
Justin Herlehy
359082b60a
[DOM] Implement Arcane Flight 2018-04-11 21:59:39 -07:00
LevelX2
03f5b8c2da * Vindictive Lich - Fixed that it did only execute the first effect (fixes #4742). 2018-04-10 23:17:19 +02:00
LevelX2
425e68167b * Planar Guide - Fixed handling of exiling and returning the creatures in a not correct way (fixes #4740). 2018-04-10 18:03:48 +02:00
LevelX2
2eeab42cfa * Planar Guide - Fixed handling of exiling and returning the creatures in a not correct way (fixes #4740). 2018-04-10 17:58:33 +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
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
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
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
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
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
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
Oleg Agafonov
7ca27daad5
Merge pull request #4722 from use/add-ghitu-lavarunner
Add Ghitu Lavarunner
2018-04-07 13:30:28 +04:00
Will Hall
38bedbca09 Add Wizard's Lightning 2018-04-06 15:30:45 -07:00
Will Hall
02d597aeb8 Add Ghitu Lavarunner 2018-04-06 15:04:56 -07:00
Oleg Agafonov
dc1eaeb5bb Fixed viewer size update, code clean, fixed typo 2018-04-06 11:49:08 +04:00
JRHerlehy
5ee60f6b1f [DOM] Implement Dub
TODO: Update set info upon full spoiler.
2018-04-06 00:29:04 -07:00
JRHerlehy
3a0de48cf3 Code Cleanup
Remove unused imports
2018-04-06 00:15:36 -07:00
JRHerlehy
db8af2d4f7 [DOM] Implement 3 Cards
Add Grunn, the Lonely King
Add Naru Meha, Master Wizard
Add Verix Bladewing & Token
Fix Seal Away text
2018-04-06 00:01:46 -07:00
JRHerlehy
7be50c1bc5 [DOM] Implement Seal Away
Implement Seal Away
Remove unnecessary argument in call in Baird
2018-04-05 00:22:28 -07:00
JRHerlehy
285d5fe249 [DOM] Implement Baird
Implement Baird, Steward of Argive
2018-04-04 22:32:24 -07:00
JRHerlehy
01c273ad20 Code DeDupe
Reorder Dominaria Set file to alphabetical to allow card gen script to execute as expected.
2018-04-04 22:11:22 -07:00
Oleg Agafonov
f6b8d0fea6
Merge pull request #4707 from delftswa2018/feature/SOLID-fix-in-Token-classes
SOLID violation fix in token classes
2018-04-04 18:31:52 +04:00
Oleg Agafonov
383cc77eee
Merge pull request #4714 from rystan/master
Added Arvad the Cursed to Dominaria
2018-04-04 09:12:36 +04:00
Michael Simons
8b1c17e56c
Added Arvad the Cursed to Dominaria
https://scryfall.com/card/dom/191
2018-04-04 00:31:17 -04:00
Michael Simons
0bc0d54ec4
Create ArvadTheCursed.java
https://scryfall.com/card/dom/191
2018-04-04 00:28:17 -04:00
Oleg Agafonov
fd7423c8ce Little fixes 2018-04-04 08:05:19 +04:00
Oleg Agafonov
478aa265b8
Merge pull request #4713 from rystan/master
Added 5 cards to Dominaria set
2018-04-04 07:50:58 +04:00
Michael Simons
8ffeb78f2c
Update CabalEvangel.java 2018-04-03 23:40:38 -04:00
Michael Simons
98f2f9af95
Update ZhalfirinVoid.java 2018-04-03 23:39:51 -04:00
Michael Simons
7ac7407f30
Add Zhalfirin Void to Dominaria set
https://scryfall.com/card/dom/249
2018-04-03 23:37:03 -04:00
Michael Simons
e5ab052842
Create ZhalfirinVoid.java
https://scryfall.com/card/dom/249
2018-04-03 23:34:32 -04:00
Michael Simons
074aff7770
Update Dominaria.java 2018-04-03 23:28:52 -04:00
Michael Simons
93962fdd40
Create CabalEvangel.java
https://scryfall.com/card/dom/78
2018-04-03 23:27:13 -04:00
Michael Simons
18249f870b
Add Goblin Warchief to Dominaria set
https://scryfall.com/card/dom/130
2018-04-03 23:21:52 -04:00
Michael Simons
91a6a822a2
Add Meandering River to Dominaria set
https://scryfall.com/card/dom/274
2018-04-03 23:00:53 -04:00
Michael Simons
19f57937a5
Add Icy Manipulator to Dominaria set
https://scryfall.com/card/dom/219
2018-04-03 22:56:21 -04:00
L_J
dff411d758
Merge pull request #4669 from Zzooouhh/master
Implemented Damping Sphere
2018-04-03 22:37:06 +02:00
Christiaan
7885fe42a0 Fixed subtype of Elvish Impersonator 2018-04-03 16:31:42 +02:00
Marc Zwart
1053db617b fixed missing linebreaks 2018-04-03 14:31:59 +02:00
Marc Zwart
3e32287f00 fixed Token/TokenImpl imports and references 2018-04-03 14:05:41 +02:00
Marc Zwart
12becca27d removed unused / bad code + fixed implementations of new tokens 2018-04-03 12:55:45 +02:00
Marc Zwart
813c67e657 last cards in Mage.Sets made compliant with updated Token class 2018-04-03 12:26:47 +02:00
Marc Zwart
24dd7aef15 updated another batch of Token classes in Mage.Sets 2018-04-03 09:30:40 +02:00
L_J
8a43293426
Implemented Elvish Impersonators & Once More With Feeling 2018-04-02 21:27:50 +00:00
L_J
aecfc347bb
Implemented Once More With Feeling 2018-04-02 21:26:56 +00:00
L_J
20a805e739
Implemented Elvish Impersonators 2018-04-02 21:23:02 +00:00
L_J
b2d4db1d27
Implemented Brutal Suppression 2018-04-02 19:18:06 +00:00
L_J
e88a6a1fad
Implemented Brutal Suppression 2018-04-02 19:17:41 +00:00
Marc Zwart
3ff34051ce first few Tokens from sets module made compliant with abstract Token class 2018-04-02 17:48:39 +02:00
Marc Zwart
a68cac5a2b replaced concrete usages of Token with new subclasses of abstract Token class 2018-04-02 17:47:57 +02:00
LevelX2
1e2e53073c * Deep Analysis - Fixed that its flashback costs did not work with mana casting cost modification effects (fixes #4677). 2018-04-02 15:30:57 +02:00
L_J
ee2c475c87
Implemented Mine, Mine, Mine! 2018-04-02 01:09:56 +00:00
L_J
56b124c524
Implemented Mine, Mine, Mine!
For some reason, making MineMineMineDontLoseEffect replace EventType.EMPTY_DRAW still resulted in a game loss
2018-04-02 01:09:22 +00:00
L_J
51bfbc6705
Edited applies and checksEventType 2018-04-01 12:05:31 +00:00
L_J
7bbfe9f2ae
Growth Spurt text fix 2018-03-31 13:41:38 +00:00
L_J
1dff6d9c48
Fix for Cabal Slaver
Cabal Slaver's ability caused the damaging goblin's controller to discard
2018-03-31 00:07:36 +00:00
Oleg Agafonov
fc065bbe3c Little fixes 2018-03-29 17:55:22 +04:00
Jeff
4c67d96feb - Added a requested card Retribution. 2018-03-28 09:49:18 -05:00
L_J
75ff9e430a
Implemented Damping Sphere 2018-03-27 21:45:04 +00:00
Plopman
1466cc2a81 Fix Axelrod Gunnarson 2018-03-27 00:07:13 +02:00
Plopman
a33916f3f4 Add StaticFilters.FILTER_CONTROLLED_LAND_SHORT_TEXT 2018-03-27 00:04:13 +02:00