mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Merge branch 'commandertohand' into 'master'
Netherborn Altar (C20) and Command Beacon update See merge request core-developers/forge!2732
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
@@ -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.
|
||||
9
forge-gui/res/cardsfolder/upcoming/C2020/netherborn_altar.txt
Executable file
9
forge-gui/res/cardsfolder/upcoming/C2020/netherborn_altar.txt
Executable 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.
|
||||
Reference in New Issue
Block a user