diff --git a/.gitattributes b/.gitattributes index b89578c95d4..64ef4a4bcdd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6403,6 +6403,7 @@ res/cardsfolder/m/mirror_sigil_sergeant.txt svneol=native#text/plain res/cardsfolder/m/mirror_strike.txt -text res/cardsfolder/m/mirror_universe.txt svneol=native#text/plain res/cardsfolder/m/mirror_wall.txt svneol=native#text/plain +res/cardsfolder/m/mirrorweave.txt -text res/cardsfolder/m/mirrorworks.txt svneol=native#text/plain res/cardsfolder/m/miscalculation.txt svneol=native#text/plain res/cardsfolder/m/mischievous_poltergeist.txt svneol=native#text/plain @@ -7344,6 +7345,7 @@ res/cardsfolder/p/pestilence_rats.txt svneol=native#text/plain res/cardsfolder/p/pestilent_kathari.txt svneol=native#text/plain res/cardsfolder/p/pestilent_souleater.txt svneol=native#text/plain res/cardsfolder/p/petalmane_baku.txt -text +res/cardsfolder/p/petals_of_insight.txt -text res/cardsfolder/p/petra_sphinx.txt -text res/cardsfolder/p/petradon.txt svneol=native#text/plain res/cardsfolder/p/petrahydrox.txt svneol=native#text/plain diff --git a/res/cardsfolder/m/mirrorweave.txt b/res/cardsfolder/m/mirrorweave.txt new file mode 100644 index 00000000000..6707259d761 --- /dev/null +++ b/res/cardsfolder/m/mirrorweave.txt @@ -0,0 +1,11 @@ +Name:Mirrorweave +ManaCost:2 WU WU +Types:Instant +Text:no text +A:SP$ Pump | Cost$ 2 WU WU | ValidTgts$ Creature.nonLegendary | TgtPrompt$ Choose target nonlegendary creature | AILogic$ Pump | RememberObjects$ Targeted | SubAbility$ MirrorweaveClone | StackDescription$ None | SpellDescription$ Each other creature becomes a copy of target nonlegendary creature until end of turn. +SVar:MirrorweaveClone:DB$ RepeatEach | UseImprinted$ True | RepeatCards$ Creature.IsNotRemembered | RepeatSubAbility$ DBCopy | SubAbility$ DBCleanup +SVar:DBCopy:DB$ Clone | Defined$ Remembered | CloneTarget$ Imprinted | Duration$ UntilEndOfTurn +SVar:Picture:http://www.wizards.com/global/images/magic/general/mirrorweave.jpg +SetInfo:SHM|Rare|http://magiccards.info/scans/en/shm/143.jpg +Oracle:Each other creature becomes a copy of target nonlegendary creature until end of turn. +End \ No newline at end of file diff --git a/res/cardsfolder/p/petals_of_insight.txt b/res/cardsfolder/p/petals_of_insight.txt new file mode 100644 index 00000000000..62c32ddf5f4 --- /dev/null +++ b/res/cardsfolder/p/petals_of_insight.txt @@ -0,0 +1,15 @@ +Name:Petals of Insight +ManaCost:4 U +Types:Sorcery Arcane +Text:no text +A:SP$ Dig | Cost$ 4 U | DigNum$ 3 | NoMove$ True | DestinationZone$ Library | LibraryPosition$ 0 | SubAbility$ DBPetalChoose | SpellDescription$ Look at the top three cards of your library. You may put those cards on the bottom of your library in any order. If you do, return CARDNAME to its owner's hand. Otherwise, draw three cards. +SVar:DBPetalChoose:DB$ GenericChoice | Choices$ ReturnPetals,DrawCards | Defined$ You +SVar:ReturnPetals:DB$ Dig | DigNum$ 3 | ChangeNum$ All | DestinationZone$ Library | LibraryPosition$ -1 | SubAbility$ DBChangeZone | ChoiceDescription$ You may put those cards on the bottom of your library in any order. If you do, return CARDNAME to its owner's hand. +SVar:DBChangeZone:DB$ ChangeZone | Origin$ Stack | Destination$ Hand | Defined$ Self +SVar:DrawCards:DB$ Draw | NumCards$ 3 | ChoiceDescription$ Otherwise, draw three cards. +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/petals_of_insight.jpg +SetInfo:CHK|Uncommon|http://magiccards.info/scans/en/chk/79.jpg +Oracle:Look at the top three cards of your library. You may put those cards on the bottom of your library in any order. If you do, return Petals of Insight to its owner's hand. Otherwise, draw three cards. +End \ No newline at end of file