diff --git a/.gitattributes b/.gitattributes index 3d1752faeed..446992f94c4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2412,6 +2412,7 @@ res/cardsfolder/fight_to_the_death.txt -text svneol=native#text/plain res/cardsfolder/fighting_drake.txt -text svneol=native#text/plain res/cardsfolder/figure_of_destiny.txt -text svneol=native#text/plain res/cardsfolder/filigree_angel.txt -text svneol=native#text/plain +res/cardsfolder/filigree_fracture.txt -text svneol=native#text/plain res/cardsfolder/filigree_sages.txt -text svneol=native#text/plain res/cardsfolder/fill_with_fright.txt -text svneol=native#text/plain res/cardsfolder/filth.txt -text svneol=native#text/plain @@ -2831,6 +2832,7 @@ res/cardsfolder/global_ruin.txt -text svneol=native#text/plain res/cardsfolder/gloom.txt -text svneol=native#text/plain res/cardsfolder/gloomdrifter.txt svneol=native#text/plain res/cardsfolder/gloomhunter.txt -text svneol=native#text/plain +res/cardsfolder/gloomlance.txt -text svneol=native#text/plain res/cardsfolder/gloomwidow.txt -text svneol=native#text/plain res/cardsfolder/glorious_anthem.txt -text svneol=native#text/plain res/cardsfolder/glorious_charge.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/feast_of_worms.txt b/res/cardsfolder/feast_of_worms.txt index a37a01e343a..162841de48d 100644 --- a/res/cardsfolder/feast_of_worms.txt +++ b/res/cardsfolder/feast_of_worms.txt @@ -4,6 +4,7 @@ Types:Sorcery Arcane Text:no text A:SP$ Destroy | Cost$ 3 G G | ValidTgts$ Land | TgtPrompt$ Select target land | SubAbility$ SVar=DBSacrifice | SpellDescription$ Destroy target land. If that land was legendary, its controller sacrifices another land. SVar:DBSacrifice:DB$ Sacrifice | Defined$ TargetedController | SacValid$ Land | ConditionDefined$ Targeted | ConditionPresent$ Land.Legendary | ConditionCompare$ EQ1 | ConditionDescription$ If that land was legendary, +SVar:RemRandomDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/feast_of_worms.jpg End \ No newline at end of file diff --git a/res/cardsfolder/filigree_fracture.txt b/res/cardsfolder/filigree_fracture.txt new file mode 100644 index 00000000000..ec7ef223ff1 --- /dev/null +++ b/res/cardsfolder/filigree_fracture.txt @@ -0,0 +1,9 @@ +Name:Filigree Fracture +ManaCost:2 G +Types:Instant +Text:no text +A:SP$ Destroy | Cost$ 2 G | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SubAbility$ SVar=DBDraw | SpellDescription$ Destroy target artifact or enchantment. If that permanent was blue or black, draw a card. +SVar:DBDraw:DB$ Draw | NumCards$ 1 | ConditionDefined$ Targeted | ConditionPresent$ Permanent.Blue,Permanent.Black | ConditionCompare$ EQ1 | ConditionDescription$ If that permanent was blue or black, +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/filigree_fracture.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/gloomlance.txt b/res/cardsfolder/gloomlance.txt new file mode 100644 index 00000000000..5a9e57e63b5 --- /dev/null +++ b/res/cardsfolder/gloomlance.txt @@ -0,0 +1,9 @@ +Name:Gloomlance +ManaCost:3 B B +Types:Sorcery +Text:no text +A:SP$ Destroy | Cost$ 3 B B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ SVar=DBDiscard | SpellDescription$ Destroy target creature. If that creature was green or white, its controller discards a card. +SVar:DBDiscard:DB$ Discard | Defined$ TargetedController | NumCards$ 1 | Mode$ TgtChoose | ConditionDefined$ Targeted | ConditionPresent$ Card.Green,Card.White | ConditionCompare$ EQ1 | ConditionDescription$ If that creature was green or white, +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/gloomlance.jpg +End \ No newline at end of file