- Added Blitz Hellion and Paradigm Shift.

This commit is contained in:
jendave
2011-08-06 16:22:49 +00:00
parent 250156ef82
commit d7a579cfb9
4 changed files with 25 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -586,6 +586,7 @@ res/cardsfolder/blistergrub.txt -text svneol=native#text/plain
res/cardsfolder/blistering_barrier.txt -text svneol=native#text/plain
res/cardsfolder/blistering_dieflyn.txt -text svneol=native#text/plain
res/cardsfolder/blistering_firecat.txt -text svneol=native#text/plain
res/cardsfolder/blitz_hellion.txt -text svneol=native#text/plain
res/cardsfolder/blizzard_elemental.txt -text svneol=native#text/plain
res/cardsfolder/bloated_toad.txt -text svneol=native#text/plain
res/cardsfolder/blockade_runner.txt -text svneol=native#text/plain
@@ -3859,6 +3860,7 @@ res/cardsfolder/panic.txt -text svneol=native#text/plain
res/cardsfolder/panic_attack.txt -text svneol=native#text/plain
res/cardsfolder/panic_spellbomb.txt -text svneol=native#text/plain
res/cardsfolder/panther_warriors.txt -text svneol=native#text/plain
res/cardsfolder/paradigm_shift.txt -text svneol=native#text/plain
res/cardsfolder/parallel_evolution.txt -text svneol=native#text/plain
res/cardsfolder/paralyzing_grasp.txt -text svneol=native#text/plain
res/cardsfolder/parapet_watchers.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Blitz Hellion
ManaCost:3 R G
Types:Creature Hellion
Text:no text
PT:7/7
K:Trample
K:Haste
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigChange | TriggerDescription$ At the beginning of the end step, CARDNAME's owner shuffles it into his or her library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Library | Shuffle$ True | Defined$ Self
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/blitz_hellion.jpg
End

View File

@@ -2,6 +2,7 @@ Name:Brine Shaman
ManaCost:1 B
Types:Creature Human Cleric Shaman
Text:no text
PT:1/1
A:AB$ Pump | Cost$ T Sac<1/Creature> | NumAtt$ +2 | NumDef$ +2 | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Target creature gets +2/+2 until end of turn.
A:AB$ Counter | Cost$ 1 U U Sac<1/Creature> | Type$ Spell | CounterValid$ Creature | SpellDescription$ Counter target creature spell.
SVar:Rarity:Common

View File

@@ -0,0 +1,10 @@
Name:Paradigm Shift
ManaCost:1 U
Types:Sorcery
Text:no text
A:SP$ChangeZoneAll | Cost$ 1 U | ChangeType$ Card.YouOwn | Origin$ Library | Destination$ Exile | SubAbility$ SVar=DBShuffle | SpellDescription$ Exile all cards from your library. Then shuffle your graveyard into your library.
SVar:DBShuffle:DB$ChangeZoneAll | ChangeType$ Card.YouOwn | Origin$ Graveyard | Destination$ Library | Shuffle$ True
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/paradigm_shift.jpg
End