foul-magics/Mage/src/main/java/mage/abilities/condition/common
2016-11-26 03:57:46 -05:00
..
AfterBlockersAreDeclaredCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AfterUpkeepStepCondtion.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AttachedCondition.java [EMN] Added Thirsting Axe. 2016-07-10 18:41:36 +03:00
AttachedToCounterCondition.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
AttachedToTappedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
BeforeAttackersAreDeclaredCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
BeforeBlockersAreDeclaredCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CardsInAnyLibraryCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CardsInControllerGraveCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CardsInHandCondition.java Fixed some problems with possible ConcurrentModificationExceptions and some minor changes. 2016-01-31 23:23:09 +01:00
CardsInOpponentGraveCondition.java Restructured Mage module 2015-11-29 21:56:49 +01:00
CastFromHandSourceCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CommanderInPlayCondition.java [C16] Implemented Partner ability. 2016-11-01 22:59:39 -04:00
ControlsCreatureGreatestPowerCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ControlsCreatureGreatestToughnessCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ControlsPermanentGreatestCMCCondition.java [KLD] Added 7 blue cards. 2016-09-17 10:17:40 +02:00
CreatureCountCondition.java Refactored multiple CreatureCondition classes into one CreatureCountCondition class 2016-08-29 13:04:40 +02:00
DashedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DealtDamageToAnOpponent.java Restructured Mage module 2015-11-29 21:56:49 +01:00
DefendingPlayerControlsCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DeliriumCondition.java [SOI] Fixed some cards. 2016-03-26 02:17:14 +01:00
DevouredCreaturesCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EnchantedCreatureColorCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EnchantedCreatureSubtypeCondition.java [SOI] Updated mtg-cards-data.txt with additional 3/24 spoilers. Added several cards. 2016-03-24 20:37:10 -05:00
EnchantedSourceCondition.java * Avacynian Missionaries - Fixed tooltip text (fixes #1731). 2016-04-05 17:15:42 +02:00
EnchantedTargetCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EquipmentAttachedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EquippedHasSubtypeCondition.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
EquippedHasSupertypeCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EquippedMatchesFilterCondition.java Restructured Mage module 2015-11-29 21:56:49 +01:00
EquippedSourceCondition.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
EvokedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FaceDownSourceCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FatefulHourCondition.java Restructured Mage module 2015-11-29 21:56:49 +01:00
FerociousCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FlippedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FormidableCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
HateCondition.java [SWS] Fixed some problems. 2016-10-02 22:50:34 +02:00
HellbentCondition.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
IsPhaseCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
IsStepCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
KickedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
KickedCostCondition.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
LandfallCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
LastTimeCounterRemovedCondition.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
ManaWasSpentCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MeldCondition.java [EMN] Fix filter by name in the MeldCondition. 2016-07-12 02:18:36 +03:00
MetalcraftCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ModeChoiceSourceCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MonstrousCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MorbidCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MoreCardsInHandThanOpponentsCondition.java Refactor - move MoreCardsInHandThanOpponentsCondition to shared file 2016-09-29 19:58:11 -05:00
MyMainPhaseCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MyTurnBeforeAttackersDeclaredCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MyTurnCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
NoSpellsWereCastLastTurnCondition.java No spells cast last turn transform fix to not transform turn 1 #2188 2016-08-23 20:25:28 -05:00
NotMyTurnCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OnOpponentsTurnCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OpponentControlsMoreCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OpponentControlsPermanentCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OpponentHasMoreLifeCondition.java [OGW] Updated mtg-cards-data.txt with 12/30 spoilers. Implemented Joraga Auxiliary (needs activated Support update), Gladehart Cavalry, Mindmelter, Linvala the Preserver, Forced-Will Eldrazi, Eldrazi Mimic, Relentless Hunter, Call the Gatewatch, Flayer Drone. Added FilterPlaneswalkerCard and OpponentHasMoreLifeCondition. 2015-12-30 15:42:13 -06:00
OpponentLostLifeCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PermanentHasCounterCondition.java Little refactor of PermanentHasCounterCondition 2016-09-25 19:38:40 +02:00
PermanentsOnTheBattlefieldCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ProwlCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RaidCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RenownedSourceCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RenownedTargetCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SourceAttackingCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SourceDealtDamageCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SourceHasCounterCondition.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
SourceHasRemainedInSameZoneCondition.java spjspj - Update SourceHasRemainedInSameZoneCondition with new constructor that passes in game 2016-04-22 08:32:09 +10:00
SourceHasSubtypeCondition.java Merge remote-tracking branch 'magefree/master' 2016-09-02 19:44:51 -04:00
SourceIsSpellCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SourceMatchesFilterCondition.java Added some tooltips to user table headers. History is shown in tournament player table now. Changed ratio column to numberic format. 2016-02-06 21:22:51 +01:00
SourceOnBattlefieldCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SourceOnBattlefieldControlUnchangedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SourceTappedBeforeUntapStepCondition.java spjspj - Implement Kill Switch (NMS) - 2016-04-12 11:29:55 +10:00
SourceTappedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SpellMasteryCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SurgedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SuspendedCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
TargetHasCardTypeCondition.java [KLD] Added 9 white cards. 2016-09-17 00:45:33 +02:00
TargetHasSubtypeCondition.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
TenOrLessLifeCondition.java [EMN] Added additional 6/27 spoilers to mtg-cards-data.txt Fixed Identity Thief's translated name. Implemented several new EMN cards. Fixed rules text on several tap and don't untap cards. 2016-06-27 19:33:05 -05:00
TopLibraryCardTypeCondition.java Fixed some possible exception bugs. 2016-04-06 20:25:13 +02:00
TransformedCondition.java Neckbreaker fix. typo fix 2016-04-07 20:04:32 -04:00
TributeNotPaidCondition.java Some minor changes. 2016-09-10 11:44:52 +02:00
TwoOrMoreSpellsWereCastLastTurnCondition.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
WatcherCondition.java [EMN] Added Thirsting Axe. 2016-07-10 18:41:36 +03:00