mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Diabolic Tutor and Demonic Tutor to AF_ChangeZone.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
Name:Demonic Tutor
|
Name:Demonic Tutor
|
||||||
ManaCost:1 B
|
ManaCost:1 B
|
||||||
Types:Sorcery
|
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:Rarity:Uncommon
|
||||||
SVar:Picture:http://resources.wizards.com/magic/cards/3e/en-us/card1155.jpg
|
SVar:Picture:http://resources.wizards.com/magic/cards/3e/en-us/card1155.jpg
|
||||||
SetInfo:LEB|Uncommon|http://magiccards.info/scans/en/be/13.jpg
|
SetInfo:LEB|Uncommon|http://magiccards.info/scans/en/be/13.jpg
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
Name:Diabolic Tutor
|
Name:Diabolic Tutor
|
||||||
ManaCost:2 B B
|
ManaCost:2 B B
|
||||||
Types:Sorcery
|
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:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/diabolic_tutor.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/diabolic_tutor.jpg
|
||||||
SetInfo:8ED|Uncommon|http://magiccards.info/scans/en/8e/128.jpg
|
SetInfo:8ED|Uncommon|http://magiccards.info/scans/en/8e/128.jpg
|
||||||
|
|||||||
@@ -417,8 +417,7 @@ public class CardFactory_Sorceries {
|
|||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Demonic Tutor") || cardName.equals("Diabolic Tutor")
|
else if(cardName.equals("Grim Tutor")) {
|
||||||
|| cardName.equals("Grim Tutor")) {
|
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
private static final long serialVersionUID = 1481169060428051519L;
|
private static final long serialVersionUID = 1481169060428051519L;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user