- Added Filigree Fracture and Gloomlance.

This commit is contained in:
jendave
2011-08-07 00:14:57 +00:00
parent 9cead7efdc
commit b3e25bd7a0
4 changed files with 21 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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