anvil-vtt / FateX

FateX is the extended Fate game system for FoundryVTT.
MIT License
22 stars 16 forks source link

Adds clickable stunts and stunt chat output #64

Closed Pjb518 closed 3 years ago

Pjb518 commented 3 years ago

This PR partially handles a fairly old feature request (#39), giving users the ability to click stunts to send the stunt name and description to the chat.

New templates and styles have been added as part of the update.

I haven't touched aspects and consequences as part of this addition as the layout is completely different, and I think some thought needs to be put into how to best handle the additional functionality for those components.

I was originally going to merge this code into your existing rollable-stunts branch, but I see that that branch is way behind the current master. I've also been working with the 0.8.x version of FateX, so it might be best to roll this update into some of the 0.8 compatibility improvements and fixes. Feel free to merge it wherever you think is appropriate.

Pjb518 commented 3 years ago

Basically all of these changes make use of the old styles and template structures. I think it would be more work to update this to the current approach than to just write it from scratch.