- Updated setdata.txt, mtg-data.txt and setInfoScript.py with Planechase 2012 info.

- Added Baleful Strix, Illusory Angel and Vela the Night-Clad.
This commit is contained in:
Sloth
2012-06-04 07:27:43 +00:00
parent bea38f9641
commit bfc8579da0
7 changed files with 583 additions and 125 deletions

3
.gitattributes vendored
View File

@@ -635,6 +635,7 @@ res/cardsfolder/b/balduvian_war_makers.txt svneol=native#text/plain
res/cardsfolder/b/balefire_dragon.txt -text
res/cardsfolder/b/balefire_liege.txt svneol=native#text/plain
res/cardsfolder/b/baleful_stare.txt svneol=native#text/plain
res/cardsfolder/b/baleful_strix.txt -text
res/cardsfolder/b/ball_lightning.txt svneol=native#text/plain
res/cardsfolder/b/ballista_squad.txt svneol=native#text/plain
res/cardsfolder/b/balloon_peddler.txt svneol=native#text/plain
@@ -4478,6 +4479,7 @@ res/cardsfolder/i/illusionary_forces.txt svneol=native#text/plain
res/cardsfolder/i/illusionary_servant.txt svneol=native#text/plain
res/cardsfolder/i/illusionary_wall.txt svneol=native#text/plain
res/cardsfolder/i/illusions_of_grandeur.txt svneol=native#text/plain
res/cardsfolder/i/illusory_angel.txt -text
res/cardsfolder/i/illusory_demon.txt svneol=native#text/plain
res/cardsfolder/i/imagecrafter.txt -text
res/cardsfolder/i/imaginary_pet.txt svneol=native#text/plain
@@ -10092,6 +10094,7 @@ res/cardsfolder/v/veiling_oddity.txt -text
res/cardsfolder/v/veilstone_amulet.txt -text
res/cardsfolder/v/vein_drinker.txt svneol=native#text/plain
res/cardsfolder/v/veinfire_borderpost.txt svneol=native#text/plain
res/cardsfolder/v/vela_the_night_clad.txt -text
res/cardsfolder/v/veldrane_of_sengir.txt svneol=native#text/plain
res/cardsfolder/v/veldt.txt svneol=native#text/plain
res/cardsfolder/v/venarian_glimmer.txt -text

View File

@@ -85,4 +85,6 @@ Index:76|Code2:COM|Code3:COM|Name:Commander
Index:77|Code2:M12|Code3:M12|Name:Magic 2012
Index:78|Code2:ISD|Code3:ISD|Name:Innistrad
Index:79|Code2:DKA|Code3:DKA|Name:Dark Ascension
Index:80|Code2:AVR|Code3:AVR|Name:Avacyn Restored
Index:81|Code2:PC2|Code3:PC2|Name:Planechase 2012 Edition

View File

@@ -0,0 +1,14 @@
Name:Baleful Strix
ManaCost:U B
Types:Artifact Creature Bird
Text:no text
PT:1/1
K:Flying
K:Deathtouch
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/baleful_strix.jpg
SetInfo:PC2|Uncommon|http://magiccards.info/scans/en/pc2/82.jpg
Oracle:Flying, deathtouch\nWhen Baleful Strix enters the battlefield, draw a card.
End

View File

@@ -0,0 +1,13 @@
Name:Illusory Angel
ManaCost:2 U
Types:Creature Angel Illusion
Text:no text
PT:4/4
K:Flying
S:Mode$ CantBeCast | ValidCard$ Card.Self | EffectZone$ All | CheckSVar$ X | SVarCompare$ LE0 | Description$ Cast CARDNAME only if you've cast another spell this turn.
SVar:X:Count$ThisTurnCast_Card.YouCtrl
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/illusory_angel.jpg
SetInfo:PC2|Uncommon|http://magiccards.info/scans/en/pc2/19.jpg
Oracle:Flying\nCast Illusory Angel only if you've cast another spell this turn.
End

View File

@@ -0,0 +1,15 @@
Name:Vela the Night-Clad
ManaCost:4 U B
Types:Legendary Creature Human Wizard
Text:no text
PT:4/4
K:Intimidate
S:Mode$ Continuous | Affected$ Creature.Other+YouCtrl | AddKeyword$ Intimidate | Description$ Other creatures you control have Intimidate.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ Whenever Vela the Night-Clad or another creature you control leaves the battlefield, each opponent loses 1 life.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigLoseLife | TriggerDescription$ Whenever Vela the Night-Clad or another creature you control leaves the battlefield, each opponent loses 1 life.
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 1
SVar:Rarity:Mythic
SVar:Picture:http://www.wizards.com/global/images/magic/general/vela_the_night_clad.jpg
SetInfo:PC2|Mythic|http://magiccards.info/scans/en/pc2/107.jpg
Oracle:Intimidate\nOther creatures you control have intimidate.\nWhenever Vela the Night-Clad or another creature you control leaves the battlefield, each opponent loses 1 life.
End

File diff suppressed because it is too large Load Diff

View File

@@ -43,6 +43,7 @@ def initSets():
# Multiplayer Sets
allSets['Commander'] = 'COM'
allSets['Planechase 2012 Edition'] = 'PC2'
# Portal
allSets['Portal'] = 'POR'