foul-magics/Mage/src/main/java/mage/abilities/effects/common
2016-11-27 01:14:32 +01:00
..
combat * Fixed possible null pointer exceptions. 2016-11-26 10:22:23 +01:00
continuous Fix March of the Machines 2016-11-22 08:40:54 -05:00
cost Refactor - Rename Override card class to OverrideCard to not conflict with java.lang.Override. 2016-09-29 19:58:11 -05:00
counter * Midnight Oil - Fixed that also one remaning counter was removed it from it's own effect. 2016-10-20 19:45:04 +02:00
discard * Cabal Conditioning - Fixed that only the first target player had to discard cards. 2016-11-06 22:06:35 +01:00
replacement Change all line endings to LF 2016-04-14 16:18:01 +00:00
ruleModifying * Flagbearer - Fixed a bug that game could be locked if a spell could only target your own creatures. 2016-11-03 19:04:55 +01:00
search Merge 2016-10-17 23:45:47 -05:00
turn [C16] Added 2 cards. 2016-11-06 11:40:17 +01:00
AddCombatAndMainPhaseEffect.java * Added Custodi Squire (2 votes), Nightshade Assassin (2 votes), Seize the Day (2 votes) from the Card Requests - JUNE list. 2016-06-04 12:21:47 +02:00
AddConditionalColorlessManaEffect.java use Mana.ColorlessMana; SimpleManaAbility 2016-10-30 23:02:04 -07:00
AddConditionalManaEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AddConditionalManaOfAnyColorEffect.java add mana-generation helpers to ChoiceColor 2016-10-30 23:02:04 -07:00
AddContinuousEffectToGame.java
AdditionalCombatPhaseEffect.java Refactor - remove duplicate AdditionalAttackPhaseEffect classes 2016-09-29 19:58:11 -05:00
AddManaAnyColorAttachedControllerEffect.java add mana-generation helpers to ChoiceColor 2016-10-30 23:02:04 -07:00
AddManaInAnyCombinationEffect.java
AddManaOfAnyColorEffect.java add mana-generation helpers to ChoiceColor 2016-10-30 23:02:04 -07:00
AddManaOfAnyTypeProducedEffect.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
AddManaToManaPoolSourceControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AddManaToManaPoolTargetControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AffinityEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AmplifyEffect.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
AttachEffect.java
AttacksIfAbleTargetPlayerSourceEffect.java Refactor - made card specific effects to attack random opponent shared effects 2016-09-29 19:58:11 -05:00
BasicManaEffect.java
BecomesMonarchSourceEffect.java Added the monarch concept to xmage and all related cards. 2016-11-27 01:14:32 +01:00
BrainstormEffect.java Fix JTMS 0 Loyalty ability to use Brain Implementation. 2016-05-11 02:29:06 -07:00
CantActivateAbilitiesAttachedEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CantAttackBlockTransformAttachedEffect.java * Reworked some parts of transform handling. Fixes #2396. 2016-09-28 17:02:37 +02:00
CantBeCounteredControlledEffect.java
CantBeCounteredSourceEffect.java
CantBeRegeneratedSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CantBeRegeneratedTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CantBeTargetedAllEffect.java Fixed a problem with filetring of CantBeTargetedAllEffect. 2016-10-03 19:43:26 +02:00
CantBeTargetedAttachedEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CantBeTargetedSourceEffect.java
CantBeTargetedTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CastCardFromOutsideTheGameEffect.java
CastSourceTriggeredAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ChangeATargetOfTargetSpellAbilityToSourceEffect.java Reworked selected modes handling. That fixed the Subtle Strike targeting problem. 2016-09-24 01:12:01 +02:00
ChooseBasicLandTypeEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ChooseColorEffect.java
ChooseCreatureTypeEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ChooseLandTypeEffect.java
ChooseModeEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ChooseNewTargetsTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ChooseOpponentEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ChoosePlayerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CipherEffect.java Deprecated cards function caller move, part 2. 2016-05-13 23:30:19 -07:00
ClashEffect.java Fixed some possible null pointer exceptions. 2016-06-18 12:56:25 +02:00
ClashWinReturnToHandSpellEffect.java Deprecated cards function caller move, part 2. 2016-05-13 23:30:19 -07:00
CopyEffect.java Fixed a bug of the copy effect that could lead to null pointer exceptions e.g. for Permeating Mass trying to copy meanwhile removed target(fixes #2342). 2016-09-22 20:49:12 +02:00
CopyPermanentEffect.java
CopySpellForEachItCouldTargetEffect.java spjspj - Fix copy's owner for Mirrorwing Dragon (EMN) 2016-07-16 03:11:06 +10:00
CopyTargetSpellEffect.java Added framework method for copying a StackAbility without casting it. 2016-04-17 23:55:11 -04:00
CopyTokenEffect.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
CounterTargetAndSearchGraveyardHandLibraryEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CounterTargetEffect.java Fixed some possible exceptions. 2016-02-06 02:12:51 +01:00
CounterTargetWithReplacementEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CounterUnlessPaysEffect.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
CreateDelayedTriggeredAbilityEffect.java * Fixed a problem that optional effects could produce IndexOutOfBoundsExceptions. 2016-11-19 12:47:20 +01:00
CreateSpecialActionEffect.java * Fixed a problem that optional effects could produce IndexOutOfBoundsExceptions. 2016-11-19 12:47:20 +01:00
CreateTokenEffect.java Fixed a problem that tokens that came into play with modified attributes (P/T e.g. from Master of Etherium) were seen for triggered abilities (e.g. Sword of the Meek ) with unmodified attributes. 2016-11-19 12:08:38 +01:00
CreateTokenTargetEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
CrewsVehicleSourceTriggeredAbility.java Refactor - replaced redundant crews abilities with shared CrewsVehicleSourceTriggeredAbility 2016-09-29 19:58:11 -05:00
DamageAllControlledTargetEffect.java
DamageAllEffect.java
DamageAttachedControllerEffect.java New AttachedPermanentToughnessValue, updated DamageAttachedControllerEffect to take DynamicValue (ex. to work with AttachedPermanentToughnessValue), and updated Creature Bond to use AttachedPermanentToughnessValue and DamageAttachedControllerEffect. Corrected Gaea's Liege, Kor Scythemaster, Soltari Lancer, and Spirit of the Night to use SourceAttackingCondition. Rmoved the AttackingCondition we creature for Gaea's Liege since it duplicated the already existing SourceAttackingCondition. For the other three using SourceAttackingCondition and the minor changes to the code for them should make their code more efficient. 2016-11-26 03:57:46 -05:00
DamageControllerEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
DamageEachOtherEffect.java
DamageEverythingEffect.java Fixed some problems with possible ConcurrentModificationExceptions and some minor changes. 2016-01-31 23:23:09 +01:00
DamageMultiEffect.java
DamagePlayersEffect.java Fixed some problems with possible ConcurrentModificationExceptions and some minor changes. 2016-01-31 23:23:09 +01:00
DamageSelfEffect.java
DamageTargetControllerEffect.java
DamageTargetEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
DestroyAllControlledTargetEffect.java
DestroyAllEffect.java
DestroyAllNamedPermanentsEffect.java
DestroyAttachedEffect.java
DestroyMultiTargetEffect.java
DestroySourceEffect.java
DestroyTargetAtBeginningOfNextEndStepEffect.java Some cleanup and minor rework. 2016-01-18 08:18:17 +01:00
DestroyTargetEffect.java * Dust to Dust - Fixed tooltip text. 2016-02-08 16:15:46 +01:00
DetainAllEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DetainTargetEffect.java Added Thieves' Auction. 2016-04-17 19:22:33 -04:00
DevourEffect.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
DiscardOntoBattlefieldEffect.java
DoIfClashWonEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DoIfCostPaid.java Fix DoIfCostPaid effect when it is not optional. 2016-05-02 16:06:56 +03:00
DontUntapAsLongAsSourceTappedEffect.java Fixed Scoured Barrens and Secluded Steppe collector numbers [C15]. Adding missing flying ability to Victory's Herald. 2016-01-28 08:56:13 -06:00
DontUntapInControllersNextUntapStepSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DontUntapInControllersNextUntapStepTargetEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
DontUntapInControllersUntapStepAllEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
DontUntapInControllersUntapStepEnchantedEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DontUntapInControllersUntapStepSourceEffect.java
DontUntapInControllersUntapStepTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DontUntapInOpponentsNextUntapStepAllEffect.java update per pull request feedback 2016-03-15 23:22:58 -05:00
DoUnlessAnyPlayerPaysEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DoUnlessControllerPaysEffect.java midway through FEM + fixed Oubliette, Tawnos Coffin 2016-04-19 12:50:48 -03:00
DrawCardAllEffect.java Fixed some problems with possible ConcurrentModificationExceptions and some minor changes. 2016-01-31 23:23:09 +01:00
DrawCardSourceControllerEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
DrawCardTargetEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
DrawDiscardControllerEffect.java
DrawDiscardTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DynamicManaEffect.java add mana-generation helpers to ChoiceColor 2016-10-30 23:02:04 -07:00
EndTurnEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EnterBattlefieldPayCostOrPutGraveyardEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EntersBattlefieldWithXCountersEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EnvoyEffect.java Clean up the deprecated moveCards methods in Player 2016-09-03 20:04:12 -04:00
EpicEffect.java Added framework method for copying a StackAbility without casting it. 2016-04-17 23:55:11 -04:00
ExileAllEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExileAndReturnTransformedSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExileCardFromOwnGraveyardControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExileCardsFromTopOfLibraryTargetEffect.java Clean up the deprecated moveCards methods in Player 2016-09-03 20:04:12 -04:00
ExileCardYouChooseTargetOpponentEffect.java Changed Declaration in Stone to exile to the generic exile window instead of its own. Added card name identifier to the revealed hand in ExileCardYouChooseTargetOpponentEffect so you can see previously revealed cards when their hand is revealed multiple times. 2016-11-09 11:00:24 -06:00
ExileFromZoneTargetEffect.java
ExileGraveyardAllPlayersEffect.java Fixed some problems with possible ConcurrentModificationExceptions and some minor changes. 2016-01-31 23:23:09 +01:00
ExileGraveyardAllTargetPlayerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExileReturnBattlefieldOwnerNextEndStepSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExileSourceEffect.java
ExileSourceUnlessPaysEffect.java Added possibility to check kind of cost to pay for conditional mana use. 2016-01-10 12:01:58 +01:00
ExileSpellEffect.java
ExileTargetAndSearchGraveyardHandLibraryEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExileTargetEffect.java Reworked some trap cards using old AlternateCosts class. 2016-02-27 23:44:59 +01:00
ExileTargetForSourceEffect.java Some minor fixes to game log / card rules text /messages. 2016-09-15 16:10:17 +02:00
FightTargetsEffect.java Refactored counters on permanents counting 2016-09-03 12:38:58 +02:00
FightTargetSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FlipCoinEffect.java Added Flip Coin effect. 2016-10-29 11:09:25 +02:00
FlipSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
GainLifeEffect.java
GainLifeTargetEffect.java
GetEmblemEffect.java
GetEmblemTargetPlayerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
HideawayPlayEffect.java Make sure lands via hideaway respects 305.2 2016-05-28 14:07:40 +02:00
ImprintTargetEffect.java
InfoEffect.java
LookAtTargetPlayerHandEffect.java [SWS] Fixed March of the Droids. 2016-09-28 18:07:55 +02:00
LookLibraryAndPickControllerEffect.java [SWS] Yoda, Jedi Master - Fixed a problem with the +1 ability. 2016-11-01 11:47:40 +01:00
LookLibraryControllerEffect.java [SWS] Yoda, Jedi Master - Fixed a problem with the +1 ability. 2016-11-01 11:47:40 +01:00
LookLibraryMayPutToBottomEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
LookLibraryTopCardTargetPlayerEffect.java [SWS] Fixed some bugs of starwars cards. 2016-09-30 01:22:56 +02:00
LoseControlOnOtherPlayersControllerEffect.java
LoseGameSourceControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
LoseGameTargetPlayerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
LoseHalfLifeEffect.java Fixed minor problem of Volrath's Laboratory. Added combat flag to LIFE_LOST event. 2016-09-28 08:00:32 +02:00
LoseLifeAllPlayersEffect.java Fixed minor problem of Volrath's Laboratory. Added combat flag to LIFE_LOST event. 2016-09-28 08:00:32 +02:00
LoseLifeControllerAttachedEffect.java more card text cleanup 2016-11-05 11:26:31 -07:00
LoseLifeDefendingPlayerEffect.java Fixed minor problem of Volrath's Laboratory. Added combat flag to LIFE_LOST event. 2016-09-28 08:00:32 +02:00
LoseLifeOpponentsEffect.java Fixed minor problem of Volrath's Laboratory. Added combat flag to LIFE_LOST event. 2016-09-28 08:00:32 +02:00
LoseLifeSourceControllerEffect.java Fixed minor problem of Volrath's Laboratory. Added combat flag to LIFE_LOST event. 2016-09-28 08:00:32 +02:00
LoseLifeTargetControllerEffect.java Fixed minor problem of Volrath's Laboratory. Added combat flag to LIFE_LOST event. 2016-09-28 08:00:32 +02:00
LoseLifeTargetEffect.java Fixed minor problem of Volrath's Laboratory. Added combat flag to LIFE_LOST event. 2016-09-28 08:00:32 +02:00
ManaEffect.java
MayTapOrUntapTargetEffect.java [KLD] Added 7 blue cards. 2016-09-17 10:17:40 +02:00
MeldEffect.java Refactor the core zone change code to use a common code path. 2016-09-07 23:31:26 -04:00
MistmeadowWitchEffect.java Some clean up changes. 2016-10-02 17:27:05 +02:00
NameACardEffect.java [KLD] Added 15 black cards. 2016-09-17 13:44:30 +02:00
PassEffect.java
PermanentsEnterBattlefieldTappedEffect.java Effect for "... enter the battlefield tapped" 2016-10-01 17:23:46 +02:00
PhaseOutAttachedEffect.java Vanishing card implemented 2016-04-08 17:13:04 -04:00
PhaseOutSourceEffect.java
PhaseOutTargetEffect.java PhaseOutTargetEffect: fix "Null phases out" 2016-11-05 11:27:36 -07:00
PlayTargetWithoutPayingManaEffect.java
PopulateEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventAllDamageByAllObjectsEffect.java [EMN] Added the missing white cards (without meld). 2016-07-09 18:16:56 +02:00
PreventAllDamageByAllPermanentsEffect.java [EMN] Added the missing white cards (without meld). 2016-07-09 18:16:56 +02:00
PreventAllDamageByAttachedEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventAllDamageFromChosenSourceToYouEffect.java [KLD] Added 5 white cards. 2016-09-14 21:51:52 +02:00
PreventAllDamageToAllEffect.java
PreventAllDamageToAndByAttachedEffect.java
PreventAllDamageToAttachedEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventAllDamageToPlayersEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventAllDamageToSourceEffect.java
PreventAllNonCombatDamageToAllEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventCombatDamageBySourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventCombatDamageToSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventDamageBySourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventDamageByTargetEffect.java
PreventDamageToControllerEffect.java [C16] Added 5 cards. 2016-11-06 10:51:38 +01:00
PreventDamageToSourceEffect.java
PreventDamageToTargetEffect.java
PreventDamageToTargetMultiAmountEffect.java more card text cleanup 2016-11-05 11:26:31 -07:00
PreventNextDamageFromChosenSourceToTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PreventNextDamageFromChosenSourceToYouEffect.java
PutLandFromHandOntoBattlefieldEffect.java improve PutLandFromHandOntoBattlefieldEffect 2016-10-31 00:19:20 -07:00
PutLibraryIntoGraveTargetEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
PutOnLibrarySourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PutOnLibraryTargetEffect.java more card text cleanup 2016-11-05 11:26:31 -07:00
PutOntoBattlefieldTargetEffect.java
PutPermanentOnBattlefieldEffect.java
PutTokenOntoBattlefieldCopyTargetEffect.java * Fixed effect text for numbers > 1 (e.g. Daretti, Ingenious Iconlast). 2016-10-23 22:36:45 +02:00
PutTopCardOfLibraryIntoGraveControllerEffect.java Migrated some card moving callers to non-deprecated method. 2016-05-13 23:20:03 -07:00
PutTopCardOfLibraryIntoGraveEachPlayerEffect.java * Altar of the Brood - Fixed wrong rule tool tip text. 2016-09-23 00:32:48 +02:00
PutTopCardOfLibraryIntoGraveTargetEffect.java Migrated some card moving callers to non-deprecated method. 2016-05-13 23:20:03 -07:00
RecruiterEffect.java * Widespread Panic - Fixed that it also triggered if the library was shuffled by an ability controlled by another player (e.g. Knowledge Exploitation). 2016-03-07 16:16:59 +01:00
RedirectDamageFromSourceToTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RegenerateAllEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RegenerateAttachedEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
RegenerateSourceEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
RegenerateTargetEffect.java
RemoveAllCountersSourceEffect.java Refactor - Rename Override card class to OverrideCard to not conflict with java.lang.Override. 2016-09-29 19:58:11 -05:00
RemoveDelayedTriggeredAbilityEffect.java
RemoveFromCombatSourceEffect.java [SWS] Fixed some bugs of starwars cards. 2016-09-30 01:22:56 +02:00
RemoveFromCombatTargetEffect.java
RemoveSpecialActionEffect.java
ReplaceOpponentCardsInHandWithSelectedEffect.java effect for "Target opponent puts the cards from his or her hand on top of his or her library. Search that player's library for that many cards. The player puts those cards into his or her hand, then shuffles his or her library" 2016-09-27 15:49:41 +02:00
ReturnFromExileEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
ReturnFromExileForSourceEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
ReturnFromGraveyardToBattlefieldTargetEffect.java * Prized Amalgam - Fixed that it also returned if it entered and left the battlefield after the trigger was created (fixes #2485). 2016-10-20 15:04:27 +02:00
ReturnFromGraveyardToHandTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ReturnSourceFromGraveyardToBattlefieldEffect.java
ReturnSourceFromGraveyardToHandEffect.java * Fixed CMC calculation for transformed cards (fixes #1826). 2016-04-15 14:59:36 +02:00
ReturnToBattlefieldUnderOwnerControlAttachedEffect.java
ReturnToBattlefieldUnderOwnerControlSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ReturnToBattlefieldUnderOwnerControlTargetEffect.java [EMN] Implemented basic Meld functionality. 2016-07-11 04:49:40 -04:00
ReturnToBattlefieldUnderYourControlAttachedEffect.java * Fixed that died creature were wrongly returned to battlefield also if it was moved to exile by replacement effect before. 2016-11-19 18:44:11 +01:00
ReturnToBattlefieldUnderYourControlSourceEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
ReturnToBattlefieldUnderYourControlTargetEffect.java [EMN] Implemented basic Meld functionality. 2016-07-11 04:49:40 -04:00
ReturnToHandAttachedEffect.java Zendikons: fix rules text 2016-11-05 11:27:37 -07:00
ReturnToHandChosenControlledPermanentEffect.java Added Ixidor's Will and Overburden 2016-02-14 00:09:01 +03:00
ReturnToHandChosenPermanentEffect.java Clean up the deprecated moveCards methods in Player 2016-09-03 20:04:12 -04:00
ReturnToHandFromBattlefieldAllEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ReturnToHandFromGraveyardAllEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ReturnToHandSourceEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
ReturnToHandSpellEffect.java Deprecated cards function caller move, part 2. 2016-05-13 23:30:19 -07:00
ReturnToHandTargetEffect.java Some clean up changes. 2016-10-02 17:27:05 +02:00
ReturnToLibraryPermanentEffect.java - Fixed Issue #2108 2016-07-26 19:34:06 -03:00
ReturnToLibrarySpellEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RevealAndShuffleIntoLibrarySourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RevealHandTargetEffect.java
RevealLibraryPutIntoHandEffect.java Clean up the deprecated moveCards methods in Player 2016-09-03 20:04:12 -04:00
RevealTargetPlayerLibraryEffect.java fix text on some random cards 2016-11-05 11:26:30 -07:00
RevealTopLandToBattlefieldElseHandEffect.java Refactor - SkywardEyeProphetsEffect is shared so moved to new RevealTopLandToBattlefieldElseHandEffect 2016-09-29 19:58:11 -05:00
SacrificeAllEffect.java more card text cleanup 2016-11-05 11:26:31 -07:00
SacrificeControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SacrificeEffect.java
SacrificeEquippedEffect.java
SacrificeOpponentsEffect.java more card text cleanup 2016-11-05 11:26:31 -07:00
SacrificeOpponentsUnlessPayEffect.java Effect for "each opponent sacrifices ... unles he or she pays ..." 2016-09-26 13:16:58 +02:00
SacrificeSourceEffect.java * Fixed that a delayed sacrifice source effect could create a null pointer exception. 2016-05-16 11:07:18 +02:00
SacrificeSourceUnlessConditionEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SacrificeSourceUnlessPaysEffect.java The Gitrog Monster - Fixed that it could only be sacrificed if it's still on the battlefield. 2016-10-29 23:58:41 +02:00
SacrificeTargetEffect.java
SetPlayerLifeAllEffect.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
SetPlayerLifeSourceEffect.java [EMN] Added the missing white cards (without meld). 2016-07-09 18:16:56 +02:00
SetPlayerLifeTargetEffect.java Added Blessed Wind and few refactors 2016-09-20 00:17:56 +02:00
ShuffleHandIntoLibraryDrawThatManySourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ShuffleIntoLibraryGraveOfSourceOwnerEffect.java Clean up the deprecated moveCards methods in Player 2016-09-03 20:04:12 -04:00
ShuffleIntoLibrarySourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ShuffleIntoLibraryTargetEffect.java [SWS] Fixed some problems. 2016-10-07 17:56:16 +02:00
ShuffleLibrarySourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ShuffleLibraryTargetEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ShuffleSpellEffect.java * Widespread Panic - Fixed that it also triggered if the library was shuffled by an ability controlled by another player (e.g. Knowledge Exploitation). 2016-03-07 16:16:59 +01:00
SkipDrawStepEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SkipNextCombatEffect.java Festival, False Peace, Empty City Ruse, Moment of Silence impl. Extracted SkipNextCombatPhase class. 2016-07-27 09:42:45 -04:00
SkipNextPlayerUntapStepEffect.java Added Aboroth, Avizo, Benediction of Moons and Infernal Tribute 2016-11-10 09:00:37 +01:00
SkipUntapOptionalSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
TapAllEffect.java more card text cleanup 2016-11-05 11:26:31 -07:00
TapAllTargetPlayerControlsEffect.java
TapEnchantedEffect.java
TapSourceEffect.java
TapSourceUnlessPaysEffect.java Added possibility to check kind of cost to pay for conditional mana use. 2016-01-10 12:01:58 +01:00
TapTargetEffect.java Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
TransformSourceEffect.java * Reworked some parts of transform handling. Fixes #2396. 2016-09-28 17:02:37 +02:00
TransformTargetEffect.java * Reworked some parts of transform handling. Fixes #2396. 2016-09-28 17:02:37 +02:00
UnlessPaysDelayedEffect.java Some cleanup and minor rework. 2016-01-18 08:18:17 +01:00
UntapAllControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
UntapAllEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
UntapAllLandsControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
UntapAllThatAttackedEffect.java * Added Custodi Squire (2 votes), Nightshade Assassin (2 votes), Seize the Day (2 votes) from the Card Requests - JUNE list. 2016-06-04 12:21:47 +02:00
UntapEnchantedEffect.java
UntapLandsEffect.java
UntapSourceEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
UntapTargetEffect.java [SWS] Fixed some problems. 2016-10-03 00:38:39 +02:00
WinGameSourceControllerEffect.java Change all line endings to LF 2016-04-14 16:18:01 +00:00