Lavaeolous / PF1-StatBlock-Converter-Module

FoundryVTT Module to convert PF1 Statblocks into Foundry Actors (PC or NPC).
MIT License
14 stars 12 forks source link

Sub-action support (post-0.80.24 support) #529

Closed mkahvi closed 2 years ago

mkahvi commented 2 years ago

PF1 0.80.25 or whatever is post .24 will have item actions moved to be sub-actions. This is presumably at least somewhat incompatible with SBC as it is now (I could be wrong).

For reference, the base implementation is here: https://gitlab.com/foundryvtt_pathfinder1e/foundryvtt-pathfinder1/-/merge_requests/642

At base this should only require action info to be moved to singular sub-action, which should be fairly trivial change.