diff --git a/.gitattributes b/.gitattributes index 7a681775e30..4dae58a5526 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/cephalid_aristocrat.txt b/res/cardsfolder/cephalid_aristocrat.txt new file mode 100644 index 00000000000..b0f8e499d2d --- /dev/null +++ b/res/cardsfolder/cephalid_aristocrat.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/radha_heir_to_keld.txt b/res/cardsfolder/radha_heir_to_keld.txt index f84ce53495a..cd37acc764b 100644 --- a/res/cardsfolder/radha_heir_to_keld.txt +++ b/res/cardsfolder/radha_heir_to_keld.txt @@ -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 diff --git a/res/cardsfolder/segmented_wurm.txt b/res/cardsfolder/segmented_wurm.txt new file mode 100644 index 00000000000..358f90b2aff --- /dev/null +++ b/res/cardsfolder/segmented_wurm.txt @@ -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 \ No newline at end of file