diff --git a/.gitattributes b/.gitattributes index ad672160acc..952c145a575 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7856,6 +7856,7 @@ res/cardsfolder/r/razortooth_rats.txt svneol=native#text/plain res/cardsfolder/r/razorverge_thicket.txt svneol=native#text/plain res/cardsfolder/r/reach_of_branches.txt svneol=native#text/plain res/cardsfolder/r/reach_through_mists.txt svneol=native#text/plain +res/cardsfolder/r/read_the_runes.txt -text res/cardsfolder/r/reality_acid.txt -text res/cardsfolder/r/reality_anchor.txt svneol=native#text/plain res/cardsfolder/r/reality_ripple.txt -text @@ -8987,6 +8988,7 @@ res/cardsfolder/s/sinstrikers_will.txt -text res/cardsfolder/s/sir_shandlar_of_eberyn.txt svneol=native#text/plain res/cardsfolder/s/sire_of_the_storm.txt svneol=native#text/plain res/cardsfolder/s/sirens_call.txt svneol=native#text/plain +res/cardsfolder/s/sirocco.txt -text res/cardsfolder/s/sisay.txt -text res/cardsfolder/s/sisays_ingenuity.txt -text svneol=unset#text/plain res/cardsfolder/s/sisays_ring.txt svneol=native#text/plain diff --git a/res/cardsfolder/r/read_the_runes.txt b/res/cardsfolder/r/read_the_runes.txt new file mode 100644 index 00000000000..885a8c46e37 --- /dev/null +++ b/res/cardsfolder/r/read_the_runes.txt @@ -0,0 +1,15 @@ +Name:Read the Runes +ManaCost:X U +Types:Instant +Text:no text +A:SP$ Draw | Cost$ X U | NumCards$ X | SubAbility$ DBRepeat | References$ X | RememberDrawn$ True | SpellDescription$ Draw X cards. For each card drawn this way, discard a card unless you sacrifice a permanent. +SVar:DBRepeat:DB$ RepeatEach | UseImprinted$ True | RepeatCards$ Card.IsRemembered | Zone$ Hand | RepeatSubAbility$ DBDiscard | SubAbility$ DBCleanup +SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose | UnlessCost$ Sac<1/Permanent> | UnlessPayer$ You +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:X:Count$xPaid +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/read_the_runes.jpg +SetInfo:ONS|Rare|http://magiccards.info/scans/en/on/104.jpg +Oracle:Draw X cards. For each card drawn this way, discard a card unless you sacrifice a permanent. +End \ No newline at end of file diff --git a/res/cardsfolder/s/sirocco.txt b/res/cardsfolder/s/sirocco.txt new file mode 100644 index 00000000000..683fb01c250 --- /dev/null +++ b/res/cardsfolder/s/sirocco.txt @@ -0,0 +1,14 @@ +Name:Sirocco +ManaCost:1 R +Types:Instant +Text:no text +A:SP$ RevealHand | Cost$ 1 R | RememberRevealed$ True | ValidTgts$ Player | TgtPrompt$ Select target Player | SubAbility$ DBRepeatDiscard | SpellDescription$ Target player reveals his or her hand. For each blue instant card revealed this way, that player discards that card unless he or she pays 4 life. +SVar:DBRepeatDiscard:DB$ RepeatEach | UseImprinted$ True | RepeatCards$ Card.IsRemembered+Instant+Blue | Zone$ Hand | RepeatSubAbility$ DBDiscard | SubAbility$ DBCleanup +SVar:DBDiscard:DB$ Discard | DefinedCards$ Imprinted | Mode$ Defined | UnlessCost$ PayLife<4> | UnlessPayer$ Targeted +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:RemRandomDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/sirocco.jpg +SetInfo:MIR|Uncommon|http://magiccards.info/scans/en/mr/192.jpg +Oracle:Target player reveals his or her hand. For each blue instant card revealed this way, that player discards that card unless he or she pays 4 life. +End \ No newline at end of file