mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Mirrorweave and Petals of Insight
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
11
res/cardsfolder/m/mirrorweave.txt
Normal file
11
res/cardsfolder/m/mirrorweave.txt
Normal file
@@ -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
|
||||
15
res/cardsfolder/p/petals_of_insight.txt
Normal file
15
res/cardsfolder/p/petals_of_insight.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user