mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
3 new DSK cards (#6034)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Name:Fear of Failed Tests
|
||||
ManaCost:4 U
|
||||
Types:Enchantment Creature Nightmare
|
||||
PT:2/7
|
||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigDraw | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, draw that many cards.
|
||||
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ X
|
||||
SVar:X:TriggerCount$DamageAmount
|
||||
Oracle:Whenever Fear of Failed Tests deals combat damage to a player, draw that many cards.
|
||||
7
forge-gui/res/cardsfolder/upcoming/fear_of_isolation.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/fear_of_isolation.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Fear of Isolation
|
||||
ManaCost:1 U
|
||||
Types:Enchantment Creature Nightmare
|
||||
PT:2/3
|
||||
A:SP$ PermanentCreature | Cost$ 1 U Return<1/Permanent>
|
||||
K:Flying
|
||||
Oracle:As an additional cost to cast this spell, return a permanent you control to its owner's hand.\nFlying
|
||||
10
forge-gui/res/cardsfolder/upcoming/glimmer_seeker.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/glimmer_seeker.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Glimmer Seeker
|
||||
ManaCost:2 W
|
||||
Types:Creature Human Survivor
|
||||
PT:3/3
|
||||
T:Mode$ Phase | Phase$ Main2 | ValidPlayer$ You | PresentDefined$ Self | IsPresent$ Card.tapped | TriggerZones$ Battlefield | Execute$ TrigBranch | TriggerDescription$ Survival — At the beginning of your second main phase, if CARDNAME is tapped, draw a card if you control a Glimmer creature. If you don't control a Glimmer creature, create a 1/1 white Glimmer enchantment creature token.
|
||||
SVar:TrigBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE1 | TrueSubAbility$ DBDraw | FalseSubAbility$ DBToken
|
||||
SVar:DBDraw:DB$ Draw
|
||||
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_e_glimmer | TokenOwner$ You
|
||||
SVar:X:Count$Valid Creature.Glimmer+YouCtrl
|
||||
Oracle:Survival — At the beginning of your second main phase, if Glimmer Seeker is tapped, draw a card if you control a Glimmer creature. If you don't control a Glimmer creature, create a 1/1 white Glimmer enchantment creature token.
|
||||
9
forge-gui/res/cardsfolder/upcoming/patched_plaything.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/patched_plaything.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Patched Plaything
|
||||
ManaCost:2 W
|
||||
Types:Artifact Creature Toy
|
||||
PT:4/3
|
||||
K:Double Strike
|
||||
K:etbCounter:M1M1:2:CheckSVar$ FromHand:CARDNAME enters with two -1/-1 counters on it if you cast it from your hand.
|
||||
SVar:FromHand:Count$wasCastFromYourHandByYou.1.0
|
||||
DeckHas:Ability$Counters
|
||||
Oracle:Double strike\nPatched Plaything enters with two -1/-1 counters on it if you cast it from your hand.
|
||||
6
forge-gui/res/tokenscripts/w_1_1_e_glimmer.txt
Normal file
6
forge-gui/res/tokenscripts/w_1_1_e_glimmer.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Glimmer Token
|
||||
ManaCost:no cost
|
||||
PT:1/1
|
||||
Colors:white
|
||||
Types:Enchantment Creature Glimmer
|
||||
Oracle:
|
||||
Reference in New Issue
Block a user