foul-magics/Mage/src/main/java/mage/abilities/dynamicvalue/common
2018-03-17 13:43:31 +01:00
..
AttachedPermanentToughnessValue.java New AttachedPermanentToughnessValue, updated DamageAttachedControllerEffect to take DynamicValue (ex. to work with AttachedPermanentToughnessValue), and updated Creature Bond to use AttachedPermanentToughnessValue and DamageAttachedControllerEffect. Corrected Gaea's Liege, Kor Scythemaster, Soltari Lancer, and Spirit of the Night to use SourceAttackingCondition. Rmoved the AttackingCondition we creature for Gaea's Liege since it duplicated the already existing SourceAttackingCondition. For the other three using SourceAttackingCondition and the minor changes to the code for them should make their code more efficient. 2016-11-26 03:57:46 -05:00
AttackingCreatureCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
AttackingFilterCreatureCount.java Foul Tongue Shriek bug fix - filters attacking creatures you control 2016-07-17 06:41:26 -04:00
AuraAttachedCount.java change subtype.contains() to hasSubtype() 2017-09-25 21:21:13 +02:00
BlockedCreatureCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CardsInAllGraveyardsCount.java Fixed some problems with possible ConcurrentModificationExceptions and some minor changes. 2016-01-31 23:23:09 +01:00
CardsInAllHandsCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
CardsInControllerGraveyardCount.java
CardsInControllerHandCount.java
CardsInTargetHandCount.java Refactor - remove duplicate TargetPlayerCardsInHand classes and made CardsInTargetHandCount shared 2016-09-29 19:58:11 -05:00
CardsInTargetPlayerHandCount.java
CardsInTargetPlayersGraveyardCount.java
ChromaOutrageShamanCount.java Refactor - moved ChromaOutrageShamanCount to shared area 2016-09-29 19:58:11 -05:00
ColorsOfManaSpentToCastCount.java Fixed that the information what mana was payed to pay the mana cost of a spell or ability were not correct if "spend mana as though" abilities were involved in the payment (fixes #3604). 2017-07-10 16:53:02 +02:00
ControllerGotLifeCount.java finish rewriting watchers 2017-04-29 12:07:46 +02:00
ControllerLifeCount.java
CountersCount.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
CountersSourceCount.java * Ravnica: City of Guilds - Added 5 cards. 2017-05-06 15:43:01 +02:00
CreaturesDiedThisTurnCount.java * Urborg Justice - Fixed that tokens going to graveyard were not counted. 2017-05-18 23:42:32 +02:00
DevotionCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DevouredCreaturesCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DiscardCostCardConvertedMana.java loop to streams 2017-07-08 10:58:47 +02:00
DomainValue.java change subtype.contains() to hasSubtype() 2017-09-25 21:21:13 +02:00
EffectKeyValue.java Added 4 cards from AHK 2017-04-11 17:40:15 -06:00
EquipmentAttachedCount.java change subtype.contains() to hasSubtype() 2017-09-25 21:21:13 +02:00
ExileFromHandCostCardConvertedMana.java * Fixed CMC calculation for transformed cards (fixes #1826). 2016-04-15 14:59:36 +02:00
GetXValue.java
GreatestPowerAmongControlledCreaturesValue.java [AER] Added rest of green cards 2017-01-07 00:26:30 +01:00
HalfValue.java Add HalfValue dynamic value 2015-12-15 03:08:17 +03:00
HighestConvertedManaCostValue.java
ManacostVariableValue.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ManaSpentToCastCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ManaTypeInManaPoolCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MorphManacostVariableValue.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MultikickerCount.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
NumericSetToEffectValues.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
OpponentsLostLifeCount.java fixed bug #3834 2017-08-23 21:26:39 -04:00
OpponentsPoisonCountersCount.java Refactor - moved OpponentsPoisonCountersCount to shared area 2016-09-29 19:58:11 -05:00
ParleyCount.java rewrote singleton to enum where applicable 2017-03-14 16:32:47 +01:00
PermanentsOnBattlefieldCount.java
PermanentsTargetOpponentControlsCount.java Add Rakdos the Defiler 2015-12-15 03:09:14 +03:00
PermanentsYouOwnThatOpponentsControlCount.java
RemovedCountersForCostValue.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RevealTargetFromHandCostCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SacrificeCostConvertedMana.java * Fixed CMC calculation for transformed cards (fixes #1826). 2016-04-15 14:59:36 +02:00
SacrificeCostCreaturesPower.java loop to streams 2017-07-08 10:58:47 +02:00
SacrificeCostCreaturesToughness.java loop to streams 2017-07-08 10:58:47 +02:00
SignInversionDynamicValue.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
SourcePermanentPowerCount.java * Marionette Master and Mortis Dogs, fixed that power below 0 caused life gain. 2016-12-31 17:41:12 +01:00
SourcePermanentToughnessValue.java rewrote singleton to enum where applicable 2017-03-14 16:32:47 +01:00
StaticValue.java [KLD] Added 15 black cards. 2016-09-17 13:44:30 +02:00
SunburstCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SweepNumber.java * Removed effect's ApplyEffectsAfter functionality. It's now always applied. 2018-03-17 13:43:31 +01:00
TargetConvertedManaCost.java * Fixed CMC calculation for transformed cards (fixes #1826). 2016-04-15 14:59:36 +02:00
TargetPermanenToughnessValue.java rewrote singleton to enum where applicable 2017-03-14 16:32:47 +01:00
TargetPermanentPowerCount.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
UrzaTerrainValue.java subtypes #1 2017-05-20 22:41:25 +02:00
ZuberasDiedDynamicValue.java finish rewriting watchers 2017-04-29 12:07:46 +02:00