Search found 15 matches

by Garrafa
Sat Jul 11, 2015 2:48 am
Forum: Card Coding
Topic: Land Grant Goblin Charbelcher Phantasmagorian Breakthrough
Replies: 3
Views: 2779

Re: Land Grant Goblin Charbelcher Phantasmagorian Breakthrou

is there a way to change the order of discarding a card when the discard phase is over and you have more than 7 cards? I want to play manaless dredge, but the deck doesn't work properly, since you can't choose the card you want to discard. I only found this recently but if you have more than 7 card...
by Garrafa
Thu Jul 09, 2015 9:45 am
Forum: Bug reports
Topic: Want to help ?
Replies: 39
Views: 195858

Re: Want to help ?

Hey, I came up with an idea which can help to code a lot of unsupported cards. I don't know if anyone also had this idea. Well, some cards singularities are easily coded with the use of tokens, but it isn't right, since a token can be a target. So, why don't you create another type of 'permanent'? F...
by Garrafa
Thu Jul 09, 2015 4:57 am
Forum: Working & Added
Topic: Ad Nauseam
Replies: 2
Views: 2924

Re: Ad Nauseam

Hola! Hay un problema: la ficha de Ad Nauseam continuará causando daño si tu roba carta de otra manera, pero la solución es simple: yo puse una habilidad que permite que sacrifiques la ficha cuando quieras. También lo hice con las fichas para robar carta se exilem después de entrar en el campo de ba...
by Garrafa
Tue Jul 07, 2015 11:03 am
Forum: Card Coding
Topic: Land Grant Goblin Charbelcher Phantasmagorian Breakthrough
Replies: 3
Views: 2779

Land Grant Goblin Charbelcher Phantasmagorian Breakthrough

Recently, I've hardcoded these cards: -Land Grant: since its purpose is to work in 2-lands or 1-land decks, his mana cost is already 0, requires honesty. [card] name=Land Grant mana={0} color=green auto=moveTo(myhand) target(forest|mylibrary) type=Sorcery text=If you have no land cards in hand, you ...
by Garrafa
Sun Apr 28, 2013 5:38 am
Forum: Card Coding
Topic: Show and Tell, Mishra's Workshop, Time Vault finally working
Replies: 15
Views: 5849

Re: Show and Tell, Mishra's Workshop, Time Vault finally wor

I tried this one: [card] name=Quest for the Holy Relic auto=@movedTo(creature|mystack):may counter(0/0,1,Quest) all(this) auto={C(0/0,-5,Quest)}{S}:name(get equipment) moveto(myBattlefield) target(equipment|mylibrary) and!( retarget target(creature|mybattlefield) )! mana={W} type=Enchantment [/card]...
by Garrafa
Sun Apr 28, 2013 5:31 am
Forum: Card Coding
Topic: Show and Tell, Mishra's Workshop, Time Vault finally working
Replies: 15
Views: 5849

Re: Show and Tell, Mishra's Workshop, Time Vault finally wor

[card] name=Quest for the Holy Relic auto=@movedTo(creature|mystack):may counter(0/0,1,Quest) all(this) auto={C(0/0,-5,Quest)}{S}:name(get equipment) ability$! moveto(myBattlefield) target(equipment|mylibrary) and!( retarget target(creature|mybattlefield) )! mana={W} type=Enchantment [/card] try th...
by Garrafa
Sun Apr 28, 2013 4:58 am
Forum: Card Coding
Topic: Show and Tell, Mishra's Workshop, Time Vault finally working
Replies: 15
Views: 5849

Re: Show and Tell, Mishra's Workshop, Time Vault finally wor

I've coded Quest for the Holy Relic It works fine, but I had to use a token [card] name=Quest for the Holy Relic auto=@movedTo(creature|mystack):may counter(0/0,1,Quest) all(this) auto={C(0/0,-5,Quest)}{S}:name(get equipment) moveto(myBattlefield) target(equipment|mylibrary) && token(-3939393399) ma...
by Garrafa
Mon Apr 01, 2013 10:47 pm
Forum: Card Coding
Topic: Show and Tell, Mishra's Workshop, Time Vault finally working
Replies: 15
Views: 5849

Re: Show and Tell, Mishra's Workshop, Time Vault finally wor

protean hulk is a total of 6 or less, meaning one of 5 one of 1, 6 of 1, 2 of 3...you get the point. this allows you to put 60 creatures of 6 or less mana. show and tell is already in [card] name=Show and Tell auto=moveto(ownerbattlefield) notatarget(*[creature;artifact;enchantment;land]|myhand) au...
by Garrafa
Sun Mar 31, 2013 11:12 pm
Forum: Card Coding
Topic: Show and Tell, Mishra's Workshop, Time Vault finally working
Replies: 15
Views: 5849

Re: Show and Tell, Mishra's Workshop, Time Vault finally wor

I coded martyr of sands and it is working like metalworker: [card] name=Martyr of Sands auto={1}{S}:foreach(*[white]|myHand) life:3 controller mana={W} type=Creature subtype=Human Cleric power=1 toughness=1 [/card] I also coded Protean Hulk and Jin-Gitaxias, Jin forces the opponent to discard 10 car...