foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
333 stars 222 forks source link

Natural Melee attacks are defaulting to use dexterity instead of strength #4404

Open DragonHale opened 1 month ago

DragonHale commented 1 month ago

I have checked in other types of weapons but I think only natural attacks do it. I'm using legacy rules in v4.0.2. Shouldn't they use strength by default? or strength or dexterity for the ones that are finesse? Dexterity only as a default should be only for ranged weapons.

I saw a similar open issue here already (https://github.com/foundryvtt/dnd5e/issues/2735), but that one was marked with compendium content tag...I am not in the compendium (although the monsters in the compendium have the same issue). I am trying to set up my own attacks and I am having to override the ability to use with them with strength even though they are melee.

{D0DE8717-5A68-4294-8038-8CA308F1C538} {332274A9-7097-4213-A954-04D0D924E04C} {F9F1D216-04A1-4938-AF4A-B524F0F28F12}
M0nk3yy commented 1 month ago

I imagine most creatures with natural attacks use whichever stat is higher. I believe Default is looking at which stat is higher on the actor in this case.

DragonHale commented 1 month ago

I imagine most creatures with natural attacks use whichever stat is higher. I believe Default is looking at which stat is higher on the actor in this case.

It was a very strong yeti :( It is not defaulting to the higher. It is defaulting to dex, which in this case was lower.

lholden commented 1 month ago

I can confirm that Natural is always choosing dex regardless of str being higher.

krbz999 commented 3 weeks ago

Seems to be all over the place.

If making an item with a spell attack, despite the activity saying "Default (Spellcasting)", it is still using DEX.

Silentdarkness12 commented 2 weeks ago

+1 on this, and it's not just(for me at least) limited to Natural weapons. All the weapons in a module i'm working on, save for Finesse-tagged weapons, are defaulting to dexterity over strength.