Skip to content

feat: AliasStatBlock Modification to add creature_size#2100

Draft
tiberius0954 wants to merge 3 commits into
nightlyfrom
AVR-505
Draft

feat: AliasStatBlock Modification to add creature_size#2100
tiberius0954 wants to merge 3 commits into
nightlyfrom
AVR-505

Conversation

@tiberius0954

@tiberius0954 tiberius0954 commented Oct 9, 2024

Copy link
Copy Markdown
Contributor

Summary

Utilize Aliasing API — avrae documentation

We need to update the AliasStatBlock model to clone creature_type to add a creature_size probably using an ENUM:

Gargantuan = 5
Huge = 4
Large = 3
Medium = 2
Small = 1
Tiny = 0
Then add a condition check for the condition blocks to enable the ability to do creature_size <= 3 ( If Creature is large or smaller ) target is prone.

We may have to make changes in avrae-automation for this change, as well as in our test simulations to accept it.

https://wizardsofthecoast.atlassian.net/browse/AVR-505?atlOrigin=eyJpIjoiOGUxNGFjNzNhNzIxNGI0ZmE0ZDg2ODk0MzY5NzcxMDQiLCJwIjoiaiJ9

Checklist

PR Type

  • This PR is a code change that implements a feature request.
  • This PR fixes an issue.
  • This PR adds a new feature that is not an open feature request.
  • This PR is not a code change (e.g. documentation, README, ...)

Other

  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • If code changes were made then they have been tested.
  • I have updated the documentation to reflect the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant