mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Converted Frontline Sage; Mikokoro, Center of the Sea; Scepter of Insight; Thought Courier; Xira Arien from code to keyword.
This commit is contained in:
@@ -3524,6 +3524,7 @@ Scepter of Insight
|
|||||||
1 U U
|
1 U U
|
||||||
Artifact
|
Artifact
|
||||||
no text
|
no text
|
||||||
|
abDrawCards 3 U T:1:Draw a card.:Scepter of Insight - draw a card
|
||||||
|
|
||||||
Asha's Favor
|
Asha's Favor
|
||||||
2 W
|
2 W
|
||||||
@@ -3537,6 +3538,7 @@ Creature Human Wizard
|
|||||||
no text
|
no text
|
||||||
0/1
|
0/1
|
||||||
Exalted
|
Exalted
|
||||||
|
abDrawCards U T:1:Drawback$YouDiscard/1:Draw a card, then discard a card.:Frontline Sage - draw a card then discard a card
|
||||||
|
|
||||||
Blinding Mage
|
Blinding Mage
|
||||||
1 W
|
1 W
|
||||||
@@ -4058,6 +4060,7 @@ Legendary Creature Insect Wizard
|
|||||||
no text
|
no text
|
||||||
1/2
|
1/2
|
||||||
Flying
|
Flying
|
||||||
|
abDrawCardsTgt B R G T:1:Target player draws a card.:Xira Arien - target player draws a card
|
||||||
|
|
||||||
Gwendlyn Di Corci
|
Gwendlyn Di Corci
|
||||||
R B B U
|
R B B U
|
||||||
@@ -11570,6 +11573,7 @@ no cost
|
|||||||
Legendary Land
|
Legendary Land
|
||||||
no text
|
no text
|
||||||
tap: add 1
|
tap: add 1
|
||||||
|
abDrawCards 2 T:1:Drawback$OppDraw/1:Each player draws a card.:Mikokoro, Center of the Sea - each player draws a card
|
||||||
|
|
||||||
Thallid Shell-Dweller
|
Thallid Shell-Dweller
|
||||||
1 G
|
1 G
|
||||||
@@ -16075,6 +16079,7 @@ Thought Courier
|
|||||||
Creature Human Wizard
|
Creature Human Wizard
|
||||||
no text
|
no text
|
||||||
1/1
|
1/1
|
||||||
|
abDrawCards T:1:Drawback$YouDiscard/1:Draw a card, then discard a card.:Thought Courier - draw a card and discard a card
|
||||||
|
|
||||||
Puppeteer
|
Puppeteer
|
||||||
2 U
|
2 U
|
||||||
|
|||||||
@@ -14276,7 +14276,9 @@ public class CardFactory implements NewConstants {
|
|||||||
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
/* //*************** START *********** START **************************
|
|
||||||
|
/*
|
||||||
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Scepter of Insight"))
|
else if(cardName.equals("Scepter of Insight"))
|
||||||
{
|
{
|
||||||
final SpellAbility ability = new Ability_Tap(card, "3 U")
|
final SpellAbility ability = new Ability_Tap(card, "3 U")
|
||||||
@@ -14295,7 +14297,9 @@ public class CardFactory implements NewConstants {
|
|||||||
ability.setDescription("3 U, tap: Draw a card.");
|
ability.setDescription("3 U, tap: Draw a card.");
|
||||||
ability.setStackDescription(card.getName() + " - draw a card.");
|
ability.setStackDescription(card.getName() + " - draw a card.");
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Innocent Blood")) {
|
else if(cardName.equals("Innocent Blood")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
|
|||||||
@@ -6980,6 +6980,8 @@ public class CardFactory_Creatures {
|
|||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Xira Arien")) {
|
else if(cardName.equals("Xira Arien")) {
|
||||||
//mana tap ability
|
//mana tap ability
|
||||||
@@ -7022,6 +7024,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -14036,6 +14039,8 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
if(cardName.equals("Frontline Sage")) {
|
if(cardName.equals("Frontline Sage")) {
|
||||||
final SpellAbility ability = new Ability_Tap(card, "U") {
|
final SpellAbility ability = new Ability_Tap(card, "U") {
|
||||||
@@ -14056,6 +14061,7 @@ public class CardFactory_Creatures {
|
|||||||
ability.setDescription("U, tap: Draw a card, then discard a card.");
|
ability.setDescription("U, tap: Draw a card, then discard a card.");
|
||||||
ability.setStackDescription("Frontline Sage - draw a card, then discard a card.");
|
ability.setStackDescription("Frontline Sage - draw a card, then discard a card.");
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -14370,6 +14376,7 @@ public class CardFactory_Creatures {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Thought Courier")) {
|
else if(cardName.equals("Thought Courier")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card) {
|
final Ability_Tap ability = new Ability_Tap(card) {
|
||||||
@@ -14391,6 +14398,8 @@ public class CardFactory_Creatures {
|
|||||||
ability.setStackDescription("Thought Courier - draw a card, then discard a card.");
|
ability.setStackDescription("Thought Courier - draw a card, then discard a card.");
|
||||||
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Elvish Hunter")) {
|
else if(cardName.equals("Elvish Hunter")) {
|
||||||
|
|||||||
@@ -1637,6 +1637,8 @@ class CardFactory_Lands {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Mikokoro, Center of the Sea")) {
|
else if(cardName.equals("Mikokoro, Center of the Sea")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card, "2") {
|
final Ability_Tap ability = new Ability_Tap(card, "2") {
|
||||||
@@ -1661,6 +1663,8 @@ class CardFactory_Lands {
|
|||||||
//card.addExtrinsicKeyword("tap: add 1");
|
//card.addExtrinsicKeyword("tap: add 1");
|
||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Gargoyle Castle")) {
|
else if(cardName.equals("Gargoyle Castle")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user