Commit graph

5325 commits

Author SHA1 Message Date
Plopman
b441a16627 Added DynamicValue to damageControllerEffect 2013-06-05 20:03:18 +02:00
LevelX2
332697282d Some more modern sample decks. 2013-06-05 17:26:54 +02:00
LevelX2
a3651c3856 Added Krark's Thumb and Three Dreams. 2013-06-05 17:26:37 +02:00
LevelX2
f42bab2b16 Added info how many cards still to discard in discard message of cleanup phase. Added replace effect for coin flipping. 2013-06-05 17:26:02 +02:00
LevelX2
8cb4c17567 Fixed bug of Chandra the Firebrand making only damag to first target with her third ability. 2013-06-05 17:24:45 +02:00
LevelX2
ac52fea9d8 Fixed a minor text big of Fiery Gambit. 2013-06-05 17:23:59 +02:00
magenoxx
b25b91b325 Issue#232: Avatar pictures sometimes missing 2013-06-05 10:39:48 +04:00
LevelX2
3a2d40930b Added Fiery Gambit. 2013-06-05 00:02:43 +02:00
LevelX2
6a250b1673 Added Fyndhorn Elves, Last Stand, Nullmage Advocate, Toshiro Umezawa, Silent-Blade Oni. 2013-06-04 17:13:40 +02:00
LevelX2
9af699574e Some minor changes to cards. 2013-06-04 17:12:50 +02:00
LevelX2
ee02b47d54 Some minor changes to framework functions. 2013-06-04 17:12:30 +02:00
LevelX2
11ea72beb7 Added Runed Halo and Vela, the Night Clad. 2013-06-04 00:56:15 +02:00
LevelX2
2259a534b2 Fixed a bug of ZoneChangeAllTriggeredAbility trying to get permanent from battelfield if permanent left battlefield. 2013-06-04 00:55:50 +02:00
LevelX2
20a0e16604 Fixed Necromancers Covenant exiling only creature cards instead of all cards from target players graveyard. 2013-06-04 00:41:06 +02:00
jeffwadsworth
6985ab79cb - Added Necromancer's Covenant. A few fixes to other cards. 2013-06-03 15:16:49 -05:00
LevelX2
44f1c0c8a9 Added Maelstrom Wanderer. 2013-06-03 21:48:38 +02:00
LevelX2
87a0b85070 Some minor changes to Cascade Ability. 2013-06-03 21:48:19 +02:00
LevelX2
dbd59f1b5c Support selection of triggered abilities from cards on the stack. 2013-06-03 21:46:56 +02:00
LevelX2
9894593d4c Mulligan message shows the number of cards the player mulligans to. 2013-06-03 21:46:17 +02:00
LevelX2
683faab355 Added Experiment Kraj, Odds // Ends, Storage Matrix, Shadow of Doubt, Kami of the Cresent Moon, Living End. 2013-06-03 19:26:46 +02:00
LevelX2
a035966608 Some minor changes to Suspend Ability. 2013-06-03 19:25:43 +02:00
LevelX2
951dfc2239 [minor] Formatting. 2013-06-03 19:25:24 +02:00
LevelX2
e99ff511e3 Added Quit Disrepair. 2013-06-03 08:29:33 +02:00
LevelX2
30439c2596 Added Quit Disrepair. 2013-06-03 08:29:15 +02:00
LevelX2
5cb438f701 Added the one token image of DGM. 2013-06-03 08:28:49 +02:00
LevelX2
010645b406 Fixed that PC2 mythic expansion symbol was not loaded. 2013-06-03 08:28:28 +02:00
LevelX2
0facaa8974 [minor] Formatting. 2013-06-02 09:37:38 +02:00
LevelX2
ba21f4799f Initializing player life and top card reveald state for new game so that the values from last game are not applied at the start of the new game of a match. 2013-06-02 09:37:17 +02:00
LevelX2
4f291eb05a Fixed a bug of Maze's end about checking win condition. 2013-06-02 09:35:25 +02:00
LevelX2
9989070b7e [minor] Formatting. 2013-06-02 02:28:20 +02:00
LevelX2
5de0551879 Fixed a bug of Consume Spirt not giving live to its controller (bug not forcing use of black mana still to fix). 2013-06-02 02:27:52 +02:00
LevelX2
893411de8a Fixed a bug of Cloudstone Curio not bringing back permanents. 2013-06-02 02:27:04 +02:00
LevelX2
88bb5da9f0 Fixed Urban Burgeoning not giving a triggered but a static ability to enchanted land. 2013-06-02 02:25:33 +02:00
LevelX2
c2b2d56733 Added Boom // Bust, Magus of the Tabernacle. 2013-06-02 02:24:15 +02:00
LevelX2
2d7c4e08a8 Fixed UndyingAbility and PersistAbility giving their counters to late to the permanent. 2013-06-01 17:42:13 +02:00
LevelX2
e3ee986c47 Changed graveyard card count of Lord of Extinction to only count cards of players in range. 2013-06-01 09:59:53 +02:00
jeffwadsworth
18ee3ce9ea - Added Lord of Extinction 2013-05-31 17:12:02 -05:00
jeffwadsworth
6da624a09c - Added Predatory Advantage 2013-05-31 16:20:36 -05:00
LevelX2
b46dab1c96 Fixed two bug of detain (DetainAll did not lock in targets, DetainTarget did not take zoneChangeCounter into account). Added info text to tooltip of detained permanents. 2013-05-31 17:42:25 +02:00
LevelX2
1677373c13 Added canUseActivatedAbilities method to RestrictionEffect. 2013-05-31 17:38:59 +02:00
LevelX2
98d2fdbb33 Added Isochron Scepter. 2013-05-30 15:26:13 +02:00
LevelX2
6aee547572 [minor] formatting 2013-05-30 15:25:51 +02:00
LevelX2
6fe49fff2d Added prefixRule option to EntersBattlefieldTriggeredAbility. 2013-05-30 15:25:28 +02:00
LevelX2
8914c204f6 Added logic for state base effects to remove copied cards in exile. Fixed a bug that triggeredEffects were null because player was no more in game. Added isInGame method for Player. 2013-05-30 15:24:45 +02:00
LevelX2
38917087a5 Fixed a bug that AI blocking causes endless loop. 2013-05-30 15:21:39 +02:00
LevelX2
a734d604d5 Added mage-player-ai-draftbot to server dependencies to get it included in assembled release package. 2013-05-30 09:47:13 +02:00
LevelX2
d178a774f3 Fixed bug of Mutilate and Ichor Explosion not locking in the dynamic values. 2013-05-30 09:26:20 +02:00
LevelX2
c8a5596510 Added a lockedIn option to BoostAllEffect. 2013-05-30 09:25:37 +02:00
LevelX2
6f8ee8e3de Fixed blocking change for AI player not locking the game. 2013-05-29 21:02:00 +02:00
LevelX2
7bb6fabfef Fixed Alpha Authority and combat to handle a defined maximum of blockers. 2013-05-29 17:41:30 +02:00