mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
l,m slowtrips converted.
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
Name:Lat-Nam's Legacy
|
Name:Lat-Nam's Legacy
|
||||||
ManaCost:1 U
|
ManaCost:1 U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ ChangeZone | Cost$ 1 U | Origin$ Hand | Destination$ Library | Shuffle$ True | ChangeType$ Card | RememberChanged$ True | SubAbility$ DBDraw | SpellDescription$ Shuffle a card from your hand into your library. If you do, draw two cards at the beginning of the next turn's upkeep.
|
A:SP$ ChangeZone | Cost$ 1 U | Origin$ Hand | Destination$ Library | Shuffle$ True | ChangeType$ Card | RememberChanged$ True | SubAbility$ DelTrigSlowtrip | SpellDescription$ Shuffle a card from your hand into your library. If you do, draw two cards at the beginning of the next turn's upkeep.
|
||||||
SVar:DBDraw:DB$ Draw | NumCards$ 2 | NextUpkeep$ True | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GT0
|
SVar:DelTrigSlowtrip:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ DrawSlowtrip | TriggerDescription$ Draw 2 cards.
|
||||||
|
SVar:DrawSlowtrip:DB$Draw | NumCards$ 2 | Defined$ You
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lat_nams_legacy.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/lat_nams_legacy.jpg
|
||||||
Oracle:Shuffle a card from your hand into your library. If you do, draw two cards at the beginning of the next turn's upkeep.
|
Oracle:Shuffle a card from your hand into your library. If you do, draw two cards at the beginning of the next turn's upkeep.
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
Name:Lightning Blow
|
Name:Lightning Blow
|
||||||
ManaCost:1 W
|
ManaCost:1 W
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Pump | Cost$ 1 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ First Strike | SpellDescription$ Target creature gains first strike until end of turn. | SubAbility$ DBDraw
|
A:SP$ Pump | Cost$ 1 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ First Strike | SpellDescription$ Target creature gains first strike until end of turn. Draw a card at the beginning of the next turn's upkeep. | SubAbility$ DelTrigSlowtrip
|
||||||
SVar:DBDraw:DB$Draw | NumCards$ 1 | NextUpkeep$ True | SpellDescription$ Draw a card at the beginning of the next upkeep.
|
SVar:DelTrigSlowtrip:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ DrawSlowtrip | TriggerDescription$ Draw a card.
|
||||||
|
SVar:DrawSlowtrip:DB$Draw | NumCards$ 1 | Defined$ You
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lightning_blow.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/lightning_blow.jpg
|
||||||
Oracle:Target creature gains first strike until end of turn.\nDraw a card at the beginning of the next turn's upkeep.
|
Oracle:Target creature gains first strike until end of turn.\nDraw a card at the beginning of the next turn's upkeep.
|
||||||
SetInfo:ICE Rare
|
SetInfo:ICE Rare
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
Name:Mind Ravel
|
Name:Mind Ravel
|
||||||
ManaCost:2 B
|
ManaCost:2 B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Discard | Cost$ 2 B | ValidTgts$ Player | NumCards$ 1 | Mode$ TgtChoose | SubAbility$ DBDraw | SpellDescription$ Target player discards a card. Draw a card at the beginning of the next turn's upkeep.
|
A:SP$ Discard | Cost$ 2 B | ValidTgts$ Player | NumCards$ 1 | Mode$ TgtChoose | SubAbility$ DelTrigSlowtrip | SpellDescription$ Target player discards a card. Draw a card at the beginning of the next turn's upkeep.
|
||||||
SVar:DBDraw:DB$Draw | NumCards$ 1 | NextUpkeep$ True
|
SVar:DelTrigSlowtrip:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ DrawSlowtrip | TriggerDescription$ Draw a card.
|
||||||
|
SVar:DrawSlowtrip:DB$Draw | NumCards$ 1 | Defined$ You
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mind_ravel.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mind_ravel.jpg
|
||||||
Oracle:Target player discards a card.\nDraw a card at the beginning of the next turn's upkeep.
|
Oracle:Target player discards a card.\nDraw a card at the beginning of the next turn's upkeep.
|
||||||
SetInfo:ICE Common
|
SetInfo:ICE Common
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
Name:Mishra's Bauble
|
Name:Mishra's Bauble
|
||||||
ManaCost:0
|
ManaCost:0
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
A:AB$ Dig | Cost$ T Sac<1/CARDNAME> | ValidTgts$ Player | TgtPrompt$ Select target player | DigNum$ 1 | NoMove$ True | SubAbility$ DBDraw | SpellDescription$ Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.
|
A:AB$ Dig | Cost$ T Sac<1/CARDNAME> | ValidTgts$ Player | TgtPrompt$ Select target player | DigNum$ 1 | NoMove$ True | SubAbility$ DelTrigSlowtrip | SpellDescription$ Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.
|
||||||
SVar:DBDraw:DB$Draw | NumCards$ 1 | NextUpkeep$ True
|
SVar:DelTrigSlowtrip:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ DrawSlowtrip | TriggerDescription$ Draw a card.
|
||||||
|
SVar:DrawSlowtrip:DB$Draw | NumCards$ 1 | Defined$ You
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mishras_bauble.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mishras_bauble.jpg
|
||||||
Oracle:{T}, Sacrifice Mishra's Bauble: Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.
|
Oracle:{T}, Sacrifice Mishra's Bauble: Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
Name:Mystic Melting
|
Name:Mystic Melting
|
||||||
ManaCost:3 G
|
ManaCost:3 G
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Destroy | Cost$ 3 G | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment. | SubAbility$ DBDraw
|
A:SP$ Destroy | Cost$ 3 G | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment. | SubAbility$ DelTrigSlowtrip
|
||||||
SVar:DBDraw:DB$Draw | NumCards$ 1 | NextUpkeep$ True | SpellDescription$ Draw a card at the beginning of the next upkeep.
|
SVar:DelTrigSlowtrip:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ DrawSlowtrip | TriggerDescription$ Draw a card.
|
||||||
|
SVar:DrawSlowtrip:DB$Draw | NumCards$ 1 | Defined$ You
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mystic_melting.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mystic_melting.jpg
|
||||||
Oracle:Destroy target artifact or enchantment.\nDraw a card at the beginning of the next turn's upkeep.
|
Oracle:Destroy target artifact or enchantment.\nDraw a card at the beginning of the next turn's upkeep.
|
||||||
SetInfo:CSP Uncommon
|
SetInfo:CSP Uncommon
|
||||||
Reference in New Issue
Block a user