Rughalt / D35E

3.5e SRD implementation for Foundry VTT.
https://legaciesofthedragon.com
GNU General Public License v3.0
37 stars 30 forks source link

Apply Half Damage Doesn't Work #871

Closed Straddlecat closed 2 years ago

Straddlecat commented 2 years ago

image image

github-actions[bot] commented 2 years ago

Thanks for opening an issue, traveller! If your issue is related to an actor or an item, sending thing that is broken will help a lot and speed up debugging.

How to send an item? > - If item is owned by a character, drag and drop it to world item list. > - Right click on item in browser item list and click export. > - Attach downloaded item to this ticket. How to send an actor? > - Right click on actor in browser actor list and click export. > - Attach downloaded actor to this ticket.

PaulGRump commented 2 years ago

I saw this and wanted to add some information from my own experience (same version): Applying half damage does work, for me anyway, but only when using damage types the system recognizes. This includes a new damage type I have since then added myself, but not when I simply write an unknown string in the field for custom damage types. My best guess is that the calculation runs into issues trying to check for damage reduction / resistance for damage types that don't exist, but I haven't looked any further into it.

Are you using a custom damage type in the screenshot you posted? Does the issue persist if you use a default damage type? Or maybe it even has something to do with energy damage vs. basic damage; I don't know. Just hope this information helps to track down the issue and/or find a workaround till then.

Straddlecat commented 2 years ago

No this was just vanilla weapon damage

Straddlecat commented 2 years ago

image

PaulGRump commented 2 years ago

Well, never mind then. I'll keep an eye on my issue and report back if I should find something relevant. I did notice that default weapon attacks seem to list their damage type as custom for some reason rather than having it selected in the drop-down, but I haven't yet investigated whether that has any impact either way.