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

[#4830] Only defer to item abilities if attack activity matches attack type #5007

Open
wants to merge 1 commit into
base: 4.2.x
Choose a base branch
from

Conversation

roth-michael
Copy link
Contributor

Would close #4830
When the activity's attack.ability was left to default, it would pull from its item's availableActivities, meaning that a spell attack on a weapon would use str or dex, and a weapon attack on a spell would use whatever was set on the spell as the spellcasting ability. By only using the parent item's availableActivities if the attack type matches (i.e. weapon attack on a weapon, spell attack on a spell), this problem is avoided without any side effects (to my knowledge).

@arbron arbron added bug Functionality which is not working as intended system: advancement labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality which is not working as intended system: advancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Weapons making spell attacks use the incorrect ability when set to "Default"
2 participants