- Added Gatherer of Graces and Myr Adapter.

This commit is contained in:
jendave
2011-08-06 10:06:43 +00:00
parent e45e0c3cd5
commit 12e7dba971
3 changed files with 25 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -1652,6 +1652,7 @@ res/cardsfolder/garza_zol_plague_queen.txt -text svneol=native#text/plain
res/cardsfolder/gaseous_form.txt -text svneol=native#text/plain res/cardsfolder/gaseous_form.txt -text svneol=native#text/plain
res/cardsfolder/gate_hound.txt -text svneol=native#text/plain res/cardsfolder/gate_hound.txt -text svneol=native#text/plain
res/cardsfolder/gatekeeper_of_malakir.txt -text svneol=native#text/plain res/cardsfolder/gatekeeper_of_malakir.txt -text svneol=native#text/plain
res/cardsfolder/gatherer_of_graces.txt -text svneol=native#text/plain
res/cardsfolder/gelectrode.txt -text svneol=native#text/plain res/cardsfolder/gelectrode.txt -text svneol=native#text/plain
res/cardsfolder/gemhide_sliver.txt -text svneol=native#text/plain res/cardsfolder/gemhide_sliver.txt -text svneol=native#text/plain
res/cardsfolder/gemstone_array.txt -text svneol=native#text/plain res/cardsfolder/gemstone_array.txt -text svneol=native#text/plain
@@ -2862,6 +2863,7 @@ res/cardsfolder/mutavault.txt -text svneol=native#text/plain
res/cardsfolder/mycologist.txt -text svneol=native#text/plain res/cardsfolder/mycologist.txt -text svneol=native#text/plain
res/cardsfolder/mycoloth.txt -text svneol=native#text/plain res/cardsfolder/mycoloth.txt -text svneol=native#text/plain
res/cardsfolder/mycosynth_golem.txt -text svneol=native#text/plain res/cardsfolder/mycosynth_golem.txt -text svneol=native#text/plain
res/cardsfolder/myr_adapter.txt -text svneol=native#text/plain
res/cardsfolder/myr_enforcer.txt -text svneol=native#text/plain res/cardsfolder/myr_enforcer.txt -text svneol=native#text/plain
res/cardsfolder/myr_galvanizer.txt -text svneol=native#text/plain res/cardsfolder/myr_galvanizer.txt -text svneol=native#text/plain
res/cardsfolder/myr_matrix.txt -text svneol=native#text/plain res/cardsfolder/myr_matrix.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Gatherer of Graces
ManaCost:1 G
Types:Creature Human Druid
Text:no text
PT:1/2
K:stPumpSelf:Creature:X/X:no Condition:Gatherer of Graces gets +1/+1 for each Aura attached to it.
A:AB$Regenerate|Cost$Sac<1/Aura>|SpellDescription$Regenerate Gatherer of Graces.
SVar:X:Count$Valid Aura.Attached
SVar:EnchantMe:Multiple
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/gatherer_of_graces.jpg
End

View File

@@ -0,0 +1,11 @@
Name:Myr Adapter
ManaCost:3
Types:Artifact Creature Myr
Text:no text
PT:1/1
K:stPumpSelf:Creature:X/X:no Condition:Myr Adapter gets +1/+1 for each Equipment attached to it.
SVar:X:Count$Valid Equipment.Attached
SVar:EquipMe:Multiple
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/myr_adapter.jpg
End