foul-magics/Mage/src/main/java/mage/abilities/costs
2025-05-07 02:55:02 +04:00
..
common refactor: removed useless getNumberOfTargets from Target (replaced with getMinNumberOfTargets) 2025-05-07 02:55:02 +04:00
costadjusters Reworked cost adjuster logic for better support of X and cost modification effects: 2025-04-08 22:39:10 +04:00
mana Reworked cost adjuster logic for better support of X and cost modification effects: 2025-04-08 22:39:10 +04:00
AbilityCosts.java
AlternativeCost.java
AlternativeCostImpl.java fix a few text discrepancies 2024-09-13 21:37:33 -04:00
AlternativeCostSourceAbility.java implement [MH3] Primal Prayers ; use choice panel for cast mode choice ; allow some restricted "as thought as it had flash" to work only on matching alternative cast. (#12420) 2024-07-30 15:47:39 +02:00
AlternativeSourceCosts.java implement [MH3] Primal Prayers ; use choice panel for cast mode choice ; allow some restricted "as thought as it had flash" to work only on matching alternative cast. (#12420) 2024-07-30 15:47:39 +02:00
AlternativeSourceCostsImpl.java Implement Impending mechanic (#12865) 2024-09-13 20:44:38 -04:00
CompositeCost.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
Cost.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
CostAdjuster.java refactor: improved Aladdin's Lamp 2025-04-08 23:11:43 +04:00
CostImpl.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
Costs.java
CostsImpl.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
DynamicCost.java
EarlyTargetCost.java Reworked cost adjuster logic for better support of X and cost modification effects: 2025-04-08 22:39:10 +04:00
MinMaxVariableCost.java Reworked cost adjuster logic for better support of X and cost modification effects: 2025-04-08 22:39:10 +04:00
OptionalAdditionalCost.java
OptionalAdditionalCostImpl.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
OptionalAdditionalModeSourceCosts.java
OptionalAdditionalSourceCosts.java
OrCost.java implement [MH3] Lethal Throwdown (#12327) 2024-05-31 12:13:42 +02:00
SacrificeCost.java
UseAttachedCost.java
VariableCost.java
VariableCostImpl.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
VariableCostType.java