mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Added Brain Pry
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -995,6 +995,7 @@ res/cardsfolder/b/braids_conjurer_adept.txt svneol=native#text/plain
|
||||
res/cardsfolder/b/braidwood_cup.txt svneol=native#text/plain
|
||||
res/cardsfolder/b/braidwood_sextant.txt svneol=native#text/plain
|
||||
res/cardsfolder/b/brain_freeze.txt svneol=native#text/plain
|
||||
res/cardsfolder/b/brain_pry.txt -text
|
||||
res/cardsfolder/b/brain_weevil.txt -text
|
||||
res/cardsfolder/b/brainbite.txt svneol=native#text/plain
|
||||
res/cardsfolder/b/braingeyser.txt svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/b/brain_pry.txt
Normal file
15
res/cardsfolder/b/brain_pry.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Brain Pry
|
||||
ManaCost:1 B
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
A:SP$ NameCard | Cost$ B | Defined$ You | ValidCards$ Card.nonLand | ValidDesc$ nonland | SubAbility$ RevealHand | SpellDescription$ Name a nonland card. Target player reveals his or her hand. That player discards a card with that name. If he or she can't, you draw a card.
|
||||
SVar:RevealHand:DB$RevealHand | RememberRevealed$ True | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ DBDiscard
|
||||
SVar:DBDiscard:DB$Discard | Defined$ Targeted | NumCards$ 1 | Mode$ TgtChoose | DiscardValid$ Card.NamedCard | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card.NamedCard | ConditionCompare$ EQ0 | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/brain_pry.jpg
|
||||
SetInfo:DIS|Uncommon|http://magiccards.info/scans/en/di/39.jpg
|
||||
Oracle:Name a nonland card. Target player reveals his or her hand. That player discards a card with that name. If he or she can't, you draw a card.
|
||||
End
|
||||
Reference in New Issue
Block a user