mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
1) Converted these cards from code to keyword: Brilliant Halo; Feast of the Unicorn; Giant Strength.
2) Added these cards and their LQ pic urls: Air Bladder; Gift of Granite; Lance. 3) Replaced the "http://mi.w" with "http://www.w" in card-pictures.txt.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4841,6 +4841,7 @@ Feast of the Unicorn
|
|||||||
Enchantment Aura
|
Enchantment Aura
|
||||||
Enchanted creature gets +4/+0.
|
Enchanted creature gets +4/+0.
|
||||||
Enchant creature
|
Enchant creature
|
||||||
|
enPump:+4/+0
|
||||||
|
|
||||||
Vigilance
|
Vigilance
|
||||||
W
|
W
|
||||||
@@ -5211,6 +5212,7 @@ R R
|
|||||||
Enchantment Aura
|
Enchantment Aura
|
||||||
Enchanted creature gets +2/+2.
|
Enchanted creature gets +2/+2.
|
||||||
Enchant creature
|
Enchant creature
|
||||||
|
enPump:+2/+2
|
||||||
|
|
||||||
Goblin War Paint
|
Goblin War Paint
|
||||||
1 R
|
1 R
|
||||||
@@ -6362,8 +6364,9 @@ Brilliant Halo
|
|||||||
1 W
|
1 W
|
||||||
Enchantment Aura
|
Enchantment Aura
|
||||||
Enchanted creature gets +1/+2.
|
Enchanted creature gets +1/+2.
|
||||||
When this card is put into a graveyard from the battlefield, return this card to its owner's hand
|
|
||||||
Enchant creature
|
Enchant creature
|
||||||
|
enPump:+1/+2
|
||||||
|
When this card is put into a graveyard from the battlefield, return this card to its owner's hand
|
||||||
|
|
||||||
Rancor
|
Rancor
|
||||||
G
|
G
|
||||||
|
|||||||
@@ -988,7 +988,7 @@ class CardFactory_Auras {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Brilliant Halo")) {
|
else if(cardName.equals("Brilliant Halo")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -1076,7 +1076,7 @@ class CardFactory_Auras {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -1816,7 +1816,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("Giant Strength")) {
|
else if(cardName.equals("Giant Strength")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
|
|
||||||
@@ -1903,6 +1905,8 @@ 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("Paralyzing Grasp")) {
|
else if(cardName.equals("Paralyzing Grasp")) {
|
||||||
@@ -4429,7 +4433,8 @@ 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("Feast of the Unicorn")) {
|
else if(cardName.equals("Feast of the Unicorn")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -4520,7 +4525,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