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

[2.1+] Multiattack Revisions #64

Open
2 tasks
ebshimizu opened this issue Jul 24, 2022 · 1 comment
Open
2 tasks

[2.1+] Multiattack Revisions #64

ebshimizu opened this issue Jul 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ebshimizu
Copy link
Owner

Multiattacks are rather complicated for such a small section of the stat block. Version 2 will port the system as-is and include an escape hatch for a fully custom re-write of that section, however that solution isn't .... great. A revised version of multiattacks will allow for more precise CR calculations and customization options. It's more like creating a database query than anything else

  • revise data structure: single attack id -> count, type, restrictions etc.
  • revise UI to allow interaction with revised structure
@ebshimizu ebshimizu added the enhancement New feature or request label Jul 24, 2022
@ebshimizu ebshimizu added this to the Version 2.1 milestone Jul 24, 2022
@ebshimizu
Copy link
Owner Author

observed formats:

  • makes [x] attacks (and [y] attacks)
  • makes [x or y] attacks
  • makes [x] or [y], if (y is) available
  • makes [x] or [y], if available. It also makes [z] attacks.
  • makes [x] attacks. It can replace one attack with a use of [x] (or [y]).
  • makes [x,y,z series of attacks]. It also uses [x action].
  • makes [x] attacks. Up to [n] of these attacks can be replaced by [x action].
  • makes [x] attacks and uses [action]
  • makes [x,y,z] attacks. It can also use [action] [n times], either before or after one of the attacks.

@ebshimizu ebshimizu changed the title [2.1] Multiattack Revisions [2.1+] Multiattack Revisions Aug 23, 2022
@ebshimizu ebshimizu modified the milestones: Version 2.1, Version 2.2 Aug 28, 2022
@ebshimizu ebshimizu removed this from the Version 2.2 milestone Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant