mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
add missed space
This commit is contained in:
@@ -2,5 +2,5 @@ Name:Blood Price
|
|||||||
ManaCost:3 B
|
ManaCost:3 B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Dig | Cost$ 3 B | DigNum$ 4 | ChangeNum$ 2 | SubAbility$ DBLoseLife | SpellDescription$ Look at the top four cards of your library. Put two of them into your hand and the rest on the bottom of your library in any order. You lose 2 life.
|
A:SP$ Dig | Cost$ 3 B | DigNum$ 4 | ChangeNum$ 2 | SubAbility$ DBLoseLife | SpellDescription$ Look at the top four cards of your library. Put two of them into your hand and the rest on the bottom of your library in any order. You lose 2 life.
|
||||||
SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 2 | Defined$ You
|
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 2 | Defined$ You
|
||||||
Oracle:Look at the top four cards of your library. Put two of them into your hand and the rest on the bottom of your library in any order. You lose 2 life.
|
Oracle:Look at the top four cards of your library. Put two of them into your hand and the rest on the bottom of your library in any order. You lose 2 life.
|
||||||
@@ -3,7 +3,7 @@ ManaCost:3 U
|
|||||||
Types:Creature Merfolk Wizard
|
Types:Creature Merfolk Wizard
|
||||||
PT:3/3
|
PT:3/3
|
||||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry X, where X is the number of creatures in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)
|
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry X, where X is the number of creatures in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)
|
||||||
SVar:TrigScry:DB$Scry | ScryNum$ X | References$ X
|
SVar:TrigScry:DB$ Scry | ScryNum$ X | References$ X
|
||||||
SVar:X:Count$Party
|
SVar:X:Count$Party
|
||||||
DeckHas:Ability$Party
|
DeckHas:Ability$Party
|
||||||
DeckHints:Type$Cleric|Rogue|Warrior|Wizard
|
DeckHints:Type$Cleric|Rogue|Warrior|Wizard
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name:Chilling Trap
|
Name:Chilling Trap
|
||||||
ManaCost:U
|
ManaCost:U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Pump | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -4 | IsCurse$ True | SubAbility$ DBDraw | SpellDescription$ Target creature gets -4/-0 until end of turn.If you control a Wizard, draw a card.
|
A:SP$ Pump | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -4 | IsCurse$ True | SubAbility$ DBDraw | SpellDescription$ Target creature gets -4/-0 until end of turn. If you control a Wizard, draw a card.
|
||||||
SVar:DBDraw:DB$Draw | NumCards$ 1 | ConditionPresent$ Wizard.YouCtrl | ConditionCompare$ GE1 | ConditionDescription$ If you control a Wizard
|
SVar:DBDraw:DB$ Draw | NumCards$ 1 | ConditionPresent$ Wizard.YouCtrl | ConditionCompare$ GE1 | ConditionDescription$ If you control a Wizard
|
||||||
Oracle:Target creature gets -4/-0 until end of turn. If you control a Wizard, draw a card.
|
Oracle:Target creature gets -4/-0 until end of turn. If you control a Wizard, draw a card.
|
||||||
Reference in New Issue
Block a user