foul-magics/Mage/src/main/java/mage/abilities
2021-04-06 09:25:48 -04:00
..
abilityword some assorted text fixes 2021-02-02 12:41:05 -05:00
common [STX] Implemented Silverquill Silencer 2021-04-06 09:25:48 -04:00
condition [STX] Implemented Brackish Trudge 2021-04-05 19:13:27 -04:00
costs [DTK] updated implementation of spells which reveal dragon cards as a cost 2021-03-23 19:44:45 -04:00
decorator Fixed clones not triggering death ability of Old-Growth Troll (fixes #7601) 2021-02-19 15:49:25 -06:00
dynamicvalue [STX] Implemented Tend the Pests 2021-04-04 23:34:21 -04:00
effects [C21] Implemented Excavation Technique 2021-04-05 18:11:24 -04:00
hint [STX] Implemented Leyline Invocation 2021-04-04 10:19:32 -04:00
icon Improved card icons (fix ambiguous interpretation of vigilance, first and double strikes, #7471); 2021-02-07 23:11:35 +04:00
keyword [C21] Implemented Excavation Technique 2021-04-05 18:11:24 -04:00
mana Devs: added todo with mana calculation freezes (Cascading Cataracts) 2021-04-02 11:32:35 +04:00
meta
text Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
Abilities.java
AbilitiesImpl.java cleaned up some methods for effects and abilities 2021-03-22 21:47:08 -04:00
Ability.java * Copy spell - improved support, now all copied spells are independent (bug example: Seasons Past fizzled after copy resolve, see #7634, 10f8022043); 2021-03-06 19:32:17 +04:00
AbilityImpl.java Test framework: simplified AI logic and tests, added usage comments. Devs recommendations: 2021-03-07 23:38:10 +04:00
ActivatedAbility.java [STX] Implemented Hall of Oracles 2021-04-05 20:37:06 -04:00
ActivatedAbilityImpl.java [STX] Implemented Hall of Oracles 2021-04-05 20:37:06 -04:00
ActivationInfo.java
CompoundAbility.java [TSR] various text fixes 2021-03-09 20:01:32 -05:00
DelayedTriggeredAbilities.java
DelayedTriggeredAbility.java
EvasionAbility.java
Gender.java
LoyaltyAbility.java
MageSingleton.java
Mode.java
Modes.java
OpeningHandAction.java Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
PlayLandAbility.java AsThough effects improves and fixes: 2021-01-31 22:32:23 +04:00
SpecialAction.java
SpecialActions.java
SpellAbility.java * Copy spell - improved support, now all copied spells are independent (bug example: Seasons Past fizzled after copy resolve, see #7634, 10f8022043); 2021-03-06 19:32:17 +04:00
StateTriggeredAbility.java
StaticAbility.java
TriggeredAbilities.java * Gain abilities - fixed that objects can get only one instance of triggered ability instead multiple (example: 2+ cascades from copies of Imoti, Celebrant of Bounty, f52753ad61); 2021-03-05 16:22:46 +04:00
TriggeredAbility.java
TriggeredAbilityImpl.java