foul-magics/Mage/src/main/java/mage/abilities/keyword
2016-09-06 03:18:47 -04:00
..
AffinityForArtifactsAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AffinityForLandTypeAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AmplifyAbility.java
AnnihilatorAbility.java * Fixed a bug that put back auras always under owners control instead of abilities controller (e.g. triggered ability of It That Betrays). 2016-01-27 00:23:28 +01:00
AttacksThisTurnMarkerAbility.java
AuraSwapAbility.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
AwakenAbility.java Awaken - Fixed a problem with the rule text of cards with Awaken. 2016-06-05 12:35:00 +02:00
BasicLandcyclingAbility.java
BattalionAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
BattleCryAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
BestowAbility.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
BlocksThisTurnMarkerAbility.java
BloodrushAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
BloodthirstAbility.java
BushidoAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
BuybackAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CanAttackOnlyAloneAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CantAttackAloneAbility.java * Fixed Sightless Brawler cannot attack with other creatures attacking (fixes #2133). 2016-08-06 12:30:52 +02:00
CantBeBlockedSourceAbility.java
CantBlockAloneAbility.java
CascadeAbility.java * Fixed CMC calculation for transformed cards (fixes #1826). 2016-04-15 14:59:36 +02:00
ChampionAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ChangelingAbility.java
ChannelAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ConspireAbility.java Added framework method for copying a StackAbility without casting it. 2016-04-17 23:55:11 -04:00
ConvokeAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CrewAbility.java [KLD] Implemented Crew. Added 2 cards using it. 2016-09-06 03:18:47 -04:00
CumulativeUpkeepAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
CyclingAbility.java
DashAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DeathtouchAbility.java
DefenderAbility.java
DelveAbility.java Delve bug comments, Delve should not target. See issue #1646 2016-07-25 06:08:31 -04:00
DethroneAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DevoidAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DevourAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DoubleStrikeAbility.java
DredgeAbility.java Cleanup Dredge. 2016-05-13 23:01:25 -07:00
EchoAbility.java Added possibility to check kind of cost to pay for conditional mana use. 2016-01-10 12:01:58 +01:00
EmergeAbility.java [EMN] Fixed Emerge not caring about timing restrictions. 2016-07-02 02:12:39 -04:00
EnchantAbility.java
EntwineAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EquipAbility.java * Fixed that equipments with restrictions (e.g. Gate Smasher) were not unequipped if the equipped permanent did no longer fulfill the restrictions(fixes #2212). 2016-09-03 15:26:17 +02:00
EscalateAbility.java * Fixed bug concerning Escalate's mana cost. 2016-07-03 10:30:18 +02:00
EvokeAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
EvolveAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExaltedAbility.java
ExploitAbility.java
ExtortAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FabricateAbility.java [KLD] Implemented Crew. Added 2 cards using it. 2016-09-06 03:18:47 -04:00
FadingAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
FearAbility.java
FirstStrikeAbility.java
FlankingAbility.java
FlashAbility.java
FlashbackAbility.java * Fixed Identity Thief copying creature with +1/+1 counter gets P/T boost from it, but not counter (fixes #2131). 2016-08-05 21:15:07 +02:00
FlyingAbility.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
ForecastAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ForestcyclingAbility.java
ForestwalkAbility.java
FortifyAbility.java
GraftAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
GravestormAbility.java Added framework method for copying a StackAbility without casting it. 2016-04-17 23:55:11 -04:00
HasteAbility.java
HauntAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
HeroicAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
HexproofAbility.java
HideawayAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
HorsemanshipAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
IndestructibleAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
InfectAbility.java
IngestAbility.java Deprecated cards function caller move, part 2. 2016-05-13 23:30:19 -07:00
InspiredAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
IntimidateAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
IslandcyclingAbility.java
IslandwalkAbility.java
KickerAbility.java
LandwalkAbility.java
LevelerCardBuilder.java
LevelUpAbility.java
LeylineAbility.java
LifelinkAbility.java
LivingWeaponAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MadnessAbility.java * Fixed some problems if a creature has multiple madness abilities. 2016-08-09 13:14:29 +02:00
MenaceAbility.java
MiracleAbility.java
ModularAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
MonstrosityAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MorphAbility.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
MountaincyclingAbility.java
MountainwalkAbility.java
MultikickerAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MyriadAbility.java Fixed a bug of PutTokenOntoBattlefieldCopyTargetEffect causing Myriad tests to fail. 2016-07-08 12:14:38 +02:00
NinjutsuAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OfferingAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OutlastAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OverloadAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
PersistAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
PhasingAbility.java
PlainscyclingAbility.java
PlainswalkAbility.java
PoisonousAbility.java
ProtectionAbility.java
ProvokeAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ProwessAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ProwlAbility.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
RampageAbility.java * Fixed bug with P/T boost triggered by blocking creatures not lasting until end of turn (e.g. Rabid Elephant). 2016-03-17 15:44:38 +01:00
ReachAbility.java
ReboundAbility.java Some cleanup and minor rework. 2016-01-18 08:18:17 +01:00
RecoverAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ReinforceAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RenownAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ReplicateAbility.java Added framework method for copying a StackAbility without casting it. 2016-04-17 23:55:11 -04:00
RetraceAbility.java Removed choices that should not be made while casting of a spell. 2016-04-28 01:32:48 -04:00
RippleAbility.java
ScavengeAbility.java
ShadowAbility.java
ShroudAbility.java
SkulkAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SoulbondAbility.java * Soulbond - Reworked to two triggerd abilities (fixes #1882). 2016-04-16 02:43:52 +02:00
SoulshiftAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SpliceOntoArcaneAbility.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
SplitSecondAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
StormAbility.java Added framework method for copying a StackAbility without casting it. 2016-04-17 23:55:11 -04:00
SunburstAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SupportAbility.java * Overload - Fixed that cmc of spells cast with overload were calculated wrongly with the overload costs. 2016-02-08 20:16:53 +01:00
SurgeAbility.java Removed choices that should not be made while casting of a spell. 2016-04-28 01:32:48 -04:00
SuspendAbility.java * Fixed that Suspend was handled as activated ability for increase/decrease of mana activation costs. 2016-05-22 16:02:10 +02:00
SwampcyclingAbility.java
SwampwalkAbility.java
TotemArmorAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
TrampleAbility.java
TransformAbility.java Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
TransmuteAbility.java Clean up the deprecated moveCards methods in Player 2016-09-03 20:04:12 -04:00
TributeAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
UndyingAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
UnearthAbility.java * Unearth - Fixed a problem with exiling the unearthed creature (fixes #1912). 2016-04-27 16:52:15 +02:00
UnleashAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
VanishingSacrificeAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
VanishingUpkeepAbility.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
VigilanceAbility.java
WitherAbility.java