- Converted Fire Bowman to AF.

This commit is contained in:
jendave
2011-08-06 14:44:41 +00:00
parent 5d9820d8de
commit d8596e5830
6 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ ManaCost:2 U
Types:Creature Human Wizard
Text:no text
PT:1/1
A:AB$DealDamage | Cost$ T | Tgt$ TgtCP | NumDmg$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep,Draw,Main1,BeginCombat | SpellDescription$ Capricious Sorcerer deals 1 damage to target creature or player. Activate this ability only during your turn, before attackers are declared.
A:AB$DealDamage | Cost$ T | Tgt$ TgtCP | NumDmg$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep->BeginCombat | SpellDescription$ Capricious Sorcerer deals 1 damage to target creature or player. Activate this ability only during your turn, before attackers are declared.
SVar:Rarity:Rare
SVar:Picture:http://resources.wizards.com/magic/cards/po/en-us/card4250.jpg
SetInfo:POR|Rare|http://magiccards.info/scans/en/po/44.jpg

View File

@@ -3,6 +3,7 @@ ManaCost:R
Types:Creature Human Soldier Archer
Text:no text
PT:1/1
A:AB$DealDamage | Cost$ Sac<1/CARDNAME> | Tgt$ TgtCP | NumDmg$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep->BeginCombat | SpellDescription$ CARDNAME deals 1 damage to target creature or player.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/fire_bowman.jpg
SetInfo:PTK|Uncommon|http://magiccards.info/scans/en/p3k/112.jpg

View File

@@ -3,7 +3,7 @@ ManaCost:2 U
Types:Creature Human Soldier Archer
Text:no text
PT:1/1
A:AB$DealDamage | Cost$ T | Tgt$ TgtCP | NumDmg$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep,Draw,Main1,BeginCombat | SpellDescription$ Wu Longbowman deals 1 damage to target creature or player. Activate this ability only during your turn, before attackers are declared.
A:AB$DealDamage | Cost$ T | Tgt$ TgtCP | NumDmg$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep->BeginCombat | SpellDescription$ Wu Longbowman deals 1 damage to target creature or player. Activate this ability only during your turn, before attackers are declared.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/wu_longbowman.jpg
SetInfo:PTK|Uncommon|http://magiccards.info/scans/en/p3k/61.jpg

View File

@@ -3,7 +3,7 @@ ManaCost:1 B B
Types:Legendary Creature Human Advisor
Text:no text
PT:1/1
A:AB$Pump | Cost$ T | NumAtt$ +2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | PlayerTurn$ True | ActivatingPhases$ Upkeep,Draw,Main1,BeginCombat | SpellDescription$ Target creature you control gets +2/+0 until end of turn. Activate this ability only during your turn, before attackers are declared.
A:AB$Pump | Cost$ T | NumAtt$ +2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | PlayerTurn$ True | ActivatingPhases$ Upkeep->BeginCombat | SpellDescription$ Target creature you control gets +2/+0 until end of turn. Activate this ability only during your turn, before attackers are declared.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/xun_yu_wei_advisor.jpg
SetInfo:PTK|Rare|http://magiccards.info/scans/en/p3k/93.jpg

View File

@@ -3,7 +3,7 @@ ManaCost:1 U U
Types:Legendary Creature Human Advisor
Text:no text
PT:1/1
A:AB$Pump | Cost$ T | KW$ HIDDEN Unblockable | ValidTgts$ Creature | TgtPrompt$ Select target creature | PlayerTurn$ True | ActivatingPhases$ Upkeep,Draw,Main1,BeginCombat | SpellDescription$ Target creature is unblockable this turn. Activate this ability only during your turn, before attackers are declared.
A:AB$Pump | Cost$ T | KW$ HIDDEN Unblockable | ValidTgts$ Creature | TgtPrompt$ Select target creature | PlayerTurn$ True | ActivatingPhases$ Upkeep->BeginCombat | SpellDescription$ Target creature is unblockable this turn. Activate this ability only during your turn, before attackers are declared.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/zhuge_jin_wu_strategist.jpg
SetInfo:PTK|Rare|http://magiccards.info/scans/en/p3k/66.jpg

View File

@@ -9813,7 +9813,7 @@ public class CardFactory_Creatures {
card.addSpellAbility(ability);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Fire Bowman")) {
final Ability ability = new Ability(card, "0") {
@@ -9871,7 +9871,7 @@ public class CardFactory_Creatures {
}
}, true, false));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Sygg, River Guide")) {