mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Heirloom Epic and support (#5761)
Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
This commit is contained in:
@@ -295,6 +295,10 @@ public class CostAdjustment {
|
||||
}
|
||||
} // isSpell
|
||||
|
||||
if (sa.hasParam("TapCreaturesForMana")) {
|
||||
adjustCostByConvokeOrImprovise(cost, sa, false, test);
|
||||
}
|
||||
|
||||
// Reset card state (if changed)
|
||||
if (isStateChangeToFaceDown) {
|
||||
originalCard.setFaceDown(false);
|
||||
|
||||
5
forge-gui/res/cardsfolder/upcoming/heirloom_epic.txt
Normal file
5
forge-gui/res/cardsfolder/upcoming/heirloom_epic.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Name:Heirloom Epic
|
||||
ManaCost:1
|
||||
Types:Artifact
|
||||
A:AB$ Draw | Cost$ 4 T | TapCreaturesForMana$ True | SorcerySpeed$ True | SpellDescription$ Draw a card. For each mana in this ability's activation cost, you may tap an untapped creature you control rather than pay that mana. Activate only as a sorcery.
|
||||
Oracle:{4}, {T}: Draw a card. For each mana in this ability's activation cost, you may tap an untapped creature you control rather than pay that mana. Activate only as a sorcery.
|
||||
Reference in New Issue
Block a user