It is currently 29 Aug 2025, 11:38
   
Text Size

Card Requests

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Card Requests

Postby jeffwadsworth » 17 Jan 2011, 22:20

Eskelekecente wrote:Shield of the Righteous

Thanks.
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

Postby 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
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

Postby Hellfish » 18 Jan 2011, 00:27

jeffwadsworth 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
Thanks! You forgot the Optional$ True parameter, though :) (Also, use CARDNAME instead of the card's name in the description, but now I'm just picky ;) ) Added to SVN.
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
User avatar
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

Postby 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. :twisted:

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

Hellfish wrote:Normally I'd say:
Your best bet is to wait for the next beta
but what the heck,right? :D

Add a file called contagion_clasp.txt to your res/cardfolder and put the following in that file:
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
End
That should add a working Contagion Clasp to your Forge. However, now you have to do something for me! :P Whenever 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

Postby 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

Postby DeadSpeak » 18 Jan 2011, 18:26

@Jeffwadsworth

I'm using the version from 14/1/11.
DeadSpeak
 
Posts: 104
Joined: 25 Dec 2009, 00:14
Location: Denmark
Has thanked: 4 times
Been thanked: 3 times

Re: Card Requests

Postby 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
User avatar
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

Postby 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

Postby 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!
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Card Requests

Postby Hellfish » 19 Jan 2011, 00:21

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
Added. Thanks!
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!
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.

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
User avatar
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

Postby lazylockie » 19 Jan 2011, 00:55

Hellfish wrote:
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
Added. Thanks!
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!
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.

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.
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.
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Card Requests

Postby 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
rjp14
 
Posts: 67
Joined: 13 Jul 2010, 03:34
Has thanked: 0 time
Been thanked: 0 time

Re: Card Requests

Postby 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
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Card Requests

Postby friarsol » 20 Jan 2011, 04:41

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
Since Un-cards aren't legal in any format, I think it might be better if we avoid making those.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Card Requests

Postby Zay » 21 Jan 2011, 15:11

How about Tombstalker. Thanks

-Zay
Zay
 
Posts: 14
Joined: 30 Dec 2010, 15:05
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 31 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 31 users online :: 0 registered, 0 hidden and 31 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 31 guests

Login Form