- Added Centaur Rootcaster and One with Nature.

This commit is contained in:
jendave
2011-08-06 15:48:25 +00:00
parent 7d3169d2cf
commit cfad263a94
3 changed files with 23 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -859,6 +859,7 @@ res/cardsfolder/centaur_archer.txt -text svneol=native#text/plain
res/cardsfolder/centaur_courser.txt -text svneol=native#text/plain
res/cardsfolder/centaur_glade.txt -text svneol=native#text/plain
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_broker.txt -text svneol=native#text/plain
@@ -3692,6 +3693,7 @@ res/cardsfolder/omnath_locus_of_mana.txt -text svneol=native#text/plain
res/cardsfolder/ondu_cleric.txt -text svneol=native#text/plain
res/cardsfolder/ondu_giant.txt -text svneol=native#text/plain
res/cardsfolder/one_dozen_eyes.txt svneol=native#text/plain
res/cardsfolder/one_with_nature.txt -text svneol=native#text/plain
res/cardsfolder/one_with_nothing.txt -text svneol=native#text/plain
res/cardsfolder/onslaught.txt -text svneol=native#text/plain
res/cardsfolder/onulet.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Centaur Rootcaster
ManaCost:3 G
Types:Creature Centaur Druid
Text:no text
PT:2/2
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigChange | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may search your library for a basic land card and put that card onto the battlefield tapped. If you do, shuffle your library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Battlefield | Tapped$ True | ChangeType$ Land.Basic | ChangeNum$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/centaur_rootcaster.jpg
End

View File

@@ -0,0 +1,11 @@
Name:One with Nature
ManaCost:G
Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+0/+0
T:Mode$ DamageDone | ValidCard$ Card.AttachedBy | ValidTarget$ Player | Execute$ TrigChange | CombatDamage$ True | TriggerDescription$ Whenever enchanted creature deals combat damage to a player, you may search your library for a basic land card, put that card onto the battlefield tapped, then shuffle your library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Battlefield | Tapped$ True | ChangeType$ Land.Basic | ChangeNum$ 1
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/one_with_nature.jpg
End