mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Added Predict.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -6366,6 +6366,7 @@ res/cardsfolder/p/predatory_advantage.txt svneol=native#text/plain
|
||||
res/cardsfolder/p/predatory_hunger.txt svneol=native#text/plain
|
||||
res/cardsfolder/p/predatory_nightstalker.txt svneol=native#text/plain
|
||||
res/cardsfolder/p/predatory_urge.txt -text
|
||||
res/cardsfolder/p/predict.txt -text
|
||||
res/cardsfolder/p/preeminent_captain.txt svneol=native#text/plain
|
||||
res/cardsfolder/p/preemptive_strike.txt svneol=native#text/plain
|
||||
res/cardsfolder/p/preordain.txt svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/p/predict.txt
Normal file
15
res/cardsfolder/p/predict.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Predict
|
||||
ManaCost:1 U
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ NameCard | Cost$ 1 U | Defined$ You | SubAbility$ DBMill | SpellDescription$ Name a card, then put the top card of target player's library into his or her graveyard. If that card is the named card, you draw two cards. Otherwise, you draw a card.
|
||||
SVar:DBMill:DB$ Mill | ValidTgts$ Player | TgtPrompt$ Select target player | NumCards$ 1 | RememberMilled$ True | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ X | SubAbility$ DBDraw2
|
||||
SVar:DBDraw2:DB$ Draw | Defined$ You | NumCards$ 1
|
||||
SVar:X:Remembered$Valid Card.NamedCard
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/predict.jpg
|
||||
SetInfo:ODY|Uncommon|http://magiccards.info/scans/en/od/94.jpg
|
||||
Oracle:Name a card, then put the top card of target player's library into his or her graveyard. If that card is the named card, you draw two cards. Otherwise, you draw a card.
|
||||
End
|
||||
Reference in New Issue
Block a user