diff --git a/forge-game/src/main/java/forge/game/card/CounterType.java b/forge-game/src/main/java/forge/game/card/CounterType.java index bbaf7204876..b754e28d976 100644 --- a/forge-game/src/main/java/forge/game/card/CounterType.java +++ b/forge-game/src/main/java/forge/game/card/CounterType.java @@ -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), diff --git a/forge-gui/res/cardsfolder/c/command_beacon.txt b/forge-gui/res/cardsfolder/c/command_beacon.txt index edf2da34416..cb9f2ba0826 100644 --- a/forge-gui/res/cardsfolder/c/command_beacon.txt +++ b/forge-gui/res/cardsfolder/c/command_beacon.txt @@ -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. \ No newline at end of file +Oracle:{T}: Add {C}.\n{T}, Sacrifice Command Beacon: Put your commander into your hand from the command zone. diff --git a/forge-gui/res/cardsfolder/upcoming/C2020/netherborn_altar.txt b/forge-gui/res/cardsfolder/upcoming/C2020/netherborn_altar.txt new file mode 100755 index 00000000000..35a886977e2 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/C2020/netherborn_altar.txt @@ -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.