Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttackRestriction should be moved to StaticAbilityCantAttackBlock #6000

Open
5 tasks
Tracked by #3307
Hanmac opened this issue Aug 27, 2024 · 0 comments
Open
5 tasks
Tracked by #3307

AttackRestriction should be moved to StaticAbilityCantAttackBlock #6000

Hanmac opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels

Comments

@Hanmac
Copy link
Contributor

Hanmac commented Aug 27, 2024

AttackRestriction needs to be reworked too, they should not rely on AttackRestrictionType enum.

  • CARDNAME can only attack alone.
  • CARDNAME can't attack unless a creature with greater power also attacks.
  • CARDNAME can't attack unless a black or green creature also attacks. (especially this one, because Text Change)
  • CARDNAME can't attack or block alone.
  • CARDNAME can't attack unless at least two other creatures attack.

The parts that were using AttackRestriction/Type could use StaticAbility List instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants