It is currently 16 Apr 2024, 18:33
   
Text Size

AI doesn't check Grandmother Sengir ability in decisions

Report wrong Card behavior to get it fixed.
PLEASE ADD SAVEGAMES TO YOUR TOPIC !

Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins

AI doesn't check Grandmother Sengir ability in decisions

Postby Aswan jaguar » 05 Jun 2017, 11:21

Describe the Bug:
AI doesn't check Grandmother Sengir's ability in attacking/blocking decisions.

Which card did behave improperly?
Grandmother Sengir AI

Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Manalink 2016/08/27: Eldritch Moon v2, duel

What exactly should be the correct behavior/interaction?
AI checks Grandmother Sengir's ability when deciding to attack or block.

Are any other cards possibly affected by this bug?
-
Attachments
2017-06-05_142730grandmo.jpg
ai no get grandmother sengir ability.rar
(3.32 KiB) Downloaded 173 times
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: AI doesn't check Grandmother Sengir ability in decisions

Postby Aswan jaguar » 29 Nov 2019, 15:46

I tried this method used by microprose Prodigal Sorcerer :
Code: Select all
if( event == EVENT_CHECK_PUMP && CAN_TAP(player, card) && CAN_ACTIVATE(player, card, MANACOST_XB(1, 1)) ){
      pumpable_toughness[1 - player] -= 1;
      pumpable_power[1 - player] -= 1;
   }
which works for most attack/defend decisions except from the case that AI still considers it can activate Grandmother Sengir even if Grandmother Sengir is attacking and so is normally tapped and can't be activated. As a result will happily attack with Grandmother Sengir into any creature of power of 3/3 which is not such a big problem but will do so also against first strikers with power of 3 which is suicidal.
I tried checking if is_attacking(player, card) && CAN_TAP(player, card) but this doesn't work.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 31 guests


Who is online

In total there are 31 users online :: 0 registered, 0 hidden and 31 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 31 guests

Login Form