| .. |
|
ActivateAbilitiesAnyTimeYouCouldCastInstantEffect.java
|
|
|
|
AddBasicLandTypeAllLandsEffect.java
|
|
|
|
AddCardColorAttachedEffect.java
|
|
|
|
AddCardSubtypeAllEffect.java
|
[CLB] Implemented Raised by Giants
|
2022-05-18 08:19:40 -04:00 |
|
AddCardSubtypeAttachedEffect.java
|
|
|
|
AddCardSubTypeSourceEffect.java
|
|
|
|
AddCardSubTypeTargetEffect.java
|
|
|
|
AddCardSuperTypeAttachedEffect.java
|
|
|
|
AddCardTypeAttachedEffect.java
|
|
|
|
AddCardTypeSourceEffect.java
|
[KLD] various text fixes
|
2022-02-20 09:37:58 -05:00 |
|
AddCardTypeTargetEffect.java
|
|
|
|
AddChosenSubtypeEffect.java
|
|
|
|
AssignNoCombatDamageSourceEffect.java
|
Fix BecomesBlockedAttachedTriggeredAbility (#9325)
|
2022-07-27 00:42:32 -04:00 |
|
AssignNoCombatDamageTargetEffect.java
|
Fix BecomesBlockedAttachedTriggeredAbility (#9325)
|
2022-07-27 00:42:32 -04:00 |
|
BecomesAllBasicsControlledEffect.java
|
Further optimization of BecomesAllBasicsControlledEffect by making static the basic mana abilities used for checking
|
2022-07-26 10:12:32 -04:00 |
|
BecomesAuraSourceEffect.java
|
|
|
|
BecomesBasicLandEnchantedEffect.java
|
Fix Navigator's Compass not working while casting spells
|
2022-02-20 13:24:57 -05:00 |
|
BecomesBasicLandTargetEffect.java
|
Fix Tundra Kavu (for #9030) and Death or Glory (#9055)
|
2022-06-03 15:34:52 -04:00 |
|
BecomesBlackZombieAdditionEffect.java
|
|
|
|
BecomesChosenCreatureTypeSourceEffect.java
|
|
|
|
BecomesChosenCreatureTypeTargetEffect.java
|
- non-card refactoring related to #8375
|
2021-10-18 14:02:57 -05:00 |
|
BecomesColorAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
BecomesColorOrColorsTargetEffect.java
|
- non-card refactoring related to #8375
|
2021-10-18 14:02:57 -05:00 |
|
BecomesColorSourceEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
BecomesColorTargetEffect.java
|
|
|
|
BecomesCreatureAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
BecomesCreatureAttachedEffect.java
|
|
|
|
BecomesCreatureAttachedWithActivatedAbilityOrSpellEffect.java
|
|
|
|
BecomesCreatureIfVehicleEffect.java
|
Revert "Added missing fields to many copy constructors. (#8957)" (#8999)
|
2022-05-25 12:57:24 -06:00 |
|
BecomesCreatureSourceEffect.java
|
|
|
|
BecomesCreatureTargetEffect.java
|
Revert "Added missing fields to many copy constructors. (#8957)" (#8999)
|
2022-05-25 12:57:24 -06:00 |
|
BecomesCreatureTypeTargetEffect.java
|
|
|
|
BecomesEnchantmentSourceEffect.java
|
|
|
|
BecomesFaceDownCreatureAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
BecomesFaceDownCreatureEffect.java
|
|
|
|
BecomesSubtypeAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
BoostAllEffect.java
|
removed locked in parameter from BoostAllEffect
|
2022-05-30 22:20:50 -04:00 |
|
BoostAllOfChosenSubtypeEffect.java
|
|
|
|
BoostControlledEffect.java
|
[ALA] Finish fixing Death Baron and add test
|
2022-04-08 01:42:41 -04:00 |
|
BoostEnchantedEffect.java
|
Refactor rules text generation for P/T boost effects. Fixes #8421
|
2021-11-10 06:40:11 -05:00 |
|
BoostEquippedEffect.java
|
Refactor rules text generation for P/T boost effects. Fixes #8421
|
2021-11-10 06:40:11 -05:00 |
|
BoostOpponentsEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
BoostPairedEffect.java
|
|
|
|
BoostSourceEffect.java
|
BlocksSourceTriggeredAbility now triggers only once when the source somehow blocks multiple creatures. Cards that need the other way now use BlocksCreatureTriggeredAbility instead. Fixes #8874. Fixes #8875.
|
2022-04-24 05:35:01 -04:00 |
|
BoostSourceWhileControlsEffect.java
|
|
|
|
BoostTargetEffect.java
|
Refactor rules text generation for P/T boost effects. Fixes #8421
|
2021-11-10 06:40:11 -05:00 |
|
CantCastMoreThanOneSpellEffect.java
|
|
|
|
CantGainLifeAllEffect.java
|
|
|
|
CantGainLifeTargetEffect.java
|
|
|
|
CastAsThoughItHadFlashAllEffect.java
|
replaced various instances of instanceof lambda functions with
|
2022-04-03 11:11:07 -04:00 |
|
CastAsThoughItHadFlashSourceEffect.java
|
|
|
|
CastFromHandWithoutPayingManaCostEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
CommanderManaReplacementEffect.java
|
|
|
|
CommanderReplacementEffect.java
|
|
|
|
ControlEnchantedEffect.java
|
|
|
|
CreaturesBecomeOtherTypeEffect.java
|
|
|
|
CreaturesCantGetOrHaveAbilityEffect.java
|
Various text fixes
|
2022-04-26 07:10:13 -04:00 |
|
DamageCantBePreventedEffect.java
|
|
|
|
DontLoseByZeroOrLessLifeEffect.java
|
|
|
|
ExchangeControlTargetEffect.java
|
Test for Copied Gilded Drake reverting control when killed (#9198)
|
2022-07-27 08:05:10 -04:00 |
|
GainAbilityAllEffect.java
|
[CLB] various text fixes
|
2022-06-03 19:44:29 -04:00 |
|
GainAbilityAllOfChosenSubtypeEffect.java
|
|
|
|
GainAbilityAttachedEffect.java
|
reworked auras which grant protection but don't remove themselves
|
2022-02-24 20:15:16 -05:00 |
|
GainAbilityControlledEffect.java
|
[ALA] Finish fixing Death Baron and add test
|
2022-04-08 01:42:41 -04:00 |
|
GainAbilityControlledSpellsEffect.java
|
[AER] Inspiring Statuary display fix (#9214)
|
2022-07-08 21:37:31 -04:00 |
|
GainAbilityControllerEffect.java
|
|
|
|
GainAbilityPairedEffect.java
|
|
|
|
GainAbilitySourceEffect.java
|
|
|
|
GainAbilityTargetEffect.java
|
[CLB] various text fixes
|
2022-06-03 19:44:29 -04:00 |
|
GainAbilityWithAttachmentEffect.java
|
|
|
|
GainAllCreatureTypesAttachedEffect.java
|
|
|
|
GainAllCreatureTypesTargetEffect.java
|
|
|
|
GainClassAbilitySourceEffect.java
|
|
|
|
GainControlAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
GainControlAllOwnedEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
GainControlTargetEffect.java
|
Revert "Added missing fields to many copy constructors. (#8957)" (#8999)
|
2022-05-25 12:57:24 -06:00 |
|
GainProtectionFromColorAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
GainProtectionFromColorSourceEffect.java
|
Fix 'chosen' spelling (#9021)
|
2022-05-27 21:45:07 -06:00 |
|
GainProtectionFromColorTargetEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
GainProtectionFromTypeTargetEffect.java
|
|
|
|
GainSuspendEffect.java
|
|
|
|
HasSubtypesSourceEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
IsAllCreatureTypesSourceEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
LifeTotalCantChangeControllerEffect.java
|
|
|
|
LookAtTopCardOfLibraryAnyTimeEffect.java
|
[MID] Implemented Augur of Autumn
|
2021-09-07 15:43:22 -05:00 |
|
LookAtTopCardOfLibraryAnyTimeTargetEffect.java
|
|
|
|
LoseAbilityAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
LoseAbilityAttachedEffect.java
|
|
|
|
LoseAbilityOrAnotherAbilityTargetEffect.java
|
|
|
|
LoseAbilitySourceEffect.java
|
|
|
|
LoseAbilityTargetEffect.java
|
|
|
|
LoseAllAbilitiesAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
LoseAllAbilitiesTargetEffect.java
|
|
|
|
LoseAllCreatureTypesTargetEffect.java
|
|
|
|
LoseArtifactTypeTargetEffect.java
|
|
|
|
LoseCreatureTypeSourceEffect.java
|
|
|
|
MaximumHandSizeControllerEffect.java
|
|
|
|
PlayAdditionalLandsAllEffect.java
|
|
|
|
PlayAdditionalLandsControllerEffect.java
|
|
|
|
PlayTheTopCardEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
PlayTheTopCardTargetEffect.java
|
|
|
|
PlayWithHandRevealedEffect.java
|
|
|
|
PlayWithTheTopCardRevealedEffect.java
|
|
|
|
SetCardColorAttachedEffect.java
|
|
|
|
SetCardSubtypeAttachedEffect.java
|
|
|
|
SetPowerEnchantedEffect.java
|
|
|
|
SetPowerSourceEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
SetPowerToughnessAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
SetPowerToughnessEnchantedEffect.java
|
|
|
|
SetPowerToughnessSourceEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
SetPowerToughnessTargetEffect.java
|
various text fixes
|
2022-03-03 17:57:39 -05:00 |
|
SetToughnessSourceEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
SourceEffect.java
|
|
|
|
SwitchPowerToughnessAllEffect.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
SwitchPowerToughnessSourceEffect.java
|
|
|
|
SwitchPowerToughnessTargetEffect.java
|
|
|
|
UntapAllDuringEachOtherPlayersUntapStepEffect.java
|
|
|
|
UntapSourceDuringEachOtherPlayersUntapStepEffect.java
|
|
|
|
WUBRGInsteadEffect.java
|
Fix remaining raw unparameterized usages of ManaCostImpl
|
2022-06-16 14:53:44 -07:00 |