| .. |
|
TargetActivatedAbility.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetActivatedOrTriggeredAbility.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetActivatedOrTriggeredAbilityOrLegendarySpell.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetAnyTarget.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetAnyTargetAmount.java
|
* Deals damage divided as you choose - fixed that some cards can't choose planeswalkers (example: Arc Lightning, see #7276);
|
2020-12-23 02:31:41 +04:00 |
|
TargetArtifactPermanent.java
|
|
|
|
TargetAttackingCreature.java
|
[CLB] Implemented Alora, Merry Thief
|
2022-05-23 21:20:49 -04:00 |
|
TargetAttackingOrBlockingCreature.java
|
Replace more custom effects with SavedDamageValue
|
2022-04-02 02:11:12 -04:00 |
|
TargetBasicLandCard.java
|
|
|
|
TargetCardInASingleGraveyard.java
|
- Improved TargetCardInASingleGraveyard to restrict all targets after the 1st to the same graveyard as the first chosen target
|
2022-05-25 10:57:13 -06:00 |
|
TargetCardInExile.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetCardInGraveyard.java
|
[KHM] Implemented Immersturm Predator
|
2021-01-17 11:20:17 -05:00 |
|
TargetCardInGraveyardBattlefieldOrStack.java
|
[SNC] Implemented Endless Detour
|
2022-04-19 18:40:45 -04:00 |
|
TargetCardInHand.java
|
fixed some NPE issues with player target choosing
|
2022-03-25 21:16:38 -04:00 |
|
TargetCardInLibrary.java
|
[SNC] fixed NPE with Rocco, Cabaretti Caterer (fixes #8886)
|
2022-04-27 08:30:14 -04:00 |
|
TargetCardInOpponentsGraveyard.java
|
fixed some NPE issues with player target choosing
|
2022-03-25 21:16:38 -04:00 |
|
TargetCardInTargetPlayersGraveyard.java
|
[STX] Implemented Quandrix Command
|
2021-02-19 09:08:14 -05:00 |
|
TargetCardInYourGraveyard.java
|
fixed some NPE issues with player target choosing
|
2022-03-25 21:16:38 -04:00 |
|
TargetCardWithDifferentNameInLibrary.java
|
added shared class for cards which search for different names
|
2022-03-16 16:52:13 -04:00 |
|
TargetControlledCreatureEachColor.java
|
reworked alara heralds
|
2021-04-23 09:42:06 -04:00 |
|
TargetControlledCreaturePermanent.java
|
|
|
|
TargetControlledPermanent.java
|
|
|
|
TargetCreatureOrPlaneswalker.java
|
|
|
|
TargetCreatureOrPlaneswalkerAmount.java
|
[MH2] various text fixes
|
2021-06-22 09:20:05 -04:00 |
|
TargetCreatureOrPlayer.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetCreatureOrPlayerAmount.java
|
|
|
|
TargetCreaturePermanent.java
|
|
|
|
TargetCreaturePermanentAmount.java
|
Text fixes (fixes #8399)
|
2021-10-22 23:50:30 -05:00 |
|
TargetCreaturePermanentSameController.java
|
[SNC] Implemented Incriminate
|
2022-04-09 10:08:23 -04:00 |
|
TargetCreaturePermanentWithDifferentTypes.java
|
Refactoring subtypes to make Maskwood Nexus work (ready for review) (#7432)
|
2021-01-26 08:52:35 -05:00 |
|
TargetCreaturesWithDifferentPowers.java
|
[MIC] Implemented Sigardian Zealot
|
2021-09-16 09:09:41 -04:00 |
|
TargetDefender.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetDiscard.java
|
remove explicit null checks, match(..) checks on null itself by instanceof calls
|
2021-04-28 20:53:50 +02:00 |
|
TargetEnchantmentPermanent.java
|
[NEO] Implemented Farewell
|
2022-02-04 17:41:45 -05:00 |
|
TargetEquipmentPermanent.java
|
|
|
|
TargetLandPermanent.java
|
[MID] Teferi, Who Slows the Sunset - Fixed targets on +1 ability (fixes #8423)
|
2021-10-31 08:28:58 -05:00 |
|
TargetNonBasicLandPermanent.java
|
|
|
|
TargetNonlandPermanent.java
|
[SNC] Implemented Psychic Pickpocket
|
2022-04-11 18:36:38 -04:00 |
|
TargetOpponent.java
|
|
|
|
TargetOpponentOrPlaneswalker.java
|
Refactor: removed default comment headers
|
2021-02-21 08:15:16 +04:00 |
|
TargetOpponentsChoicePermanent.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetOpponentsCreaturePermanent.java
|
Various text fixes
|
2022-04-26 07:10:13 -04:00 |
|
TargetPermanentAmount.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetPermanentOrPlayer.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetPermanentOrPlayerAmount.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetPermanentOrSuspendedCard.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetPlaneswalkerPermanent.java
|
|
|
|
TargetPlayerOrPlaneswalker.java
|
Refactor: removed default comment headers
|
2021-02-21 08:15:16 +04:00 |
|
TargetSpellOrPermanent.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetTappedPermanentAsYouCast.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |
|
TargetTriggeredAbility.java
|
(WIP) Replacing blocking/blocked by predicates (#8729)
|
2022-03-23 18:45:02 -04:00 |