Shadows Over Innistrad

All user created custom sets, custom game mode and modded official content.
User avatar
ph34rbot
Posts: 280
Joined: Thu Jan 07, 2010 6:33 am

Re: Shadows Over Innistrad

Post by ph34rbot »

I was in favor of marking the double face cards as tokens until I realized the interactions it has with cards like intangible virtue or always watching, also there are cards that cannot sac tokens, etc.
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Shadows Over Innistrad

Post by Zethfox »

Wait im confused, why are they being listed as tokens, im pretty sure i had added specific handling for a lot of things related to the flip cards when i coded morph and flips.
mrfatbard
Posts: 198
Joined: Fri Jul 10, 2015 6:14 pm

Re: Shadows Over Innistrad

Post by mrfatbard »

the reason they are listed as tokens is because otherwise you can buy them in the store and cast them for free lol also if they aren't tokens you can get them in packs
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Shadows Over Innistrad

Post by Zethfox »

Ok ill look into it.
mrfatbard
Posts: 198
Joined: Fri Jul 10, 2015 6:14 pm

Re: Shadows Over Innistrad

Post by mrfatbard »

fixed tamiyo's journal

Code: Select all

[card]
name=Tamiyo's Journal
auto=@each myupkeep:token(410067)
auto={T}{S(<upto:3>clue|mybattlefield)}: moveto(myhand) target(*|mylibrary)
text=at the beginning of your upkeep, investigate -- {T}, sacrifice three clues: search your library for a card and put that card into your hand, then shuffle your library
mana={5}
type=Legendary Artifact
[/card]
User avatar
Bas
Posts: 425
Joined: Sat Dec 26, 2015 10:55 pm
Location: Germany

Re: Shadows Over Innistrad

Post by Bas »

Why upto3? Shouldn't it be 3 always?
Forums are down atm.

Please join the discord server in order to not miss stuff and be reachable:
https://discord.gg/JHK5pVaK5p

(You are not required to install the software, you can use it in a browser as well, albeit I recommend installing)
mrfatbard
Posts: 198
Joined: Fri Jul 10, 2015 6:14 pm

Re: Shadows Over Innistrad

Post by mrfatbard »

sorry I just got used to using the upto for everything lol :D

Code: Select all

[card]
name=Tamiyo's Journal
auto=@each myupkeep:token(410067)
auto={T}{S(clue|mybattlefield)}{S(clue|mybattlefield)}{S(clue|mybattlefield)}: moveto(myhand) target(*|mylibrary)
text=at the beginning of your upkeep, investigate -- {T}, sacrifice three clues: search your library for a card and put that card into your hand, then shuffle your library
mana={5}
type=Legendary Artifact
[/card]
sandman423
Posts: 806
Joined: Thu Sep 10, 2009 8:59 pm

Re: Shadows Over Innistrad

Post by sandman423 »

Can we get an Updated Primitives?

I loaded the latest windows Wagic and implemeneted this and I am having issues with the Clue tokens popping up. I get ID Token Not Found. I added the Clue Picture & Thumbnails to my SOI Folder and I added them in _cards.dat but it is still not working.

I play Thraben Inspector and No Token pops up but when I click on him the Token ID Not Found pops up
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Shadows Over Innistrad

Post by Zethfox »

The most current release has every set up to soi. And all card dat info.
sandman423
Posts: 806
Joined: Thu Sep 10, 2009 8:59 pm

Re: Shadows Over Innistrad

Post by sandman423 »

Yep I updated just now and I am still getting the issue with Clues not working.

Bygon Bishop. I play Wall of Omens and I didn't get a clue, but when I click on Bygon Bishop a token pops up with ID NOT FOUND () source: Bygone Bishop -409746 SOI Token

Same goes for the the other clue cards Tireless Tracker & Thraben Inspector.
Locked