mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Brion Stoutarm to keyword.
- little changes in card txt files.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user