diff --git a/.gitattributes b/.gitattributes index d0cfbbc7ce4..3d2bbdb548c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/nacre_talisman.txt b/res/cardsfolder/nacre_talisman.txt index 43392a5c4e4..3bc99efcf75 100644 --- a/res/cardsfolder/nacre_talisman.txt +++ b/res/cardsfolder/nacre_talisman.txt @@ -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. diff --git a/res/cardsfolder/onyx_talisman.txt b/res/cardsfolder/onyx_talisman.txt new file mode 100644 index 00000000000..4baad4d2933 --- /dev/null +++ b/res/cardsfolder/onyx_talisman.txt @@ -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 \ No newline at end of file