daft-develop / mob-attack-tool

A module for Foundry VTT that offers a tool for handling mob attacks in the dnd5e system.
GNU General Public License v3.0
6 stars 6 forks source link

[FEATURE] Allow Midi QOL to handle attack and damage workflow #14

Open daft-develop opened 6 months ago

daft-develop commented 6 months ago

Currently workflow only allows damage to be rolled/calculated and ignores conditions, saves, and other nice features. Look into option to apply all this other nice stuff. It may require more/different calls to MidiQOL or condensing multiple attacks into a single "equivalent" attack so MidiQOL can resolve it sanely.

daft-develop commented 5 months ago

Likely the best route is to pass off entire attack/damage workflow to MidiQOL, individually. This will create a lot of chat card noise, but should allow Midi QOL to do all the heavy lifting.

daft-develop commented 5 months ago

See #21