Commit graph

10143 commits

Author SHA1 Message Date
fireshoes
8dd8aea188 [DTK] Updated mtg-cards-data.txt for 3/11 spoilers. Added Dragon Monument cycle, Duress reprint, Scion of Ugin. and Custodian of the Trove. 2015-03-11 11:07:02 -05:00
LevelX2
a7e4ceb234 * Parallax Wave - Fixed a bug that always all exiled objects returned also if they were exiled by an earlier instance of Parallax Wave (combo with Opalescence). 2015-03-11 16:25:53 +01:00
LevelX2
23de61b433 * Fixed that manifested card went to exile face down (fixes #791). 2015-03-11 15:17:54 +01:00
LevelX2
e273481499 Some minor changes. 2015-03-11 15:02:52 +01:00
LevelX2
3f0a235471 Merge pull request #789 from myersn024/master
Implemented PowerArtifact.java
2015-03-11 14:34:14 +01:00
LevelX2
bda106d5eb Finished change of delimter from ";" to "$" for internal handling of tests to prevent problems from rules containing — code. 2015-03-11 14:04:56 +01:00
myersn024
7c16b2ff59 Changed type check in applies() 2015-03-11 08:04:51 -05:00
LevelX2
41f878c9ad * Natural Order - Fixed that it was possible to search for all green cards instead of only green creature cards. 2015-03-11 13:27:58 +01:00
LevelX2
8d7087d859 Fixed initialisation of targetPointer in BoostEquippedEffect (fixes #790). 2015-03-11 13:24:11 +01:00
LevelX2
2d1755be2e Readded uninteneded from pom-xml removed project references again (fixes #787). 2015-03-11 11:15:42 +01:00
fireshoes
cb96db4151 [DTK] Added Dragonlord Atarka, updated TargetCreatureOrPlaneswalkerAmount to filter for opponent's controlled permanents. 2015-03-10 21:48:47 -05:00
LevelX2
3ee6df9a3e * Cylian Elf - Fixed missing creature card type attribute. 2015-03-10 23:53:57 +01:00
fireshoes
3a8b7cc281 [DTK] Added Sarkhan's Triumph, Herdchaser Dragon, and Rending Volley. Updated mtg-cards-data.txt for 3/10. 2015-03-10 17:06:45 -05:00
myersn024
1961965e8e Implemented PowerArtifact.java 2015-03-10 15:41:57 -05:00
betasteward
fe2cd395a6 moved info from CardImpl to CardState and PermanentImpl + created InfoEffect for displaying rule info on Card 2015-03-10 14:57:55 -04:00
Michael Napoleon
eb86378bc1 Merge pull request #788 from mnapoleon/master
Implement Cloud Spirit and Sandstorm (in various sets)
2015-03-10 14:14:10 -04:00
mnapoleon
3b64f37125 implemented Cloud Spirit in Portal and Stronghold sets, as well as Sandstorm in Arabian Nights, 4th Edition and Mirage sets 2015-03-10 14:12:51 -04:00
Jeff
8b7cc5ae45 - Added some DTK cards. Dragonlord Silumgar and Deathbringer Regent. 2015-03-10 11:47:45 -05:00
fireshoes
cca99b22aa [DTK] Updated mtg-cards-data.txt for 3/10. 2015-03-10 10:16:29 -05:00
fireshoes
5a31e35837 [DTK] Added Artful Maneuver, Ire Shaman, and Pitiless Horde. Updated mtg-cards-data.txt for 3/10. 2015-03-10 09:11:04 -05:00
fireshoes
9dfd951edd [DTK] Updated mtg-cards-data.txt for 3/10. 2015-03-10 08:08:55 -05:00
LevelX2
268c6a4033 Merge pull request #780 from myersn024/master
Implemented Mana Severance
2015-03-10 08:17:54 +01:00
fireshoes
803676268c [DTK] Added Ojutai Exemplars; updated mtg-cards-data.txt for 3/9 spoilers. Added TargetCreatureOrPlaneswalkerAmount 2015-03-10 01:35:57 -05:00
fireshoes
9b7db771d1 [DTK] Updated mtg-cards-data.txt; added Harbinger of the Hunt, Shieldhide Dragon, Crater Elemental, Dragon Whisperer, Encase in Ice, Surge of Righteousness 2015-03-09 22:13:24 -05:00
Michael Napoleon
7c3cbc3979 Merge pull request #786 from mnapoleon/master
Implemented some more missing cards from Mirrodin and Darksteel
2015-03-09 22:06:07 -04:00
Michael Napoleon
eeb204afdb Added more clear text tap/uptap selections
Made the selection more clear when selecting to tap and selection to
untap when entwine is used.
2015-03-09 22:02:14 -04:00
LevelX2
0aeba13f30 * True-Name Nemesis - Fixed that the protection ability did not work correctly concerning abilities of cards of target player in graveyard (e.g. Vengeful Pharaoh). 2015-03-10 01:34:25 +01:00
nickmyers
a6f0cd02af Made changes to ManaSeverance.java based on suggestions 2015-03-09 18:17:11 -05:00
LevelX2
ec5923903e Merge origin/master 2015-03-09 23:51:56 +01:00
LevelX2
853df00dcd * Convoke - Fixed a bug that for convoke was wrongly checked that a creature has to be in the graveyard of the controller. 2015-03-09 23:50:33 +01:00
Jeff
c6a4840e28 - Added a DTK card. Dragonlord's Prerogative. Tweaked RevealTargetFromHandCost to allow for optional costs. 2015-03-09 17:48:49 -05:00
LevelX2
9c63b142ed * Suppression Field - Fixed that the effect was also applied to special actions (e.g. Convoke). 2015-03-09 23:48:37 +01:00
LevelX2
ae18039332 Merge pull request #782 from JotaPeRL/master
Implementation of Wrecking Ball
2015-03-09 22:57:56 +01:00
fireshoes
d03089549b [DTK] Updated mtg-cards-data.txt with 3/9 spoilers. 2015-03-09 10:56:32 -05:00
mnapoleon
e5a951929d Implemented Mirrodin:Dreams Grip 2015-03-09 10:07:49 -04:00
myersn024
4232520a70 Implemented ManaSeverance.java 2015-03-09 09:07:29 -05:00
JotaPeRL
2463b85c4a Implementation of Wrecking Ball 2015-03-09 09:30:59 -04:00
JotaPeRL
ebff764f07 Create WreckingBall.java 2015-03-09 09:28:15 -04:00
mnapoleon
c2b9657a59 Implemented Mirrodin:Tel-Jilad Archers, Mirroden:Tel-Jilad Chosen and Darksteel:Tel-Jilad Outrider 2015-03-09 08:49:12 -04:00
fireshoes
e0fc49327c [DTK] Added Kolaghan's Command. Updated mtg-cards-data.txt. Added Tivadar of Thorn, Scourge of Kher Ridges, Fire Ants. 2015-03-09 00:22:13 -05:00
fireshoes
8d0a6cc214 [DTK] Added Sunbringer's Touch. Updated mtg-cards-data.txt 2015-03-08 19:23:19 -05:00
LevelX2
ecc3c8b1e4 * Daretti, Scrap Savant - Fixed a bug that the game is locked if multiple delayed triggered abilities from the emlem trigger. 2015-03-09 01:03:21 +01:00
Jeff
dfebed44a5 - Added DTK cards. Collected Company and Enduring Scalelord. 2015-03-08 16:46:16 -05:00
LevelX2
6b8493d9f8 * Changed all occurances of unblockable to can't be blocked. 2015-03-08 21:54:36 +01:00
Jeff
3c0a3c41b0 - Added CounterCardPredicate. Used it for Rift Elemental and Fury Charm. 2015-03-08 12:49:04 -05:00
Jeff
892e1fba92 - Fixed CounterPredicate() class. 2015-03-08 12:30:15 -05:00
fireshoes
ebae1b9c17 [DTK] Added Dragonlord Ojutai, Acid-Spewer Dragon, Stormwing Dragon, Cunning Breezedancer 2015-03-08 00:11:36 -06:00
Jeff
f47af3d8f3 - Added DTK card. Stratus Dancer. 2015-03-07 23:11:08 -06:00
Jeff
d9096643fb - Fixed Savage Ventmaw. 2015-03-07 22:44:24 -06:00
fireshoes
9eb93d3e2f [DTK] Updated mtg-card-data.txt. Added Anafenza, Kin-Tree Spirit; Gudul Lurker; Hidden Dragonslayer; Marang River Skeleton; Ruthless Deathfang; Stormcrag Elemental. [RAV] Added Junktroller 2015-03-07 21:21:51 -06:00