- Added Cephalid Aristocrat and Segmented Wurm.

This commit is contained in:
jendave
2011-08-07 01:32:57 +00:00
parent 7a3781e950
commit 22e8a76cda
4 changed files with 25 additions and 2 deletions

2
.gitattributes vendored
View File

@@ -1197,6 +1197,7 @@ res/cardsfolder/centaur_omenreader.txt -text svneol=native#text/plain
res/cardsfolder/centaur_rootcaster.txt -text svneol=native#text/plain
res/cardsfolder/centaur_safeguard.txt -text svneol=native#text/plain
res/cardsfolder/centaur_veteran.txt -text svneol=native#text/plain
res/cardsfolder/cephalid_aristocrat.txt -text svneol=native#text/plain
res/cardsfolder/cephalid_broker.txt -text svneol=native#text/plain
res/cardsfolder/cephalid_coliseum.txt -text svneol=native#text/plain
res/cardsfolder/cephalid_illusionist.txt -text svneol=native#text/plain
@@ -6167,6 +6168,7 @@ res/cardsfolder/seers_sundial.txt -text svneol=native#text/plain
res/cardsfolder/seething_anger.txt svneol=native#text/plain
res/cardsfolder/seething_pathblazer.txt -text svneol=native#text/plain
res/cardsfolder/seething_song.txt -text svneol=native#text/plain
res/cardsfolder/segmented_wurm.txt -text svneol=native#text/plain
res/cardsfolder/segovian_leviathan.txt -text svneol=native#text/plain
res/cardsfolder/seismic_assault.txt -text svneol=native#text/plain
res/cardsfolder/seismic_mage.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Cephalid Aristocrat
ManaCost:4 U
Types:Creature Cephalid
Text:no text
PT:3/3
T:Mode$ SpellAbilityCast | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME becomes the target of a spell or ability, put the top two cards of your library into your graveyard.
SVar:TrigMill:AB$Mill | Cost$ 0 | NumCards$ 2 | Defined$ You
SVar:RemRandomDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/cephalid_aristocrat.jpg
End

View File

@@ -4,9 +4,8 @@ Types:Legendary Creature Elf Warrior
Text:no text
PT:2/2
A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add G to your mana pool.
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ Whenever CARDNAME attacks, add RR to your mana pool.
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ Whenever CARDNAME attacks, add R R to your mana pool.
SVar:TrigMana:AB$ Mana | Cost$ 0 | Produced$ R | Amount$ 2 | SpellDescription$ Add R R to your mana pool.
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/radha_heir_to_keld.jpg
SetInfo:PLC|Rare|http://magiccards.info/scans/en/pc/162.jpg

View File

@@ -0,0 +1,11 @@
Name:Segmented Wurm
ManaCost:3 R G
Types:Creature Wurm
Text:no text
PT:5/5
T:Mode$ SpellAbilityCast | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME becomes the target of a spell or ability, put a -1/-1 counter on it.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterNum$ 1 | CounterType$ M1M1
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/segmented_wurm.jpg
End