Does this card exist?
Discuss Upcoming Releases, Coding New Cards, Etc.
PLEASE DO NOT REPORT BUGS HERE!
PLEASE DO NOT REPORT BUGS HERE!
Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins
10 posts
• Page 1 of 1
Does this card exist?
by jatill » 27 Feb 2009, 13:42
Is there any card currently in manalink that you activate to produce more than 1 color of mana (at once)? I want to build Signets and Karoos, but I'm not sure the engine can properly handle multiple colors of mana from one permanent in one activation.
Apps by jatill: http://www.slightlymagic.net/wiki/Other_Apps_by_jatill
Re: Does this card exist?
by EviL_CLonE » 27 Feb 2009, 14:40
Not in a single permanent, but things like Wild Growth make lands produce X+G to your mana pool; maybe you can "Chain" that in a single card.
- EviL_CLonE
- Posts: 143
- Joined: 24 Feb 2009, 16:54
- Location: Buenos Aires, Argentina
- Has thanked: 1 time
- Been thanked: 0 time
Re: Does this card exist?
by HarryPitfall » 27 Feb 2009, 15:17
all cards that produce mana must be added into another list inside magic.exe also... this is why cabal coffers didn't have the small black slash over it's top...
At 0043574B you will find a list of cmps, comparing the card with the ID (same if of manalink.csv), and jumping to places that define what mana that card can generate...
New IDs of mana source must be added on 004D8390 (is a list of cmp to...)
Just to help a bit
0043578B 3D88040000 cmp eax, $488 <- star compass ID
00435790 744C jz +$4c ($004357de)
00435792 3D3E010000 cmp eax, $13e <- fellwar stone ID
00435797 7445 jz +$45 ($004357de)
I'm just pointing this, 'cause maybe you need to make a 'dimir aqueduct' jmps to same place of a 'underground sea', and then, try to add a black mana and a blue mana to pool when tapped...
At 0043574B you will find a list of cmps, comparing the card with the ID (same if of manalink.csv), and jumping to places that define what mana that card can generate...
New IDs of mana source must be added on 004D8390 (is a list of cmp to...)
Just to help a bit
0043578B 3D88040000 cmp eax, $488 <- star compass ID
00435790 744C jz +$4c ($004357de)
00435792 3D3E010000 cmp eax, $13e <- fellwar stone ID
00435797 7445 jz +$45 ($004357de)
I'm just pointing this, 'cause maybe you need to make a 'dimir aqueduct' jmps to same place of a 'underground sea', and then, try to add a black mana and a blue mana to pool when tapped...
- HarryPitfall
- AI Programmer
- Posts: 175
- Joined: 31 May 2008, 00:14
- Has thanked: 1 time
- Been thanked: 3 times
Re: Does this card exist?
by jatill » 27 Feb 2009, 15:49
I got Tolarian Academy to use a blue slash without doing all that work. I just made the card blue... this is how Tolaria worked already.HarryPitfall wrote:all cards that produce mana must be added into another list inside magic.exe also... this is why cabal coffers didn't have the small black slash over it's top...
At 0043574B you will find a list of cmps, comparing the card with the ID (same if of manalink.csv), and jumping to places that define what mana that card can generate...
New IDs of mana source must be added on 004D8390 (is a list of cmp to...)
Just to help a bit
0043578B 3D88040000 cmp eax, $488 <- star compass ID
00435790 744C jz +$4c ($004357de)
00435792 3D3E010000 cmp eax, $13e <- fellwar stone ID
00435797 7445 jz +$45 ($004357de)
I'm just pointing this, 'cause maybe you need to make a 'dimir aqueduct' jmps to same place of a 'underground sea', and then, try to add a black mana and a blue mana to pool when tapped...
Apps by jatill: http://www.slightlymagic.net/wiki/Other_Apps_by_jatill
Re: Does this card exist?
by HarryPitfall » 27 Feb 2009, 16:36
well... skymarshall pass that info to me, about mana sources... but isn't help to make a copy of fellwar stone (reflection pool) working as well... :/
- HarryPitfall
- AI Programmer
- Posts: 175
- Joined: 31 May 2008, 00:14
- Has thanked: 1 time
- Been thanked: 3 times
Re: Does this card exist?
by gmzombie » 27 Feb 2009, 18:35
how about chaining birds of paradise with itself. basically making it a double birds...just an idea.
can I maze of ith your snowstorm?
http://home.comcast.net/~gmzombie/index.html old stuff in here. don't use this stuff right now till I get time to get back into it and readjust.
http://home.comcast.net/~gmzombie/index.html old stuff in here. don't use this stuff right now till I get time to get back into it and readjust.
- gmzombie
- Posts: 857
- Joined: 26 Feb 2009, 01:05
- Location: Wyoming, Mi
- Has thanked: 200 times
- Been thanked: 51 times
Re: Does this card exist?
by EviL_CLonE » 27 Feb 2009, 21:54
But tolaria counts as a spell... Maybe it would be better not to have that slash and behave like a land.I got Tolarian Academy to use a blue slash without doing all that work. I just made the card blue... this is how Tolaria worked already.
- EviL_CLonE
- Posts: 143
- Joined: 24 Feb 2009, 16:54
- Location: Buenos Aires, Argentina
- Has thanked: 1 time
- Been thanked: 0 time
Re: Does this card exist?
by jatill » 27 Feb 2009, 23:44
Counts as a spell? How? I hadn't noticed.EviL_CLonE wrote:But tolaria counts as a spell... Maybe it would be better not to have that slash and behave like a land.I got Tolarian Academy to use a blue slash without doing all that work. I just made the card blue... this is how Tolaria worked already.
Apps by jatill: http://www.slightlymagic.net/wiki/Other_Apps_by_jatill
- EviL_CLonE
- Posts: 143
- Joined: 24 Feb 2009, 16:54
- Location: Buenos Aires, Argentina
- Has thanked: 1 time
- Been thanked: 0 time
Re: Does this card exist?
by jatill » 28 Feb 2009, 00:33
Weird. Anyway, no problem with that for me. Tolarian Academy has the slash and works like a land. I think I have the signets working correctly, too. Karoos are turning out to be tougher than expected, though.EviL_CLonE wrote:Like the ArtiLands...
Apps by jatill: http://www.slightlymagic.net/wiki/Other_Apps_by_jatill
10 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 12 guests