mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Rhystic Study.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
9
res/cardsfolder/rhystic_study.txt
Normal file
9
res/cardsfolder/rhystic_study.txt
Normal 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
|
||||
Reference in New Issue
Block a user