foul-magics/Mage/src/main/java/mage/abilities
Evan Kranzler 7647a3d8f0
Support for copying permanent spells (WIP, do not merge) (#7084)
* added initial support for permanent tokens

* [ZNR] Implemented Lithoform Engine

* [ZNR] Implemented Verazol, the Split Current

* permanent spell tokens no longer count as created

* small change to token generation

* added test, currently incomplete

* found a potential solution for kicker issue, possibly too much of a hack

* fixed a test failure

* reversed hack changes

* skipped failing tests

* added more tests
2020-09-27 10:54:44 -04:00
..
abilityword fixed text formatting on some ability word cards 2020-09-15 15:56:32 -04:00
common updated implementation of abilities which trigger on gaining life for the first time in a turn 2020-09-23 19:53:09 -04:00
condition [ZNR] fixed Moraug, Fury of Akoum creating extra turns incorrectly (#7046) 2020-09-20 21:31:21 -04:00
costs [ZNR] fixed issues with Thieving Skydiver cost limitations and text (#7046) 2020-09-21 17:01:55 -04:00
decorator Fixed Caged Zombie in issue #6643 2020-08-27 20:23:41 +01:00
dynamicvalue [ZNR] fixed party count including opposing creatures, updated test (fixes #7061) 2020-09-10 12:40:01 -04:00
effects Support for copying permanent spells (WIP, do not merge) (#7084) 2020-09-27 10:54:44 -04:00
hint fixed some card type hints (#7050) 2020-09-16 17:16:17 -04:00
keyword Support for copying permanent spells (WIP, do not merge) (#7084) 2020-09-27 10:54:44 -04: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 Removed unused code (optionalCost); 2020-09-13 10:33:13 +04:00
AbilityImpl.java Removed unused code (optionalCost); 2020-09-13 10:33:13 +04: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 [ZNR] fixed Kargan Intimidator issues (#7046) 2020-09-17 17:10:25 -04: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
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 * Some standardisation of dies trigger handling (fixes #7063 Midnight Reaper triggers when dies face down). 2020-09-18 16:15:21 +02:00