37 lines
939 B
JSON
37 lines
939 B
JSON
{
|
|
"BASIC_AURA_HIGHLIGHTING": {
|
|
"tabs": {
|
|
"auras": "Auras",
|
|
"add": "Add aura",
|
|
"delete": "Delete aura",
|
|
"empty": "No auras configured."
|
|
},
|
|
"settings": {
|
|
"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."
|
|
},
|
|
"thickness": {
|
|
"name": "Highlight Thickness",
|
|
"hint": "The thickness of the aura highlights in pixels (1-100)."
|
|
},
|
|
"name": {
|
|
"name": "Aura Name"
|
|
},
|
|
"radius": {
|
|
"name": "Aura Radius",
|
|
"hint": "The radius of the aura in scene distance units."
|
|
},
|
|
"color": {
|
|
"name": "Highlight Color"
|
|
},
|
|
"measurement": {
|
|
"from": "From",
|
|
"to": "To",
|
|
"edge": "Edge",
|
|
"center": "Center"
|
|
}
|
|
}
|
|
}
|
|
}
|