- Added Shocker.

This commit is contained in:
Sloth
2011-10-15 15:31:00 +00:00
parent 9bd009dced
commit 8c346df4ec
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7079,6 +7079,7 @@ res/cardsfolder/s/shizo_deaths_storehouse.txt svneol=native#text/plain
res/cardsfolder/s/shoal_serpent.txt -text res/cardsfolder/s/shoal_serpent.txt -text
res/cardsfolder/s/shock.txt svneol=native#text/plain res/cardsfolder/s/shock.txt svneol=native#text/plain
res/cardsfolder/s/shock_troops.txt svneol=native#text/plain res/cardsfolder/s/shock_troops.txt svneol=native#text/plain
res/cardsfolder/s/shocker.txt -text
res/cardsfolder/s/shore_snapper.txt svneol=native#text/plain res/cardsfolder/s/shore_snapper.txt svneol=native#text/plain
res/cardsfolder/s/shorecrasher_mimic.txt svneol=native#text/plain res/cardsfolder/s/shorecrasher_mimic.txt svneol=native#text/plain
res/cardsfolder/s/shoreline_raider.txt svneol=native#text/plain res/cardsfolder/s/shoreline_raider.txt svneol=native#text/plain

View File

@@ -0,0 +1,15 @@
Name:Shocker
ManaCost:1 R
Types:Creature Insect
Text:no text
PT:1/1
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ Whenever CARDNAME deals damage to a player, that player discards all the cards in his or her hand, then draws that many cards.
SVar:TrigDiscard:AB$ Discard | Cost$ 0 | Defined$ TriggeredTarget | Mode$ Hand | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Discard hand
SVar:DBDraw:DB$ Draw | NumCards$ X | Defined$ TriggeredTarget | SubAbility$ DBCleanup | SpellDescription$ Draw that many cards
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
SVar:X:Remembered$Amount
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/shocker.jpg
SetInfo:TMP|Rare|http://magiccards.info/scans/en/tp/204.jpg
Oracle:Whenever Shocker deals damage to a player, that player discards all the cards in his or her hand, then draws that many cards.
End