- Added Barrow Ghoul.

This commit is contained in:
Sloth
2012-02-10 15:15:08 +00:00
parent c4192beec4
commit 2caa6b9423
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -655,6 +655,7 @@ res/cardsfolder/b/barrenton_cragtreads.txt svneol=native#text/plain
res/cardsfolder/b/barrenton_medic.txt svneol=native#text/plain res/cardsfolder/b/barrenton_medic.txt svneol=native#text/plain
res/cardsfolder/b/barrin_master_wizard.txt svneol=native#text/plain res/cardsfolder/b/barrin_master_wizard.txt svneol=native#text/plain
res/cardsfolder/b/barrins_codex.txt svneol=native#text/plain res/cardsfolder/b/barrins_codex.txt svneol=native#text/plain
res/cardsfolder/b/barrow_ghoul.txt -text
res/cardsfolder/b/bartel_runeaxe.txt svneol=native#text/plain res/cardsfolder/b/bartel_runeaxe.txt svneol=native#text/plain
res/cardsfolder/b/barter_in_blood.txt svneol=native#text/plain res/cardsfolder/b/barter_in_blood.txt svneol=native#text/plain
res/cardsfolder/b/baru_fist_of_krosa.txt svneol=native#text/plain res/cardsfolder/b/baru_fist_of_krosa.txt svneol=native#text/plain

View File

@@ -0,0 +1,17 @@
Name:Barrow Ghoul
ManaCost:1 B
Types:Creature Zombie
Text:no text
PT:4/4
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigChangeZone | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, sacrifice CARDNAME unless you exile the top creature card of your graveyard.
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Exile | Hidden$ True | ChangeType$ Creature.YouOwn+TopGraveyardCreature | RememberChanged$ True | SubAbility$ DBSac
SVar:DBSac:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$Amount
SVar:NeedsToPlayVar:Y GE2
SVar:Y:Count$TypeInYourYard.Creature
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/barrow_ghoul.jpg
SetInfo:WTH|Common|http://magiccards.info/scans/en/wl/3.jpg
Oracle:At the beginning of your upkeep, sacrifice Barrow Ghoul unless you exile the top creature card of your graveyard.
End