Files
Grim_Rune_Terrain_Generator/languages/en.json
T

37 lines
939 B
JSON
Raw Normal View History

2026-05-07 14:11:48 -05:00
{
"BASIC_AURA_HIGHLIGHTING": {
"tabs": {
2026-05-07 15:06:56 -05:00
"auras": "Auras",
"add": "Add aura",
"delete": "Delete aura",
"empty": "No auras configured."
2026-05-07 14:11:48 -05:00
},
"settings": {
2026-05-07 15:28:38 -05:00
"refreshDuringMove": {
"name": "Refresh During Movement",
"hint": "If disabled, aura highlights will only refresh when a token stops moving or its settings are updated. This can improve performance."
},
2026-05-08 08:46:51 -05:00
"thickness": {
"name": "Highlight Thickness",
"hint": "The thickness of the aura highlights in pixels (1-100)."
},
2026-05-07 15:06:56 -05:00
"name": {
"name": "Aura Name"
2026-05-07 14:11:48 -05:00
},
"radius": {
"name": "Aura Radius",
2026-05-07 15:06:56 -05:00
"hint": "The radius of the aura in scene distance units."
2026-05-07 14:11:48 -05:00
},
"color": {
"name": "Highlight Color"
2026-05-07 15:06:56 -05:00
},
"measurement": {
"from": "From",
"to": "To",
"edge": "Edge",
"center": "Center"
2026-05-07 14:11:48 -05:00
}
}
}
}