You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Bracers of Archery should apply a +2 bonus to short/longbow damage. As well as grant proficiency in both weapons.
Currently none of that applies.
To Reproduce
Steps to reproduce the behavior:
Equip Bracers of Archery on any character, preferably one without short/longbow proficiencies.
Notice missing bonus and missing proficiencies.
The text was updated successfully, but these errors were encountered:
* Fixed Dueling style not applying +2 bonus to one handed melee weapons.
+ Properly checks for weapons in only one hand
+ Properly only applies to non-two handed melee weapons
* Commented out melee- and ranged- specific damage bonus methods. Weird front end issues occurred when `apply` was... applied to those maps plus the map for the generic `damage-bonus-fns`
* Properly utilizing the passed functions and conditions should eliminate the need for those other two methods.
* Fixed Bracers of Archery applying attack bonus instead of damage bonus
* Added new method `weapon-damage-bonus-mod` which duplicates almost all the code from `weapon-attack-bonus-mod`. Combining them may be worthwhile, using a third parameter to set which bonus we want, or even both.
Describe the bug
Bracers of Archery should apply a +2 bonus to short/longbow damage. As well as grant proficiency in both weapons.
Currently none of that applies.
To Reproduce
Steps to reproduce the behavior:
Equip Bracers of Archery on any character, preferably one without short/longbow proficiencies.
Notice missing bonus and missing proficiencies.
The text was updated successfully, but these errors were encountered: