Mind Rot (Working - Crappy) - Wrench Mind (Non Working)

For all your questions regarding Image Card Coding.
Please read the Image Posting Guideline & Index before posting in this forum.
Forum rules
DO NOT POST BUG REPORT IN THIS FORUM !!

Please read carefully the forum rules related to the card coding section : viewtopic.php?f=21&t=1545

All post will be edited to follow forum rules.
Mercury071476
Posts: 43
Joined: Mon Apr 26, 2010 5:15 am

Re: Mind Rot

Post by Mercury071476 »

I just want to ask, What's the code for "search"? lets say... search my deck. :D
KF1
Posts: 1952
Joined: Tue Apr 06, 2010 7:04 pm

Re: Mind Rot

Post by KF1 »

I had a thought couldn't the AI prioritize target cards? Starting with broad already defined categories like lands, artifacts, creatures, sorceries, instants, enchantments, etc.

Maybe not that exact order but a simple "if -then" kind of thing, if the AI determines the player has no lands, it selects artifacts, if no artifacts it goes after creature cards, then sorceries, instants, enchantments, etc.

Just some thoughts.
wololo
Site Admin
Posts: 3728
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Re: Mind Rot

Post by wololo »

Mercury071476 wrote:I just want to ask, What's the code for "search"? lets say... search my deck. :D
you just tell the spell to target your library:

target=*|mylibrary

or
target=elf|mylibrary

that kind of stuff.
Locked