mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Cao Cao, Lord of Wei to AB$Discard
This commit is contained in:
@@ -3,6 +3,7 @@ ManaCost:3 B B
|
|||||||
Types:Legendary Creature Human Soldier
|
Types:Legendary Creature Human Soldier
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:3/3
|
PT:3/3
|
||||||
|
A:AB$Discard|Cost$T|Opponent$True|NumCards$2|Mode$TgtChoose|PlayerTurn$True| ActivatingPhases$ Upkeep,Draw,Main1,BeginCombat |SpellDescription$Target opponent discards two cards. Activate this ability only during your turn, before attackers are declared.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://resources.wizards.com/magic/cards/pk/en-us/card10548.jpg
|
SVar:Picture:http://resources.wizards.com/magic/cards/pk/en-us/card10548.jpg
|
||||||
SetInfo:POR|Rare|http://magiccards.info/scans/en/p3k/68.jpg
|
SetInfo:POR|Rare|http://magiccards.info/scans/en/p3k/68.jpg
|
||||||
|
|||||||
@@ -6986,7 +6986,7 @@ public class CardFactory_Creatures {
|
|||||||
ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Land"));
|
ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Land"));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Cao Cao, Lord of Wei")) {
|
else if(cardName.equals("Cao Cao, Lord of Wei")) {
|
||||||
//mana tap ability
|
//mana tap ability
|
||||||
@@ -7040,6 +7040,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user