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.
22 lines
692 B
JSON
22 lines
692 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": {
|
|
"BorderEnabled": {
|
|
"Name": "Enable borders ?",
|
|
"Hint": "Should dynamic combat status borders be displayed ?"
|
|
},
|
|
"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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|