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

Buff DataModel is probably broken #611

Closed Lavaeolous closed 11 months ago

Lavaeolous commented 1 year ago

Deleting a conversion buff change always deletes the last change, not the one selected

mkahvi commented 1 year ago

It needs _id instead of id, which is probably the primary problem.

target is no longer used, so it's excess data.

PF1 uses randomID(8) instead of randomID(16) for Change IDs but this is not actually bad.