Merge branch 'commandertohand' into 'master'

Netherborn Altar (C20) and Command Beacon update

See merge request core-developers/forge!2732
This commit is contained in:
Michael Kamensky
2020-04-21 16:52:30 +00:00
3 changed files with 14 additions and 4 deletions

View File

@@ -259,7 +259,9 @@ public enum CounterType {
SLEIGHT("SLGHT", 185, 174, 255),
SLIME("SLIME", 101, 220, 163 ),
SLIME("SLIME", 101, 220, 163),
SOUL("SOUL", 243, 190, 247),
SOOT("SOOT", 211, 194, 198),

View File

@@ -2,8 +2,7 @@ Name:Command Beacon
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}.
A:AB$ ChangeZoneAll | Cost$ T Sac<1/CARDNAME> | ChangeType$ Card.IsCommander+YouOwn | Origin$ Command | Destination$ Hand | SpellDescription$ Put your commander into your hand from the command zone.
A:AB$ ChangeZone | Cost$ T Sac<1/CARDNAME> | ChangeType$ Card.IsCommander+YouOwn | SelectPrompt$ Select a commander | ChangeNum$ 1 | Mandatory$ True | Origin$ Command | Destination$ Hand | Hidden$ True | SpellDescription$ Put your commander into your hand from the command zone.
AI:RemoveDeck:All
AI:RemoveDeck:Random
SVar:Picture:http://www.wizards.com/global/images/magic/general/command_beacon.jpg
Oracle:{T}: Add {C}.\n{T}, Sacrifice Command Beacon: Put your commander into your hand from the command zone.

View File

@@ -0,0 +1,9 @@
Name:Netherborn Altar
ManaCost:1 B
Types:Artifact
A:AB$ ChangeZone | Cost$ T AddCounter<1/SOUL> | ChangeType$ Card.IsCommander+YouOwn | SelectPrompt$ Select a commander | ChangeNum$ 1 | Mandatory$ True | Origin$ Command | Destination$ Hand | Hidden$ True | SubAbility$ DBLoseLife | StackDescription$ SpellDescription | SpellDescription$ Put your commander into your hand from the command zone. Then you lose 3 life for each soul counter on CARDNAME.
SVar:DBLoseLife:DB$ LoseLife | Defined$ You | LifeAmount$ X | References$ X
SVar:X:Count$CardCounters.SOUL/Times.3
AI:RemoveDeck:All
AI:RemoveDeck:Random
Oracle:{T}, Put a soul counter on Netherborn Altar: Put your commander into your hand from the command zone. Then you lose 3 life for each soul counter on Netherborn Altar.