mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
1) Converted these cards from code to keyword: Scavenged Weaponry; Asha's Favor; Unholy Strength; Uncontrollable Anger.
This commit is contained in:
@@ -4673,8 +4673,9 @@ abDrawCards 3 U T:1:Draw a card.:Scepter of Insight - draw a card
|
|||||||
Asha's Favor
|
Asha's Favor
|
||||||
2 W
|
2 W
|
||||||
Enchantment Aura
|
Enchantment Aura
|
||||||
Enchanted creature gains flying, first strike and vigilance.
|
Enchanted creature has flying, first strike, and vigilance.
|
||||||
Enchant creature
|
Enchant creature
|
||||||
|
enPump:Flying & First Strike & Vigilance
|
||||||
|
|
||||||
Frontline Sage
|
Frontline Sage
|
||||||
2 U
|
2 U
|
||||||
@@ -5040,7 +5041,8 @@ Scavenged Weaponry
|
|||||||
Enchantment Aura
|
Enchantment Aura
|
||||||
Enchanted creature gets +1/+1.
|
Enchanted creature gets +1/+1.
|
||||||
Enchant creature
|
Enchant creature
|
||||||
Draw a card.
|
enPump:+1/+1
|
||||||
|
When this card comes into play, draw a card.
|
||||||
|
|
||||||
Shield of Duty and Reason
|
Shield of Duty and Reason
|
||||||
W
|
W
|
||||||
@@ -6113,8 +6115,9 @@ Uncontrollable Anger
|
|||||||
2 R R
|
2 R R
|
||||||
Enchantment Aura
|
Enchantment Aura
|
||||||
Enchanted creature gets +2/+2 and attacks each turn if able.
|
Enchanted creature gets +2/+2 and attacks each turn if able.
|
||||||
Flash
|
|
||||||
Enchant creature
|
Enchant creature
|
||||||
|
enPump:+2/+2/This card attacks each turn if able.
|
||||||
|
Flash
|
||||||
|
|
||||||
Soulscour
|
Soulscour
|
||||||
7 W W W
|
7 W W W
|
||||||
@@ -7940,6 +7943,7 @@ B
|
|||||||
Enchantment Aura
|
Enchantment Aura
|
||||||
Enchanted creature gets +2/+1.
|
Enchanted creature gets +2/+1.
|
||||||
Enchant creature
|
Enchant creature
|
||||||
|
enPump:+2/+1
|
||||||
|
|
||||||
Holy Strength
|
Holy Strength
|
||||||
W
|
W
|
||||||
|
|||||||
@@ -1694,6 +1694,7 @@ class CardFactory_Auras {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
// *******************************************************************
|
// *******************************************************************
|
||||||
// Why are there two different card objects for Scavenged Weaponry ???
|
// Why are there two different card objects for Scavenged Weaponry ???
|
||||||
// *******************************************************************
|
// *******************************************************************
|
||||||
@@ -1878,11 +1879,9 @@ class CardFactory_Auras {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
if(cardName.equals("Asha's Favor")) {
|
if(cardName.equals("Asha's Favor")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -1973,7 +1972,9 @@ class CardFactory_Auras {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Unholy Strength")) {
|
else if(cardName.equals("Unholy Strength")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -2062,7 +2063,9 @@ class CardFactory_Auras {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Uncontrollable Anger")) {
|
else if(cardName.equals("Uncontrollable Anger")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -2160,7 +2163,7 @@ class CardFactory_Auras {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user