add Onyx Talisman (from Ice Age)

This commit is contained in:
jendave
2011-08-06 15:59:14 +00:00
parent 15b0b97bf4
commit aa55ea2c3d
3 changed files with 13 additions and 2 deletions

1
.gitattributes vendored
View File

@@ -3725,6 +3725,7 @@ 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
res/cardsfolder/onyx_goblet.txt -text svneol=native#text/plain
res/cardsfolder/onyx_talisman.txt -text svneol=native#text/plain
res/cardsfolder/oonas_gatewarden.txt -text svneol=native#text/plain
res/cardsfolder/ophidian_eye.txt -text svneol=native#text/plain
res/cardsfolder/opportunist.txt -text svneol=native#text/plain

View File

@@ -1,5 +1,5 @@
Name:Ivory Cup
ManaCost:1
Name:Nacre Talisman
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ SpellCast | ValidCard$ Card.White | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigUntap | TriggerDescription$ Whenever a player casts a white spell, you may pay 3. If you do, untap target permanent.

View File

@@ -0,0 +1,10 @@
Name:Onyx Talisman
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ SpellCast | ValidCard$ Card.Black | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigUntap | TriggerDescription$ Whenever a player casts a black 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/onyx_talisman.jpg
End