add Hematite Talisman, Lapis Lazuli Talisman and Malachite Talisman (from Ice Age)

This commit is contained in:
jendave
2011-08-06 16:03:24 +00:00
parent 92b0117550
commit 84691f1b16
4 changed files with 33 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -2458,6 +2458,7 @@ res/cardsfolder/hellspark_elemental.txt -text svneol=native#text/plain
res/cardsfolder/helm_of_awakening.txt -text svneol=native#text/plain res/cardsfolder/helm_of_awakening.txt -text svneol=native#text/plain
res/cardsfolder/helm_of_possession.txt -text svneol=native#text/plain res/cardsfolder/helm_of_possession.txt -text svneol=native#text/plain
res/cardsfolder/hematite_golem.txt -text svneol=native#text/plain res/cardsfolder/hematite_golem.txt -text svneol=native#text/plain
res/cardsfolder/hematite_talisman.txt -text svneol=native#text/plain
res/cardsfolder/henchfiend_of_ukor.txt -text svneol=native#text/plain res/cardsfolder/henchfiend_of_ukor.txt -text svneol=native#text/plain
res/cardsfolder/henge_guardian.txt -text svneol=native#text/plain res/cardsfolder/henge_guardian.txt -text svneol=native#text/plain
res/cardsfolder/henge_of_ramos.txt -text svneol=native#text/plain res/cardsfolder/henge_of_ramos.txt -text svneol=native#text/plain
@@ -2990,6 +2991,7 @@ res/cardsfolder/land_leeches.txt -text svneol=native#text/plain
res/cardsfolder/land_tax.txt -text svneol=native#text/plain res/cardsfolder/land_tax.txt -text svneol=native#text/plain
res/cardsfolder/landbind_ritual.txt -text svneol=native#text/plain res/cardsfolder/landbind_ritual.txt -text svneol=native#text/plain
res/cardsfolder/lantern_kami.txt -text svneol=native#text/plain res/cardsfolder/lantern_kami.txt -text svneol=native#text/plain
res/cardsfolder/lapis_lazuli_talisman.txt -text svneol=native#text/plain
res/cardsfolder/lapse_of_certainty.txt -text svneol=native#text/plain res/cardsfolder/lapse_of_certainty.txt -text svneol=native#text/plain
res/cardsfolder/laquatuss_champion.txt -text svneol=native#text/plain res/cardsfolder/laquatuss_champion.txt -text svneol=native#text/plain
res/cardsfolder/lashknife_barrier.txt svneol=native#text/plain res/cardsfolder/lashknife_barrier.txt svneol=native#text/plain
@@ -3216,6 +3218,7 @@ res/cardsfolder/makindi_griffin.txt -text svneol=native#text/plain
res/cardsfolder/makindi_shieldmate.txt -text svneol=native#text/plain res/cardsfolder/makindi_shieldmate.txt -text svneol=native#text/plain
res/cardsfolder/malach_of_the_dawn.txt -text svneol=native#text/plain res/cardsfolder/malach_of_the_dawn.txt -text svneol=native#text/plain
res/cardsfolder/malachite_golem.txt -text svneol=native#text/plain res/cardsfolder/malachite_golem.txt -text svneol=native#text/plain
res/cardsfolder/malachite_talisman.txt -text svneol=native#text/plain
res/cardsfolder/malakir_bloodwitch.txt -text svneol=native#text/plain res/cardsfolder/malakir_bloodwitch.txt -text svneol=native#text/plain
res/cardsfolder/malevolent_awakening.txt -text svneol=native#text/plain res/cardsfolder/malevolent_awakening.txt -text svneol=native#text/plain
res/cardsfolder/mammoth_umbra.txt -text svneol=native#text/plain res/cardsfolder/mammoth_umbra.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Hematite Talisman
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ SpellCast | ValidCard$ Card.Red | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigUntap | TriggerDescription$ Whenever a player casts a red spell, you may pay 3. If you do, untap target permanent.
SVar:TrigUntap:AB$Untap | Cost$ 3 | ValidTgts$ Permanent | TgtPrompt$ Select target permanent
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/hematite_talisman.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Lapis Lazuli Talisman
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ SpellCast | ValidCard$ Card.Blue | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigUntap | TriggerDescription$ Whenever a player casts a blue spell, you may pay 3. If you do, untap target permanent.
SVar:TrigUntap:AB$Untap | Cost$ 3 | ValidTgts$ Permanent | TgtPrompt$ Select target permanent
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/lapis_lazuli_talisman.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Malachite Talisman
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ SpellCast | ValidCard$ Card.Green | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigUntap | TriggerDescription$ Whenever a player casts a green spell, you may pay 3. If you do, untap target permanent.
SVar:TrigUntap:AB$Untap | Cost$ 3 | ValidTgts$ Permanent | TgtPrompt$ Select target permanent
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/malachite_talisman.jpg
End