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: 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
|
||||
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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user