Files
Grim_Rune_Terrain_Generator/languages/en.json
T

44 lines
1.1 KiB
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"
},
"walls": {
"name": "Restricted by Walls",
"hint": "If enabled, the aura will be blocked by walls (Line of Sight). GM Only."
},
"enabled": {
"name": "Enabled"
}
}
}
}