New Here, Love Magic, Do Not Know Java...
So, I've been fiddling around with the .txt files for some of the cards, and i have made 2 successes (cards that work like the real card) and a few almosts.
Here are (what I think) are my successes:
Cannot get it to put it on top of deck, right now it just sends it to the library...
(PS, Forge rocks and is super fun)
(PPS I like Dredge if you could not tell)
Here are (what I think) are my successes:
- Code: Select all
Name:Tireless Tribe
ManaCost:W
Types:Creature Human Nomad
Text:no text
PT:1/1
K:abPump Discard<1/Any>:+0/+4
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/tireless_tribe.jpg
End
- Code: Select all
Name:Breakthrough
ManaCost:X U
Types:Sorcery
Text:Draw four cards, then choose and discard all but X cards in your hand
K:spDrawCards:4:Drawback$YouDiscard:X:Draw 4 cards.:Breakthrough - Draw four cards, then choose and discard all but X cards in your hand.
SVar:X:Count$CardsInYourHand/Minus.Count$xPaid
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/breakthrough.jpg
End
- Code: Select all
Name:Stinkweed Imp
ManaCost:2 B
Types:Creature Imp
Text:no text
PT:1/2
K:Flying
K:Deathtouch
K:Dredge 5
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/stinkweed_imp.jpg
End
Cannot get it to put it on top of deck, right now it just sends it to the library...
- Code: Select all
Name:Golgari Thug
ManaCost:1 B
Types:Creature Human Warrior
Text:no text
PT:1/1
K:WheneverKeyword:PermanentIntoGraveyard:Self:Graveyard:MoveFrom-Graveyard-Library:SearchShuffle_Type/Creature/Graveyard:ASAP:No_Condition:SearchType/Creature:When Golgari Thug is put into a graveyard from play, put target creature card in your graveyard on top of your library.
K:Dredge 4
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/Golgari_Thug.jpg
End
- Code: Select all
Name:Ichorid
ManaCost:3 B
Types:Creature Horror
Text:no text
PT:3/1
K:Haste
K:At the beginning of the end step, sacrifice CARDNAME.
K:WheneverKeyword:BeginningOfUpkeep:No_Initiator:Graveyard:MoveFrom-Graveyard-Play:Self:ASAP:Yes_No:ControllerUpkeep!No_Initiator:At the beginning of your upkeep, if Ichorid is in your graveyard, you may exile a black creature card other than Ichorid from your graveyard. If you do, return Ichorid to the battlefield.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/Ichorid.jpg
End
- Code: Select all
Name:Cephalid Coliseum
ManaCost:no cost
Types:Land
Text:no text
K:paintap:1:U
K:abDrawCards U T Sac<1/CARDNAME>:3:Drawback$YouDiscard/3:Draw three cards, then discard three cards.:Cephalid Coliseum - draw cards and discard cards
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/grand_coliseum.jpg
End
- Code: Select all
Name:Putrid Imp
ManaCost:B
Types:Creature Zombie Imp
Text:no text
PT:1/1
K:abPump Discard<1/Any>:Flying
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/tireless_tribe.jpg
End
(PS, Forge rocks and is super fun)
(PPS I like Dredge if you could not tell)