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.
18 lines
544 B
JSON
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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|