mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
convert Diabolic Tutor and Demonic Tutor to AF_ChangeZone.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user