fvtt-fria-ligan / deathinspace-foundry-vtt

An unoffical, community-supported system for playing Death in Space on Foundry VTT.
Other
8 stars 2 forks source link

Handle dividing multiple damage dice between targets #25

Open mcglincy opened 2 years ago

mcglincy commented 2 years ago

pg 122: IF THE WEAPON HAS SEVERAL DAMAGE DICE, YOU CAN DIVIDE THE DICE AMONG SEVERAL CLOSE TARGETS.

Assuming that this also mean separate to-hit rolls? (Could add an editable field for damage vs. this target to allow down-sizing roll, or something.) Although in the existing implementation, multiple attack rolls would also mean multiple ammo deductions, which isn't incorrect. Hrm.

Could also just leave single attack roll, and let players/GM manually split the damage dice themselves. However, we're not showing the separate roll.terms.results of "2d4". Maybe we can leverage the click-to-expand features of the default roll chat message?

mcglincy commented 2 years ago

see also classes Roll and Dice, expandInlineResult(), and resources/app/templates/dice/*.html

asherett commented 2 weeks ago

Pretty sure it's not meant to be multiple attack rolls (keep in mind rolls are risky in DiS), but completely agree with the suggestion. Ability to click the damage field in the chat card and see the actual rolls (like in dnd5e) would be great.