foul-magics/Mage/src/main/java/mage/abilities
Evan Kranzler cc0bb84dad
[ZNR] Implemented party mechanic (#7036)
* added incomplete party count implementation

* updated party count implementation

* added party count test

* fixed tests, updated test framework

* added an additional test

* fixed some errors in party count computation, should be good now

* fixed a small error with test generation

* fixed an NPE issue
2020-09-03 19:22:05 -04:00
..
abilityword Code cleanup 2020-07-28 18:15:32 +04:00
common [ZNR] Implemented Prowling Felidar 2020-09-02 15:54:49 -04:00
condition Update CardsInOpponentGraveCondition.java 2020-09-03 13:02:19 -04:00
costs * Removed unused imports. 2020-08-22 11:51:34 +02:00
decorator Fixed Caged Zombie in issue #6643 2020-08-27 20:23:41 +01:00
dynamicvalue [ZNR] Implemented party mechanic (#7036) 2020-09-03 19:22:05 -04:00
effects Merge pull request #7026 from acabaca24/branch-for-issue6643 2020-08-31 09:18:10 +02:00
hint [ZNR] Implemented Shepherd of Heroes 2020-09-01 17:30:48 -04:00
keyword - Fixed #7033 2020-08-31 15:38:46 -05:00
mana * Removed unused imports. 2020-08-22 11:51:34 +02:00
meta Fixed missing locale param in string operations (#4634) 2020-07-03 02:00:58 +04:00
text
Abilities.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
AbilitiesImpl.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
Ability.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
AbilityImpl.java * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
ActivatedAbility.java * Removed unused imports. 2020-08-22 11:51:34 +02:00
ActivatedAbilityImpl.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
ActivationInfo.java Update *.sh and *.java files to use Unix line endings 2020-07-09 13:07:26 -04:00
CompoundAbility.java
DelayedTriggeredAbilities.java
DelayedTriggeredAbility.java
EvasionAbility.java
Gender.java
LoyaltyAbility.java
MageSingleton.java
Mode.java
Modes.java * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
OpeningHandAction.java
PlayLandAbility.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
SpecialAction.java Reworked and improved special mana payment abilities (convoke, delve, assist, improvise): 2020-06-19 13:09:45 +04:00
SpecialActions.java
SpellAbility.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
StateTriggeredAbility.java
StaticAbility.java
TriggeredAbilities.java
TriggeredAbility.java
TriggeredAbilityImpl.java Tests: added verify check for wrong optional settings on DoIfCostPaid usage; 2020-08-14 16:22:34 +04:00