therealguy90 / foundrytodiscord

A FoundryVTT module that sends all FoundryVTT messages to a Discord webhook.
https://ko-fi.com/loki123
MIT License
15 stars 2 forks source link

Allow FQL journals to be pushed to Discord and Actor Data #17

Closed SecretSquirrel77 closed 1 year ago

SecretSquirrel77 commented 1 year ago

The Image and Handout integration is super useful, nicely done! Wondering if Forien's Quest Log journals can be parsed? Currently the export to "Send current page to Discord" feature doesn't show up for those, likely because they are heavily modified journals. This could be a question for the Forien Dev, not sure.

Also, is actor data exportable? As it creates a simple text entry in Discord, Character Sheets don't seem realistic, I'm thinking of using it for merchants (like you have with Item-Piles merchants) which could export their 'shop' via text to a discord entry.

image

Of course, these are only enhancement ideas. I have no idea the difficulty of implementation. Thanks for your time!!

therealguy90 commented 1 year ago

Actor data is exportable... But of course, I'd have to do it for every system, which could get very complicated, very quickly, especially if Foundry to Discord would be supporting more systems in the future. Fortunately, the API can help with that, and I highly encourage making custom script macros using it to fit specific needs. That goes the same for Item-Piles.

As for FQL, it doesn't seem to be a very complicated sheet to work with... I'm willing to implement support for it, at least.

therealguy90 commented 1 year ago

That wasn't too hard to do. Here's a (ridiculous) example:

image image

therealguy90 commented 1 year ago

Done in 1fa1b8ff7ee2df37ae438a560ae475bf4115a3da. Again, won't do actor data, since it's way too tall an order. I think you should head over to the macro channel over at the foundry discord for that. API docs are in the readme.