Card AI (Improvements) Requests
by mtgrares
Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
Re: Card AI (Improvements) Requests
by Hapse » 24 Sep 2013, 07:15
Maybe it likes youTets wrote:AI puts 1/1 counters from Forgotten Ancient on my creature, instead of one of his own.
Re: Card AI (Improvements) Requests
by yagi » 24 Sep 2013, 17:25
AI puts a Reality Acid on my creature, only to put another one on the same creature its next turn.
- yagi
- Posts: 53
- Joined: 17 Apr 2012, 08:56
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card AI (Improvements) Requests
by yuckatucka » 24 Sep 2013, 19:09
AI activates Purphoros' ability even when not attacking, wasting mana. Sorry for giving you Theros AI problems, but I'm just posting the problems as I see them
- yuckatucka
- Posts: 5
- Joined: 22 Sep 2013, 02:11
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card AI (Improvements) Requests
by krishkrush » 24 Sep 2013, 22:58
I'm not sure it's a bug or I don't understand the rules. Anyway, when i have a Chronozoa and copy it with a Phantasmal Image and the phantasmal Chronozoa goes to the graveyard after losing all counters, it reenters the battlefield doubled. But: it is no two Chronozoa tokens but two phantasmal images, for which i can choose new copy targets.
I found the rules for this case very confusing and complicated.
I browsed the net for the specific rules, but didn't find a clear explanation. Is this in order or a bug? And if it's not a bug, could someone please try to explain why? Thanks in advance.
I found the rules for this case very confusing and complicated.
I browsed the net for the specific rules, but didn't find a clear explanation. Is this in order or a bug? And if it's not a bug, could someone please try to explain why? Thanks in advance.
- krishkrush
- Posts: 89
- Joined: 13 Oct 2012, 14:18
- Has thanked: 30 times
- Been thanked: 2 times
Re: Card AI (Improvements) Requests
by Marek14 » 25 Sep 2013, 07:00
This seems to be a bug. Copy of a card is created by starting with the physical card, then applying all copy effects that were already there, and finally applying its own effect if applicable.krishkrush wrote:I'm not sure it's a bug or I don't understand the rules. Anyway, when i have a Chronozoa and copy it with a Phantasmal Image and the phantasmal Chronozoa goes to the graveyard after losing all counters, it reenters the battlefield doubled. But: it is no two Chronozoa tokens but two phantasmal images, for which i can choose new copy targets.
I found the rules for this case very confusing and complicated.
I browsed the net for the specific rules, but didn't find a clear explanation. Is this in order or a bug? And if it's not a bug, could someone please try to explain why? Thanks in advance.
So Phantasmal Image copying Chronozoa is Chronozoa with Phantasmal Image ability. When it dies, the two tokens that are created should be, likewise, Chronozoas with addition of Phantasmal Image ability (no creature type is added since Chronozoa is already Illusion, but it will have "die if targeted" ability of Phantasmal Image).
Re: Card AI (Improvements) Requests
by moomarc » 25 Sep 2013, 08:30
This is a long-standing bug with clones that set up LTB triggers. In fact it is listed in the current known bugs section of each beta:Marek14 wrote:This seems to be a bug. Copy of a card is created by starting with the physical card, then applying all copy effects that were already there, and finally applying its own effect if applicable.krishkrush wrote:I'm not sure it's a bug or I don't understand the rules. Anyway, when i have a Chronozoa and copy it with a Phantasmal Image and the phantasmal Chronozoa goes to the graveyard after losing all counters, it reenters the battlefield doubled. But: it is no two Chronozoa tokens but two phantasmal images, for which i can choose new copy targets.
I found the rules for this case very confusing and complicated.
I browsed the net for the specific rules, but didn't find a clear explanation. Is this in order or a bug? And if it's not a bug, could someone please try to explain why? Thanks in advance.
So Phantasmal Image copying Chronozoa is Chronozoa with Phantasmal Image ability. When it dies, the two tokens that are created should be, likewise, Chronozoas with addition of Phantasmal Image ability (no creature type is added since Chronozoa is already Illusion, but it will have "die if targeted" ability of Phantasmal Image).
A recent contribution to the code base should fix some of the bugs that people noticed with cloning type abilities. At this time there is one remaining issue that we hope will be addressed in the near future:
Copies of cards that setup Zone Change triggers via addComesIntoPlayCommand and addLeavesPlayCommand will not function correctly.
-Marc
-

moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Card AI (Improvements) Requests
by krishkrush » 25 Sep 2013, 18:28
Ah thanks for the explanation. Yeah, I read about this bug but it seems i forgot about it in this case
Sorry.
- krishkrush
- Posts: 89
- Joined: 13 Oct 2012, 14:18
- Has thanked: 30 times
- Been thanked: 2 times
Re: Card AI (Improvements) Requests
by antekm » 28 Sep 2013, 21:55
AI doesn't understand Fog Bank (for example I'm blocking pumpable creature with it - AI will spend all it's mana to make it huge) or waste Giant Growth
Re: Card AI (Improvements) Requests
by gos » 01 Oct 2013, 18:58
In Commander, the opponent does not seem to worry about general damage, i.e. it leaves no blockers when I can win the game through general damage next turn.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Card AI (Improvements) Requests
by borras » 03 Oct 2013, 11:43
Forge 1.5.1-23368.
AI doesn't use Fireball correctly.
Uses RRB to pay for Fireball and try to kill two creatures (2/2 and 1/1), making 0.5 damage points to each creature (zero, rounded down).
Also, pays R6 to to target player and 3 creatures. It should be R3 for casting and 3 divided evenly, rounded down, that should be zero. The result is 1 damage to each target.
It seems that:
- AI doesn't take in account the rounded down value.
- The additional 1 for additional target is not considered.
AI doesn't use Fireball correctly.
Uses RRB to pay for Fireball and try to kill two creatures (2/2 and 1/1), making 0.5 damage points to each creature (zero, rounded down).
Also, pays R6 to to target player and 3 creatures. It should be R3 for casting and 3 divided evenly, rounded down, that should be zero. The result is 1 damage to each target.
It seems that:
- AI doesn't take in account the rounded down value.
- The additional 1 for additional target is not considered.
- borras
- Posts: 1
- Joined: 03 Oct 2013, 11:34
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card AI (Improvements) Requests
by noian » 06 Oct 2013, 05:51
AI uses Call of the Conclave in M1, then proceeds to not attack with any creature enchanted, thus wasting a perfectly good card. AI should not be playing spells just for the heck of it, this is a general AI complaint that I find the AI fails at often.
AI also tends to do stuff like this with red 1 turn burn monsters where they don't attack but summon them anyway.
AI also tends to do stuff like this with red 1 turn burn monsters where they don't attack but summon them anyway.
Re: Card AI (Improvements) Requests
by noian » 06 Oct 2013, 06:28
AI uses Selesnya Charm to add trample to Birds of Paradise, and then proceeds to not attack. Again an example of AI wasting spells.
Re: Card AI (Improvements) Requests
by noian » 06 Oct 2013, 08:41
AI uses Selesnya Keyrune (and other similar such lands) and becomes a monster, only to do nothing, when it looks for a defender since it is about to die of poison. Waste of mana.
Re: Card AI (Improvements) Requests
by noian » 06 Oct 2013, 20:55
AI ignored my Immaculate Magistrate and chose to not defend against Glistener Elf when it was a 1/1. I proceeded to tap Immaculate Magistrate during the Declare Block phase and put 14 +1/+1 tokens on Glistener Elf, thus ending the game via poison.
Re: Card AI (Improvements) Requests
by noian » 06 Oct 2013, 21:54
AI uses Birds of Paradise for mana instead of blocking with it when I have Silhana Ledgewalker and it will die due to that.
Who is online
Users browsing this forum: No registered users and 65 guests