TheMillsFabula/lang/en.json
trotFunky 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

18 lines
544 B
JSON

{
"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."
}
}
}
}
}