diff --git a/res/cardsfolder/bloodshot_cyclops.txt b/res/cardsfolder/bloodshot_cyclops.txt index 7d39989ab69..9eee0305b0c 100644 --- a/res/cardsfolder/bloodshot_cyclops.txt +++ b/res/cardsfolder/bloodshot_cyclops.txt @@ -6,7 +6,7 @@ PT:4/4 A:AB$DealDamage | Cost$ T Sac<1/Creature> | Tgt$ TgtCP | NumDmg$ X | SpellDescription$ CARDNAME deals damage equal to the sacrificed creature's power to target creature or player. SVar:X:Sacrificed$CardPower SVar:RemAIDeck:True -SVar:Rarity:Common +SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/bloodshot_cyclops.jpg SetInfo:8ED|Rare|http://magiccards.info/scans/en/8e/179.jpg SetInfo:UDS|Rare|http://magiccards.info/scans/en/ud/77.jpg diff --git a/res/cardsfolder/brion_stoutarm.txt b/res/cardsfolder/brion_stoutarm.txt index d4f1e683446..cbfc1794b27 100644 --- a/res/cardsfolder/brion_stoutarm.txt +++ b/res/cardsfolder/brion_stoutarm.txt @@ -4,6 +4,7 @@ Types:Legendary Creature Giant Warrior Text:no text PT:4/4 K:Lifelink +A:AB$DealDamage | Cost$ T Sac<1/Creature.Other> | Tgt$ TgtP | NumDmg$ X | CostDesc$ T, Sacrifice a creature other than Brion Stoutarm: | SpellDescription$ CARDNAME deals damage equal to the sacrificed creature's power to target player. SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/brion_stoutarm.jpg SetInfo:LRW|Rare|http://magiccards.info/scans/en/lw/246.jpg diff --git a/res/cardsfolder/shinen_of_fears_chill.txt b/res/cardsfolder/shinen_of_fears_chill.txt index 3afec11470f..6618741ef45 100644 --- a/res/cardsfolder/shinen_of_fears_chill.txt +++ b/res/cardsfolder/shinen_of_fears_chill.txt @@ -4,7 +4,7 @@ Types:Creature Spirit Text:no text PT:3/2 K:CARDNAME can't block. -A:AB$Pump | Cost$ 1 B Discard<1/CARDNAME> | ValidTgts$ Creature | TgtPrompt$ Select target creature | PrecostDesc$ Channel - | KW$ CARDNAME can't block. | ActivatingZone$ Hand | IsCurse$ True | SpellDescription$ Target creature can't block this turn. +A:AB$Pump | Cost$ 1 B Discard<1/CARDNAME> | ValidTgts$ Creature | TgtPrompt$ Select target creature | PrecostDesc$ Channel - | KW$ HIDDEN CARDNAME can't block. | ActivatingZone$ Hand | IsCurse$ True | SpellDescription$ Target creature can't block this turn. SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/shinen_of_fears_chill.jpg SetInfo:SOK|Common|http://magiccards.info/scans/en/sok/88.jpg diff --git a/res/cardsfolder/urborg_mindsucker.txt b/res/cardsfolder/urborg_mindsucker.txt index 87dc2feb683..40d85948a36 100644 --- a/res/cardsfolder/urborg_mindsucker.txt +++ b/res/cardsfolder/urborg_mindsucker.txt @@ -3,7 +3,7 @@ ManaCost:2 B Types:Creature Horror Text:no text PT:2/2 -A:AB$Discard|Cost$B Sac<1/CARDNAME>|Opponent$True|SorcerySpeed$True|NumCards$1|Mode$Random|SpellDescription$Target opponent discards a card at random. Activate this ability only any time you could cast a sorcery. +A:AB$Discard | Cost$ B Sac<1/CARDNAME> | ValidTgts$ Opponent | SorcerySpeed$ True | NumCards$ 1 | Mode$ Random | SpellDescription$ Target opponent discards a card at random. Activate this ability only any time you could cast a sorcery. SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/urborg_mindsucker.jpg SetInfo:VIS|Common|http://magiccards.info/scans/en/vi/21.jpg diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index fc6fd486c1e..02f09c7b752 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -8878,8 +8878,8 @@ public class CardFactory_Creatures { ability.setStackDescription("Captain Sisay searches for a legendary card..."); card.addSpellAbility(ability); }//*************** END ************ END ************************** - */ - + + //*************** START *********** START ************************** else if(cardName.equals("Brion Stoutarm")) { @@ -8960,7 +8960,7 @@ public class CardFactory_Creatures { ability.setStackDescription("Brion Stoutarm deals damage equal to sacrificed creature's power"); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** else if(cardName.equals("Trinket Mage")) {