CristianVasile23 / conversation-hud

A simple FoundryVTT module that adds a nice HUD that display the portraits of all the characters present in a conversation.
MIT License
14 stars 2 forks source link

[Feature Request] Roleplay notes/integration with monks journals #22

Closed Orionox closed 10 months ago

Orionox commented 11 months ago

Would be really cool if when you are having a conversation if a small not pad could show up next to each character for the GM and display some roleplay notes. These notes could be typed in manually or pulled from somewhere on the monks enhanced journal sheets.

CristianVasile23 commented 11 months ago

Hey there! Thanks for the suggestion, I think I will add support for some quick notes related to the conversation participants. I already have some ideas of how that might look, but sadly I think I will be able to start working on this feature at the start of the next month.

Most likely these notes will have to be added manually, the exception being when you drag and drop a MEJ sheet as I will be able to extract the notes in that case and populate the notes automatically (at least I should be able in theory).

CristianVasile23 commented 10 months ago

I have added the option to link a journal entry to each participant from a conversation. When creating/editing a participant, you will be able to see a dropdown with all the journal entries in the world, simply select one and you will be able to see an additional button during active conversations which will open the selected sheet (MEJ entries are supported as well so you should be able to link any journal entry you want).

image 3

Initially I wanted to display the notes inside the conversation itself, however that would never have worked due to the limited amount of space (as I am trying to make the module compatible for smaller screens as well). As such, having a separate popup for the linked sheet was the only feasible solution that I could find. Hopefully this works for you.