forge
forge copied to clipboard
AttackRestriction should be moved to StaticAbilityCantAttackBlock
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.