mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed Windscouter.
- Added Phantom Whelp.
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -4808,6 +4808,7 @@ res/cardsfolder/phantom_nishoba.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/phantom_nomad.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/phantom_tiger.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/phantom_warrior.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/phantom_whelp.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/phantom_wings.txt svneol=native#text/plain
|
||||
res/cardsfolder/phantom_wurm.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/phelddagrif.txt -text svneol=native#text/plain
|
||||
@@ -7543,7 +7544,7 @@ res/cardsfolder/windreaver.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/windrider_eel.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/winds_of_change.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/winds_of_rath.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/windscouter.txt svneol=native#text/plain
|
||||
res/cardsfolder/windscouter.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/windseeker_centaur.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/windstorm.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/windswept_heath.txt -text svneol=native#text/plain
|
||||
|
||||
12
res/cardsfolder/phantom_whelp.txt
Normal file
12
res/cardsfolder/phantom_whelp.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Phantom Whelp
|
||||
ManaCost:1 U
|
||||
Types:Creature Illusion Hound
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.)
|
||||
T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.)
|
||||
SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigBounce | TriggerDescription$ Return CARDNAME to it's owner's hand.
|
||||
SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ Self
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/phantom_whelp.jpg
|
||||
End
|
||||
@@ -1,13 +1,14 @@
|
||||
Name:Windscouter
|
||||
ManaCost:3 U
|
||||
Types:Creature Human Scout
|
||||
Text:no text
|
||||
PT:3/3
|
||||
K:Flying
|
||||
T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.)
|
||||
SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Opponent | Execute$ TrigBounce | TriggerDescription$ Return CARDNAME to it's owner's hand.
|
||||
SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ Self
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/windscouter.jpg
|
||||
SetInfo:PCY|Uncommon|http://magiccards.info/scans/en/pr/53.jpg
|
||||
Name:Windscouter
|
||||
ManaCost:3 U
|
||||
Types:Creature Human Scout
|
||||
Text:no text
|
||||
PT:3/3
|
||||
K:Flying
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.)
|
||||
T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.)
|
||||
SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigBounce | TriggerDescription$ Return CARDNAME to it's owner's hand.
|
||||
SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ Self
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/windscouter.jpg
|
||||
SetInfo:PCY|Uncommon|http://magiccards.info/scans/en/pr/53.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user