Commit graph

2145 commits

Author SHA1 Message Date
LevelX2
4129838e36 Changed MonstosityAbility to support X value. 2013-09-18 16:24:31 +02:00
LevelX2
1304069de3 Fixed a bug of CreateDelayedTriggeredAbilityEffect where the targetPointer wasn't copied correctly. 2013-09-18 14:30:48 +02:00
LevelX2
3dd75d6609 Implemented support for MustBeBlockedByAtLeastOne...Effect. (ongoing). 2013-09-17 17:25:16 +02:00
LevelX2
3a048cb828 Renamed some combat effects for name consistency. 2013-09-17 15:55:21 +02:00
LevelX2
e2017762ba Moved combat related effects to an new package. 2013-09-17 14:22:42 +02:00
LevelX2
d532699014 Added ReturnToHandFromGraveyardAllEffect 2013-09-16 22:38:20 +02:00
LevelX2
3bf75385a8 Fixes and improvements to framework classes. 2013-09-16 21:42:49 +02:00
LevelX2
7c34668f0d Reworked AsThoughEffect. Added SPEND_ANY_MANA AsThoughType. Added some framework effects. 2013-09-16 17:04:42 +02:00
LevelX2
6fe187ac9e Added CantActivateAbilitiesAttachedEffect. 2013-09-16 00:24:41 +02:00
LevelX2
e9bf333613 Added ConditionalAsThoughtEffect. 2013-09-15 17:32:06 +02:00
LevelX2
8b312450d5 Some minor fixes and formatting to framework classes. 2013-09-15 11:38:51 +02:00
LevelX2
9f1fb3581c Added AttachedToCounterCondition and some minor changes. 2013-09-14 17:22:06 +02:00
LevelX2
857da3a08a Fixed a bug that triggred abilities of permanents that were controlled by a player that is not the owner could sometime trigger for a wrong player (Fixes #271). 2013-09-14 17:20:45 +02:00
LevelX2
0751b934ac Added AddCounterAttachedEffect. 2013-09-14 16:20:58 +02:00
LevelX2
811d4409ec Refactored AttacksAttachedTriggeredAbility, added SacrificeSourceTriggeredAbility. 2013-09-14 15:36:56 +02:00
LevelX2
b04cf8cfa6 [THS] Added 4 black cards. 2013-09-13 15:01:31 +02:00
LevelX2
f7af238919 Some changes to SacrificeOpponent effect. 2013-09-13 14:11:07 +02:00
LevelX2
2cea0215a2 Added SacrificeOpponentsEffect. 2013-09-13 12:52:44 +02:00
LevelX2
dbedca4eb8 [THS] Added Reaper of the Wilds and Spellheard Chimera. 2013-09-13 08:37:49 +02:00
LevelX2
7b349c856f * Fixed a bug that players that left a match before the match was started were not removed correctly from the match. 2013-09-12 21:03:07 +02:00
LevelX2
a21f7f315d [THS] Some fixes for Bow of Nylea and Ashio, Nightmare Weaver. 2013-09-12 20:17:11 +02:00
LevelX2
8e19052d6d Added extra turn attribute to GameState. 2013-09-12 17:18:22 +02:00
LevelX2
d7677ff3d1 Added EntersBattlefieldOrDiesSourceTriggeredAbility. 2013-09-12 13:53:39 +02:00
LevelX2
594b6c1c75 Fixed possible NPE by getting game start or end time (Fixes #323). 2013-09-12 13:06:56 +02:00
LevelX2
818f528c7f Fixed possible Game worker error: NoSuchElementException during game start (Fixes #318). 2013-09-12 13:03:01 +02:00
LevelX2
c6e4df60ba Fixed possible NPE during handling of choosing start player (Fixes #317). 2013-09-12 12:50:14 +02:00
LevelX2
8b67be6e65 Cards of libraries for searches are shown ordered by name now to make it easier to find specific cards (#326). 2013-09-12 12:34:05 +02:00
LevelX2
46c76329db * Detained - Fixed the bug that detain effect ended a turn earlier as intended. 2013-09-12 08:35:03 +02:00
LevelX2
33901e8b3d [THS] Added 4 white cards. 2013-09-11 17:38:43 +02:00
LevelX2
ff1b2ceb72 Fixed a bug of SpellCastOpponentTriggeredAbility and changed FilterCard to FilterSpell. 2013-09-11 17:38:09 +02:00
LevelX2
36ecc1e121 [THS] Added 11 blue cards. 2013-09-10 16:42:32 +02:00
LevelX2
478bd3979b * Scry effect - Added message to the game log, how many cards were put on bottom of the library. 2013-09-10 16:07:49 +02:00
LevelX2
b50c455997 [THS] Added 6 lands. 2013-09-08 14:50:48 +02:00
North
26676b9ab5 [refactor] removed constructor from FitlerControlledPermanent 2013-09-08 01:30:36 +03:00
Plopman
7073e5e7cd Added UntapSourceCost 2013-09-07 18:11:16 +02:00
Plopman
d46c0befbb Added Subtype option for FilterControlledPermanent 2013-09-07 17:52:09 +02:00
LevelX2
744bc4d999 [THS] 19 Theros cards. 2013-09-07 16:05:14 +02:00
LevelX2
8090522e3c Minor formatting. 2013-09-07 16:04:22 +02:00
LevelX2
5785c23b4d Added BestowAbility for Theros. 2013-09-07 16:03:48 +02:00
LevelX2
eaba56568d * Maelstrom Nexus - Fixed bug that for cascade effect of Maelstrom Nexus always the casting cost of Maelstrom Nexus itself were used to compare if cascade applies instead of the casting cost of the spell that triggered the effect. 2013-09-07 07:51:29 +02:00
LevelX2
e9f0ad3f7d [THS] Added Glare of Heresy and Gods Willing. 2013-09-05 17:14:10 +02:00
LevelX2
6066cc2308 Removed unused Constants class. 2013-09-05 16:27:12 +02:00
LevelX2
7f6eca171e Redesigned handling of chat start message. 2013-09-05 16:25:14 +02:00
LevelX2
4e23d49bd2 Added text to ManaType constants. 2013-09-04 17:15:51 +02:00
LevelX2
3a1d687cf1 Added CantBeBlockedTargetEffect and LoseCreatureTypeSourceEffect. 2013-09-04 17:15:13 +02:00
LevelX2
93ca287478 [THS] Added DynamicValue for Devotion. 2013-09-04 17:14:41 +02:00
LevelX2
40102af238 Changed text of IndestructibleAbility. 2013-09-04 17:14:09 +02:00
LevelX2
7569056804 Added HeroicAbility for Theros. 2013-09-04 11:55:24 +02:00
LevelX2
d36a968579 * Thraximundar - Fixed that the second ability to sacrifice a creature didn't trigger. 2013-09-03 23:42:34 +02:00
LevelX2
7ce2aba997 Added reminder text to ScryEffect. 2013-09-03 17:11:11 +02:00