Page 44 of 119

Re: Card Requests

PostPosted: 21 Jan 2011, 20:56
by jhhh
convert Bitterblossom to Keywords
Name:Bitterblossom
ManaCost:1 B
Types:Tribal Enchantment Faerie
Text:no text
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You |TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you lose 1 life and put a 1/1 black Faerie Rogue creature token with flying onto the battlefield.
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Faerie Rogue | TokenTypes$ Creature,Faerie Rogue | TokenOwner$ Controller | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SubAbility$ SVar=DB
SVar:DB:DB$LoseLife | LifeAmount$ 1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/bitterblossom.jpg
SetInfo:MOR|Rare|http://magiccards.info/scans/en/mt/58.jpg
End

Re: Card Requests

PostPosted: 21 Jan 2011, 21:14
by jhhh
Name:Repeal
ManaCost:X U
Types:Instant
Text:no text
A:SP$ChangeZone | Cost$ X U | Origin$ Battlefield | Destination$ Hand | TgtPrompt$ Choose target nonland permanent | ValidTgts$ Permanent.nonLand | SubAbility$ SVar=DBDraw | SpellDescription$ Return target nonland permanent with converted mana cost X to its owner's hand.Draw a card.
SVar:DBDraw:DB$Draw | NumCards$ 1
SVar:X:Targeted$CardManaCost
SVar:Rarity:Common
SVar:Picture:http://magiccards.info/scans/en/gp/32.jpg
End

Re: Card Requests

PostPosted: 21 Jan 2011, 21:36
by friarsol
Hey jhhh, could you post these in this thread so it doesn't clutter up the Card Request forum?

Thanks for helping script cards.

Re: Card Requests

PostPosted: 21 Jan 2011, 22:14
by jeffwadsworth
@jhhh, I will add Bitterblossom and Repeal once I test them. Looks good though.

Re: Card Requests

PostPosted: 22 Jan 2011, 13:38
by lazylockie
wasn't Bitterblossom already added a while ago?

Re: Card Requests

PostPosted: 22 Jan 2011, 15:51
by jeffwadsworth
lazylockie wrote:wasn't Bitterblossom already added a while ago?
Yes, but now it is all scripted vs hard-coded. Much better solution.

Re: Card Requests

PostPosted: 23 Jan 2011, 06:46
by Corwin72
I would like to see
Mitotic Slime.

Re: Card Requests

PostPosted: 23 Jan 2011, 15:29
by Zay

Re: Card Requests

PostPosted: 24 Jan 2011, 13:27
by FloppyX
Cards needed for Armageddon Stax and other prison decks:

Smokestack
Trinisphere

Other one used in a lot of control decks:

Engineered Explosives

Thanks for the great work!!!

Re: Card Requests

PostPosted: 24 Jan 2011, 22:24
by Corwin72
I would really like to see
Windbrisk Heights

These lands are really fun to play with and this is the best.

Re: Card Requests

PostPosted: 28 Jan 2011, 14:47
by Zay
How about Glimpse of Nature.

Thanks

-Zay

Re: Card Requests

PostPosted: 28 Jan 2011, 17:47
by lazylockie
Zay wrote:How about Glimpse of Nature.

Thanks

-Zay
I can make you a functional Glimpse of Nature:

Paste this code into a file named glimpse_of_nature.txt and put this file on your res/cardsfolder/

Code: Select all
Name:Glimpse of Nature
ManaCost:G
Types:Enchantment
Text:no text
K:At the beginning of the end step, exile CARDNAME.
T:Mode$ SpellCast | ValidCard$ Creature | Execute$ TrigDrawCard | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell this turn, draw a card.
SVar:TrigDrawCard:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/glimpse_of_nature.jpg
SVar:Rarity:Rare
SetInfo:CHK|Rare|http://magiccards.info/scans/en/chk/210.jpg
End

Re: Card Requests

PostPosted: 28 Jan 2011, 19:17
by Zay
Thx.

-Zay

Re: Card Requests

PostPosted: 31 Jan 2011, 22:51
by slappysquirrel
ok, i dont mean to be a bother here but, i've been requesting these 2 cards for 2 years now. yes 2 years

Erratic Portal
Umbilicus

thanx, for checking out my reply

Re: Card Requests

PostPosted: 01 Feb 2011, 00:01
by lazylockie
slappysquirrel wrote:ok, i dont mean to be a bother here but, i've been requesting these 2 cards for 2 years now. yes 2 years

Erratic Portal
Umbilicus

thanx, for checking out my reply
I'm not sure, but for now those unless cards works only for counterspells (Mana Leak, Daze), so the programmers might need to code some stuff in order to add those (and similar) cards.