diff --git a/.gitattributes b/.gitattributes index d4d68ca9543..21ed07eecca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/forced_fruition.txt b/res/cardsfolder/forced_fruition.txt index af3d82789f0..db38ed19835 100644 --- a/res/cardsfolder/forced_fruition.txt +++ b/res/cardsfolder/forced_fruition.txt @@ -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 diff --git a/res/cardsfolder/rhystic_study.txt b/res/cardsfolder/rhystic_study.txt new file mode 100644 index 00000000000..91acd66e536 --- /dev/null +++ b/res/cardsfolder/rhystic_study.txt @@ -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 \ No newline at end of file