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.
This commit is contained in:
trotFunky 2025-05-12 22:55:13 +01:00
commit 6c3ce53101
19 changed files with 806 additions and 0 deletions

18
lang/en.json Normal file
View file

@ -0,0 +1,18 @@
{
"the-mills-fabula.title": "Fabula Moletrina",
"the-mills-fabula.description": "A module implementing our idiosyncratic ideas for the Mill's campaigns.",
"MF": {
"Border": {
"Settings": {
"BaseBorder": {
"Name": "Base border",
"Hint": "The image to use as a border for player tokens at all times."
},
"PlayedBorder": {
"Name": "Turn taken border",
"Hint": "The image to use as a border for player tokens that have taken their turn."
}
}
}
}
}

18
lang/fr.json Normal file
View file

@ -0,0 +1,18 @@
{
"the-mills-fabula.title": "Fabula Moletrina",
"the-mills-fabula.description": "Un module implémentant nos idiosyncrasies et idées pour les campagnes du Moulin.",
"MF": {
"Border": {
"Settings": {
"BaseBorder": {
"Name": "Bordure par défaut",
"Hint": "L'image à utiliser comme bordure pour les jetons joueurs, présente en permanence."
},
"PlayedBorder": {
"Name": "Bordure de tour joué",
"Hint": "L'image à utiliser comme bordure pour les jetons joueurs qui ont joué leur tour."
}
}
}
}
}