TheMillsFabula/lang/en.json
trotFunky b1bde69a7d UI: Move the status effect indicators to the right
As the token square is already busy due to the border, the
status effect indicators get hidden.
Move them entirely to the right of the token, so they don't
conflict anymore.

Do it only for PCs, as NPC tokens do not have the border and
the GM will probably have their token UI open more often, which
would hide the status effect indicators.
2025-06-10 23:03:19 +01:00

30 lines
951 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."
}
}
},
"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."
}
}
}
}
}