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.
This commit is contained in:
parent
eba433cc05
commit
67d4b0387a
7 changed files with 155 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
|||
# The Mill's Fabula - v0.3.3
|
||||
# The Mill's Fabula - v0.4.0
|
||||
|
||||
This little [FoundryVTT](https://foundryvtt.com/) module is a collection of compendiums and functionalities
|
||||
to power our Fabula Ultima campaigns.
|
||||
|
@ -51,6 +51,14 @@ for NPCs this is only done for PC tokens.
|
|||
- The current implementation relies on monkey patching, which make it vulnerable to compatibility issues with
|
||||
other modules manipulating the same methods.
|
||||
|
||||
## Fortune display
|
||||
|
||||
In our game, "Fortune" is a key currency in the world.
|
||||
This adds an interactible display in the character sheets, allowing it to be tracked, and in the party sheet,
|
||||
for a nice overview.
|
||||
|
||||
The value is stored in flags, and will not be lost when disabling the module or option.
|
||||
|
||||
# Compendia
|
||||
|
||||
- The only thing in the compendium pack is a macro automating the tinkerer's alchemy potions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue