diff --git a/res/cardsfolder/capricious_sorcerer.txt b/res/cardsfolder/capricious_sorcerer.txt index 02046b4f0d3..e75478fc5a9 100644 --- a/res/cardsfolder/capricious_sorcerer.txt +++ b/res/cardsfolder/capricious_sorcerer.txt @@ -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 diff --git a/res/cardsfolder/fire_bowman.txt b/res/cardsfolder/fire_bowman.txt index 432596ba5a1..35e1e8f0b75 100644 --- a/res/cardsfolder/fire_bowman.txt +++ b/res/cardsfolder/fire_bowman.txt @@ -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 diff --git a/res/cardsfolder/wu_longbowman.txt b/res/cardsfolder/wu_longbowman.txt index 869f73bd840..af153d18ea3 100644 --- a/res/cardsfolder/wu_longbowman.txt +++ b/res/cardsfolder/wu_longbowman.txt @@ -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 diff --git a/res/cardsfolder/xun_yu_wei_advisor.txt b/res/cardsfolder/xun_yu_wei_advisor.txt index 8f53553cd18..866293b9c2e 100644 --- a/res/cardsfolder/xun_yu_wei_advisor.txt +++ b/res/cardsfolder/xun_yu_wei_advisor.txt @@ -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 diff --git a/res/cardsfolder/zhuge_jin_wu_strategist.txt b/res/cardsfolder/zhuge_jin_wu_strategist.txt index 9e50ee96b6b..7660e3f805e 100644 --- a/res/cardsfolder/zhuge_jin_wu_strategist.txt +++ b/res/cardsfolder/zhuge_jin_wu_strategist.txt @@ -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 diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index 8cb9357eab1..4e75a7a96b6 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -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")) {