mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
add Ignorant Bliss (from Dissension)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -3690,6 +3690,7 @@ res/cardsfolder/i/igneous_golem.txt svneol=native#text/plain
|
|||||||
res/cardsfolder/i/igneous_pouncer.txt svneol=native#text/plain
|
res/cardsfolder/i/igneous_pouncer.txt svneol=native#text/plain
|
||||||
res/cardsfolder/i/ignite_disorder.txt svneol=native#text/plain
|
res/cardsfolder/i/ignite_disorder.txt svneol=native#text/plain
|
||||||
res/cardsfolder/i/ignite_memories.txt svneol=native#text/plain
|
res/cardsfolder/i/ignite_memories.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/i/ignorant_bliss.txt -text
|
||||||
res/cardsfolder/i/ihsans_shade.txt svneol=native#text/plain
|
res/cardsfolder/i/ihsans_shade.txt svneol=native#text/plain
|
||||||
res/cardsfolder/i/iizuka_the_ruthless.txt svneol=native#text/plain
|
res/cardsfolder/i/iizuka_the_ruthless.txt svneol=native#text/plain
|
||||||
res/cardsfolder/i/ikiral_outrider.txt svneol=native#text/plain
|
res/cardsfolder/i/ikiral_outrider.txt svneol=native#text/plain
|
||||||
|
|||||||
13
res/cardsfolder/i/ignorant_bliss.txt
Normal file
13
res/cardsfolder/i/ignorant_bliss.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
Name:Ignorant Bliss
|
||||||
|
ManaCost:1 R
|
||||||
|
Types:Instant
|
||||||
|
Text:no text
|
||||||
|
A:SP$ ChangeZoneAll | Cost$ 1 R | ChangeType$ Card.YouCtrl | Origin$ Hand | Destination$ Exile | ExileFaceDown$ True | RememberChanged$ True | SubAbility$ DelayedReturn | SpellDescription$ Exile all cards from your hand face down. At the beginning of the next end step, return those cards to your hand, then draw a card.
|
||||||
|
SVar:DelayedReturn:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ ReturnAll | TriggerDescription$ Return exiled cards to your hand, then draw a card.
|
||||||
|
SVar:ReturnAll:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Hand | Defined$ Remembered | SubAbility$ YouDraw
|
||||||
|
SVar:YouDraw:DB$ Draw | Defined$ You | NumCards$ 1 | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:RemAIDeck:True
|
||||||
|
SVar:Rarity:Uncommon
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/ignorant_bliss.jpg
|
||||||
|
End
|
||||||
Reference in New Issue
Block a user