forge icon indicating copy to clipboard operation
forge copied to clipboard

Card: add Table for SwitchPT

Open Hanmac opened this issue 2 years ago • 3 comments

Closes #3555

  • [x] remove Hidden Keyword CARDNAME's power and toughness are switched
  • [ ] Extend the AI to check when to use that Ability
  • [ ] Technically it should be its own layer, but we don't have a static ability for this?

AI cases:

  • [ ] In case of Attacking or Blocking to check if switched PT would be more in favor?
  • [ ] Use it as kill Spell if Creature has more damage than power or if power is negative? Need to calculate the right amount of PT after switch
  • [ ] AI probably need to respect isSwitchPT when checking for effects like +P/+T or -P/-T ... especially if its like +X/-X or vise versa

Hanmac avatar Jul 29 '23 10:07 Hanmac

Sounds like a really good change! I agree that some extra modifications to the AI would be nice, I might take a look at it but slightly later :/

Agetian avatar Jul 30 '23 05:07 Agetian

i added first logic part for target SwitchPT to kill opponent creatures

but i hadn't time to test it yet

Hanmac avatar Aug 06 '23 20:08 Hanmac

This PR has not been updated in a while nad has been marked on stale. Stale PRs will be auto closed

github-actions[bot] avatar Sep 29 '23 09:09 github-actions[bot]