forge
forge copied to clipboard
Card: add Table for SwitchPT
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
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 :/
i added first logic part for target SwitchPT to kill opponent creatures
but i hadn't time to test it yet
This PR has not been updated in a while nad has been marked on stale. Stale PRs will be auto closed