foul-magics/Mage/src/main/java/mage/target/common
xenohedron d9ca387fad
another batch of text gen improvements (#11247)
* describe targets: UntapTargetEffect

* describe targets: SetBasePowerToughnessTargetEffect

* cleanup text

* describe targets: RegenerateTargetEffect

* describe targets: PhaseOutTargetEffect

* adjust text

* remove superfluous param

* describe targets: TapAllTargetPlayerControlsEffect

* describe targets: TurnFaceUpTargetEffect

* describe targets: TransformTargetEffect

* describe targets: RemoveFromCombatTargetEffect

* describe targets: DetainTargetEffect

* cleanup DiscardHandTargetEffect

* describe targets: DrawCardTargetEffect

* describe targets: GainLifeTargetEffect

* describe targets: LoseLifeTargetEffect

* describe targets: ExchangeLifeTargetEffect

* describe targets: DamageTargetControllerEffect
2023-10-01 22:51:02 -04:00
..
TargetActivatedAbility.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetActivatedOrTriggeredAbility.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetAnyTarget.java text fixes [WOE] etc. (#11035) 2023-08-26 19:34:49 -04:00
TargetAnyTargetAmount.java Ready for Review: Implementing Battles (#10156) 2023-04-13 20:03:16 -04:00
TargetArtifactPermanent.java another batch of text gen improvements (#11247) 2023-10-01 22:51:02 -04:00
TargetAttackingCreature.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetAttackingOrBlockingCreature.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetCardInASingleGraveyard.java Remove redundant variable controllerOfFirstTarget (#9039) 2022-05-30 07:54:13 -06:00
TargetCardInCommandZone.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetCardInExile.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetCardInGraveyard.java refactor: improved target usage, replaced setNotTarget by withNotTarget 2023-09-07 05:35:54 +04:00
TargetCardInGraveyardBattlefieldOrStack.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetCardInHand.java refactor: improved target usage, replaced setNotTarget by withNotTarget 2023-09-07 05:35:54 +04:00
TargetCardInLibrary.java refactor: improved target usage, replaced setNotTarget by withNotTarget 2023-09-07 05:35:54 +04:00
TargetCardInOpponentsGraveyard.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetCardInTargetPlayersGraveyard.java
TargetCardInYourGraveyard.java refactor: improved target usage, replaced setNotTarget by withNotTarget 2023-09-07 05:35:54 +04:00
TargetCardWithDifferentNameInLibrary.java added shared class for cards which search for different names 2022-03-16 16:52:13 -04:00
TargetControlledCreatureEachColor.java
TargetControlledCreaturePermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetControlledPermanent.java [CMM] Implement Descendants' Fury (#10700) 2023-07-30 19:25:43 -04:00
TargetCreatureOrPlaneswalker.java refactor: removed netbeans's auto-generated comments 2023-09-02 16:05:29 +04:00
TargetCreatureOrPlaneswalkerAmount.java [MH2] various text fixes 2021-06-22 09:20:05 -04:00
TargetCreatureOrPlayer.java [UNF] Implement Comet, Stellar Pup (#10925) 2023-09-15 17:55:11 -04:00
TargetCreatureOrPlayerAmount.java
TargetCreaturePermanent.java [LTC] Implement Elrond of the White Council (#10731) 2023-08-03 00:26:19 -04:00
TargetCreaturePermanentAmount.java Text fixes (fixes #8399) 2021-10-22 23:50:30 -05:00
TargetCreaturePermanentSameController.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetCreaturePermanentWithDifferentTypes.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetCreaturesWithDifferentPowers.java [MIC] Implemented Sigardian Zealot 2021-09-16 09:09:41 -04:00
TargetDefender.java Ready for Review: Implementing Battles (#10156) 2023-04-13 20:03:16 -04:00
TargetDiscard.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetEnchantmentPermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetEquipmentPermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetLandPermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetNonBasicLandPermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetNonlandPermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetOpponent.java [NCC] Implement several cards (#9328) 2022-09-22 21:38:29 -04:00
TargetOpponentOrPlaneswalker.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetOpponentsChoicePermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetOpponentsCreaturePermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetPermanentAmount.java (WIP) Replacing blocking/blocked by predicates (#8729) 2022-03-23 18:45:02 -04:00
TargetPermanentOrPlayer.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetPermanentOrPlayerAmount.java Fix 'chosen' spelling (#9021) 2022-05-27 21:45:07 -06:00
TargetPermanentOrSuspendedCard.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetPlaneswalkerPermanent.java
TargetPlayerOrPlaneswalker.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetSpellOrPermanent.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetTappedPermanentAsYouCast.java (WIP) Replacing blocking/blocked by predicates (#8729) 2022-03-23 18:45:02 -04:00
TargetTriggeredAbility.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00