convert Diabolic Tutor and Demonic Tutor to AF_ChangeZone.

This commit is contained in:
jendave
2011-08-06 13:47:04 +00:00
parent e949a551e8
commit 1de5642e76
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
Name:Demonic Tutor
ManaCost:1 B
Types:Sorcery
Text:Search your library for a card and put that card into your hand. Then shuffle your library.
Text:no text
A:SP$ChangeZone | Cost$ 1 B| Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | SpellDescription$ Search your library for a card and put that card into your hand. Then shuffle your library.
SVar:Rarity:Uncommon
SVar:Picture:http://resources.wizards.com/magic/cards/3e/en-us/card1155.jpg
SetInfo:LEB|Uncommon|http://magiccards.info/scans/en/be/13.jpg

View File

@@ -1,7 +1,8 @@
Name:Diabolic Tutor
ManaCost:2 B B
Types:Sorcery
Text:Search your library for a card and put that card into your hand. Then shuffle your library.
Text:no text
A:SP$ChangeZone | Cost$ 2 B B| Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | SpellDescription$ Search your library for a card and put that card into your hand. Then shuffle your library.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/diabolic_tutor.jpg
SetInfo:8ED|Uncommon|http://magiccards.info/scans/en/8e/128.jpg

View File

@@ -417,8 +417,7 @@ public class CardFactory_Sorceries {
//*************** START *********** START **************************
else if(cardName.equals("Demonic Tutor") || cardName.equals("Diabolic Tutor")
|| cardName.equals("Grim Tutor")) {
else if(cardName.equals("Grim Tutor")) {
final SpellAbility spell = new Spell(card) {
private static final long serialVersionUID = 1481169060428051519L;