Commit graph

8 commits

Author SHA1 Message Date
67d4b0387a Fortune: Introduce fortune display
Add a new sub-module that displays Fortune in character and party sheets.
In the character sheet, this is an input field and is automatically tracked
thanks to flags.

Add an icon for the party sheet and the according CSS class.
2025-07-06 21:32:25 +01:00
eba433cc05 module: Update verified compatibility
The module has been tested with newer releases of the
system and socketlib, so add them to the verified verisons.
2025-06-10 23:04:34 +01:00
f6437d7884 Fix version numbers that were forgotten
I forgot to update the version numbers in the manifest and README for
the previous point update.
Make a new "release" to fix it so the module can be properly updated
in Foundry.
2025-06-04 11:26:50 +01:00
7cd85468c7 module: Add compendium folder
We currently only have a macro compendium, but
we might have more in the future (items, powers...).
All the Fabula Ultima compendium are also in folders.

Add a compendium folder and move the macro compendium within.
2025-06-01 20:26:08 +01:00
fe9b56acaa Introduce token UI adjustment script
Most of the token UI like tracking bars go over
the token in its own square.
However, the dynamic borders do the same and
conflict with them.

This script will handle moving the already existing
UI elements to free up the view of the token.
2025-05-30 21:38:02 +01:00
3f0f81ee54 Start work on v0.3.0 2025-05-30 21:35:48 +01:00
f617b26fe1 v0.2.0: Add setting to disable dynamic borders
The point of the module is to allow multiple functionalities
to support our campaign.
They might not be suited all the time or to all of them.
They might be buggy !

Add a toggle setting to the dynamic borders functionality,
so that we can keep the compendium while it is fixed.
2025-05-28 18:55:08 +01:00
6c3ce53101 Initial commit - v0.1.0
This initial version adds a custom compendium with a
macro for the tinkerer, and a dynamic token border
to track player turn status.

It has a couple of known major bugs but is needed for
an upcoming game, with fixes hopefully later.

It is only compatible with Foundry v12 at this time.
2025-05-12 22:55:13 +01:00