Card Requests
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Card Requests
by jeffwadsworth » 17 Jan 2011, 22:20
This would need extra code to handle targeting of a creature that is blocking the enchanted creature. No way to script this yet. I am hesitant to code anything with all the great new scripting additions being made like Triggering, etc.
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
Re: Card Requests
by jeffwadsworth » 18 Jan 2011, 00:12
Name:Avenging Angel
ManaCost:3 W W
Types:Creature Angel
Text:no text
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | TrigDescription$ When Avenging Angel is put into a graveyard from the battlefield, you may put Avenging Angel on top of its owner's library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Library | LibraryPosition$ 0
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/avenging_angel.jpg
End
ManaCost:3 W W
Types:Creature Angel
Text:no text
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | TrigDescription$ When Avenging Angel is put into a graveyard from the battlefield, you may put Avenging Angel on top of its owner's library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Library | LibraryPosition$ 0
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/avenging_angel.jpg
End
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
Re: Card Requests
by Hellfish » 18 Jan 2011, 00:27
Thanks! You forgot the Optional$ True parameter, thoughjeffwadsworth wrote:Name:Avenging Angel
ManaCost:3 W W
Types:Creature Angel
Text:no text
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | TrigDescription$ When Avenging Angel is put into a graveyard from the battlefield, you may put Avenging Angel on top of its owner's library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Library | LibraryPosition$ 0
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/avenging_angel.jpg
End


So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: Card Requests
by DeadSpeak » 18 Jan 2011, 15:02
@Hellfish:
I added this to my Forge and it works... however, when Contagion Clasp enters the battlefield, instead of having to give a -1/-1 counter, Forge prompts me to give 3 -1/-1 counters.
I've looked at the code, but can't find anything wrong, but that might just be me...
I added this to my Forge and it works... however, when Contagion Clasp enters the battlefield, instead of having to give a -1/-1 counter, Forge prompts me to give 3 -1/-1 counters.

I've looked at the code, but can't find anything wrong, but that might just be me...

Hellfish wrote:Normally I'd say:but what the heck,right?Your best bet is to wait for the next beta
Add a file called contagion_clasp.txt to your res/cardfolder and put the following in that file:That should add a working Contagion Clasp to your Forge. However, now you have to do something for me!
- Code: Select all
Name:Contagion Clasp
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ When CARDNAME enters the battlefield, put a -1/-1 counter on target creature.
A:AB$Proliferate | Cost$ 4 T | SpellDescription$ Proliferate.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Tgt$ TgtC | CounterType$M1M1 | CounterNum$ 1 | IsCurse$ True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/contagion_clasp.jpg
EndWhenever you experience problems/strangeness with any trigger abilites from a Scars of Mirrodin card, report it right away, because those are the only ones currently using the Trigger system.
- DeadSpeak
- Posts: 104
- Joined: 25 Dec 2009, 00:14
- Location: Denmark
- Has thanked: 4 times
- Been thanked: 3 times
Re: Card Requests
by jeffwadsworth » 18 Jan 2011, 16:42
DeadSpeak, what version of Forge are you using? The fix was only recently applied.
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
Re: Card Requests
by Hellfish » 18 Jan 2011, 18:49
Sorry about that. The trigger system wasn't thorughly bug-free at the time, hence why triggersystem cards weren't supposed to be included in that beta. As it is it only works when there is no more than one card using the triggersystem in a game. In other words it should work as long as you only use one Contagion Clasp and not give the AI any. It'll be fixed in the next beta, or you could use Snacko's svnbuilder tool. Sorry.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: Card Requests
by jhhh » 18 Jan 2011, 22:01
Name:Narcomoeba
ManaCost:1 U
Types:Creature Illusion
Text:no text
PT:1/1
K:Flying
T:Mode$ ChangesZone | Origin$ Library | Destination$ Graveyard | ValidCard$ Card.Self | Optional$ True | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into your graveyard from your library, you may put it onto the battlefield..
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Battlefield
SVar:Rarity:Uncommon
SVar:Picture:http://magiccards.info/scans/en/fut/54.jpg
End
- jhhh
- Posts: 58
- Joined: 15 Oct 2010, 23:40
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by lazylockie » 19 Jan 2011, 00:09
Some stuff from Mirrodin Besieged are really easy, the only problem are some of the pictures.
http://mtgsalvation.com/mirrodin-besieged-spoiler.html
Stuff that are straightforward:
Mirran Crusader
Priests of Norn
Flensermite
Phyresis
Phyrexian Crusader
Phyrexian Vatmother
Spread the Sickness
Red Sun's Zenith (Disintegrate+Beacon shuffle)
Thrun, the Last Troll (basically Troll Ascetic)
Viridian Corrupter (Viridian Shaman with Infect)
Blightsteel Colossus (Darksteel Colossus with Infect)
Peace Strider
Pierce Strider
Plague Myr
Phyrexian Revoker (Pithing Needle with legs)
Razorfield Rhino
Battle cry shouldn't be hard to code (it's a reverse Exalted). I don't know about coding Living Weapon though.
I'll try to code some when I have some time, but I'm really waiting for this new Tezzeret!
http://mtgsalvation.com/mirrodin-besieged-spoiler.html
Stuff that are straightforward:
Mirran Crusader
Priests of Norn
Flensermite
Phyresis
Phyrexian Crusader
Phyrexian Vatmother
Spread the Sickness
Red Sun's Zenith (Disintegrate+Beacon shuffle)
Thrun, the Last Troll (basically Troll Ascetic)
Viridian Corrupter (Viridian Shaman with Infect)
Blightsteel Colossus (Darksteel Colossus with Infect)
Peace Strider
Pierce Strider
Plague Myr
Phyrexian Revoker (Pithing Needle with legs)
Razorfield Rhino
Battle cry shouldn't be hard to code (it's a reverse Exalted). I don't know about coding Living Weapon though.
I'll try to code some when I have some time, but I'm really waiting for this new Tezzeret!
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Card Requests
by Hellfish » 19 Jan 2011, 00:21
Added. Thanks!jhhh wrote:Name:Narcomoeba
ManaCost:1 U
Types:Creature Illusion
Text:no text
PT:1/1
K:Flying
T:Mode$ ChangesZone | Origin$ Library | Destination$ Graveyard | ValidCard$ Card.Self | Optional$ True | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into your graveyard from your library, you may put it onto the battlefield..
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Battlefield
SVar:Rarity:Uncommon
SVar:Picture:http://magiccards.info/scans/en/fut/54.jpg
End
Battle Cry can be done triggers only. Should PutCounter handle players too? (Or does it already??) for Vatmother, "Can't have counters placed on it"-cards(assuming there are more than Melira's Keepers) shouldn't be too difficult either.lazylockie wrote:Some stuff from Mirrodin Besieged are really easy, the only problem are some of the pictures.
http://mtgsalvation.com/mirrodin-besieged-spoiler.html
Stuff that are straightforward:
Mirran Crusader
Priests of Norn
Flensermite
Phyresis
Phyrexian Crusader
Phyrexian Vatmother
Spread the Sickness
Red Sun's Zenith (Disintegrate+Beacon shuffle)
Thrun, the Last Troll (basically Troll Ascetic)
Viridian Corrupter (Viridian Shaman with Infect)
Blightsteel Colossus (Darksteel Colossus with Infect)
Peace Strider
Pierce Strider
Plague Myr
Phyrexian Revoker (Pithing Needle with legs)
Razorfield Rhino
Battle cry shouldn't be hard to code (it's a reverse Exalted). I don't know about coding Living Weapon though.
I'll try to code some when I have some time, but I'm really waiting for this new Tezzeret!
Living Weapon may take some work, but nothing too awkward that I gather. But yeah, until magiccards.info gets pics up the SetInfo script will invariably fail on them. And I have no idea how quick they usually are.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: Card Requests
by lazylockie » 19 Jan 2011, 00:55
from past experience, magiccards.info usually gets LQ pictures from Wizards website on the first 2 or 3 days after the official release. Then it might take a week or so to get the HQ pictures.Hellfish wrote:Added. Thanks!jhhh wrote:Name:Narcomoeba
ManaCost:1 U
Types:Creature Illusion
Text:no text
PT:1/1
K:Flying
T:Mode$ ChangesZone | Origin$ Library | Destination$ Graveyard | ValidCard$ Card.Self | Optional$ True | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into your graveyard from your library, you may put it onto the battlefield..
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Battlefield
SVar:Rarity:Uncommon
SVar:Picture:http://magiccards.info/scans/en/fut/54.jpg
EndBattle Cry can be done triggers only. Should PutCounter handle players too? (Or does it already??) for Vatmother, "Can't have counters placed on it"-cards(assuming there are more than Melira's Keepers) shouldn't be too difficult either.lazylockie wrote:Some stuff from Mirrodin Besieged are really easy, the only problem are some of the pictures.
http://mtgsalvation.com/mirrodin-besieged-spoiler.html
Stuff that are straightforward:
Mirran Crusader
Priests of Norn
Flensermite
Phyresis
Phyrexian Crusader
Phyrexian Vatmother
Spread the Sickness
Red Sun's Zenith (Disintegrate+Beacon shuffle)
Thrun, the Last Troll (basically Troll Ascetic)
Viridian Corrupter (Viridian Shaman with Infect)
Blightsteel Colossus (Darksteel Colossus with Infect)
Peace Strider
Pierce Strider
Plague Myr
Phyrexian Revoker (Pithing Needle with legs)
Razorfield Rhino
Battle cry shouldn't be hard to code (it's a reverse Exalted). I don't know about coding Living Weapon though.
I'll try to code some when I have some time, but I'm really waiting for this new Tezzeret!
Living Weapon may take some work, but nothing too awkward that I gather. But yeah, until magiccards.info gets pics up the SetInfo script will invariably fail on them. And I have no idea how quick they usually are.
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Card Requests
by rjp14 » 19 Jan 2011, 18:49
Hey guys love the great work you are doing on Forge. However i would still like to see the following cards added to it.
Joraga Treespeaker
Molten-Tail Masticore
Tajuru Preserver
Copperhorn Scout
Summoning Trap
Thanks in advance
Joraga Treespeaker
Molten-Tail Masticore
Tajuru Preserver
Copperhorn Scout
Summoning Trap
Thanks in advance
- rjp14
- Posts: 67
- Joined: 13 Jul 2010, 03:34
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by Zirbert » 20 Jan 2011, 03:32
How about The Cheese Stands Alone? I mean, we already have Barren Glory - just take out the phase check, and we've got an Un-card to play with!
-Zirbert
-Zirbert
Re: Card Requests
by friarsol » 20 Jan 2011, 04:41
Since Un-cards aren't legal in any format, I think it might be better if we avoid making those.Zirbert wrote:How about The Cheese Stands Alone? I mean, we already have Barren Glory - just take out the phase check, and we've got an Un-card to play with!
-Zirbert
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Who is online
Users browsing this forum: No registered users and 31 guests