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:
jendave
2011-08-06 03:48:39 +00:00
parent 15a6632108
commit b5834b6f47
3 changed files with 200 additions and 189 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4841,6 +4841,7 @@ Feast of the Unicorn
Enchantment Aura
Enchanted creature gets +4/+0.
Enchant creature
enPump:+4/+0
Vigilance
W
@@ -5211,6 +5212,7 @@ R R
Enchantment Aura
Enchanted creature gets +2/+2.
Enchant creature
enPump:+2/+2
Goblin War Paint
1 R
@@ -6362,8 +6364,9 @@ Brilliant Halo
1 W
Enchantment Aura
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
enPump:+1/+2
When this card is put into a graveyard from the battlefield, return this card to its owner's hand
Rancor
G

View File

@@ -988,7 +988,7 @@ class CardFactory_Auras {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Brilliant Halo")) {
final SpellAbility spell = new Spell(card) {
@@ -1076,7 +1076,7 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
@@ -1816,6 +1816,8 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Giant Strength")) {
final SpellAbility spell = new Spell(card) {
@@ -1903,6 +1905,8 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Paralyzing Grasp")) {
@@ -4430,6 +4434,7 @@ class CardFactory_Auras {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Feast of the Unicorn")) {
final SpellAbility spell = new Spell(card) {
@@ -4520,7 +4525,7 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************