- Added Rhystic Study.

This commit is contained in:
jendave
2011-08-07 01:10:12 +00:00
parent 010b625658
commit cef6a5efe1
3 changed files with 11 additions and 3 deletions

1
.gitattributes vendored
View File

@@ -5753,6 +5753,7 @@ res/cardsfolder/rhox_pikemaster.txt -text svneol=native#text/plain
res/cardsfolder/rhox_war_monk.txt -text svneol=native#text/plain
res/cardsfolder/rhys_the_exiled.txt -text svneol=native#text/plain
res/cardsfolder/rhys_the_redeemed.txt -text svneol=native#text/plain
res/cardsfolder/rhystic_study.txt -text svneol=native#text/plain
res/cardsfolder/rib_cage_spider.txt -text svneol=native#text/plain
res/cardsfolder/ribbons_of_the_reikai.txt -text svneol=native#text/plain
res/cardsfolder/riddlesmith.txt -text svneol=native#text/plain

View File

@@ -1,11 +1,9 @@
Name:Forced Fruition
ManaCost:4 U U
Types:Enchantment
Text:Whenever an opponent casts a spell, that player draws seven cards.
Text:no text
T:Mode$ SpellCast | ValidCard$ Card | ValidControllingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever an opponent casts a spell, that player draws seven cards.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ TriggeredPlayer | NumCards$ 7
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/Forced_Fruition.jpg
SetInfo:LRW|Rare|http://magiccards.info/scans/en/lw/66.jpg

View File

@@ -0,0 +1,9 @@
Name:Rhystic Study
ManaCost:2 U
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Card | ValidControllingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigDraw | OptionalDecider$ You | TriggerDescription$ Whenever an opponent casts a spell, you may draw a card unless that player pays 1.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | UnlessCost$ 1 | UnlessPayer$ TriggeredPlayer | NumCards$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/rhystic_study.jpg
End