mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed the wording of the keyword: "If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.".
This commit is contained in:
@@ -6,7 +6,7 @@ PT:11/11
|
|||||||
K:Trample
|
K:Trample
|
||||||
K:Infect
|
K:Infect
|
||||||
K:Indestructible
|
K:Indestructible
|
||||||
K:When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
K:If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
||||||
SVar:Rarity:Mythic
|
SVar:Rarity:Mythic
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/blightsteel_colossus.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/blightsteel_colossus.jpg
|
||||||
SetInfo:MBS|Mythic|http://magiccards.info/scans/en/mbs/99.jpg
|
SetInfo:MBS|Mythic|http://magiccards.info/scans/en/mbs/99.jpg
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Text:no text
|
|||||||
PT:11/11
|
PT:11/11
|
||||||
K:Trample
|
K:Trample
|
||||||
K:Indestructible
|
K:Indestructible
|
||||||
K:When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
K:If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
||||||
SVar:Rarity:Mythic
|
SVar:Rarity:Mythic
|
||||||
SVar:Picture:http://resources.wizards.com/magic/cards/dst/en-us/card48158.jpg
|
SVar:Picture:http://resources.wizards.com/magic/cards/dst/en-us/card48158.jpg
|
||||||
SetInfo:M10|Mythic|http://magiccards.info/scans/en/m10/208.jpg
|
SetInfo:M10|Mythic|http://magiccards.info/scans/en/m10/208.jpg
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:7
|
|||||||
Types:Legendary Artifact
|
Types:Legendary Artifact
|
||||||
Text:no text
|
Text:no text
|
||||||
A:AB$ ChangeZone | Cost$ W U B R G | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target permanent.
|
A:AB$ ChangeZone | Cost$ W U B R G | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target permanent.
|
||||||
K:When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
K:If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/legacy_weapon.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/legacy_weapon.jpg
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Types:Legendary Creature Hydra Avatar
|
|||||||
Text:no text
|
Text:no text
|
||||||
PT:10/10
|
PT:10/10
|
||||||
K:Protection from everything
|
K:Protection from everything
|
||||||
K:When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
K:If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.
|
||||||
SVar:Rarity:Mythic
|
SVar:Rarity:Mythic
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/progenitus.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/progenitus.jpg
|
||||||
SetInfo:CFX|Mythic|http://magiccards.info/scans/en/cfx/121.jpg
|
SetInfo:CFX|Mythic|http://magiccards.info/scans/en/cfx/121.jpg
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ public class DefaultPlayerZone extends PlayerZone implements java.io.Serializabl
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (is(Zone.Graveyard)
|
if (is(Zone.Graveyard)
|
||||||
&& c.hasKeyword("When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.")) {
|
&& c.hasKeyword("If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.")) {
|
||||||
PlayerZone lib = c.getOwner().getZone(Constant.Zone.Library);
|
PlayerZone lib = c.getOwner().getZone(Constant.Zone.Library);
|
||||||
lib.add(c);
|
lib.add(c);
|
||||||
c.getOwner().shuffle();
|
c.getOwner().shuffle();
|
||||||
|
|||||||
Reference in New Issue
Block a user