TheMillsFabula/lang/en.json
trotFunky 67d4b0387a 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.
2025-07-06 21:32:25 +01:00

39 lines
1.2 KiB
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."
}
}
},
"TokenUiAdjust": {
"Settings": {
"Enabled": {
"Name": "Token UI adjustments",
"Hint": "Moves both attribute bars below the token, the nameplate above and, for PCs, the status icons to the right."
}
}
},
"Fortune": {
"Name": "Fortune",
"Settings": {
"DisplayEnabled": {
"Name": "Fortune display",
"Hint": "Display and track \"Fortune\" currency in the character and party sheets."
}
}
}
}
}