mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Centaur Rootcaster and One with Nature.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
10
res/cardsfolder/centaur_rootcaster.txt
Normal file
10
res/cardsfolder/centaur_rootcaster.txt
Normal 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
|
||||
11
res/cardsfolder/one_with_nature.txt
Normal file
11
res/cardsfolder/one_with_nature.txt
Normal 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
|
||||
Reference in New Issue
Block a user