Files
Grim_Rune_Terrain_Generator/languages/en.json
T

22 lines
480 B
JSON
Raw Normal View History

2026-05-07 14:11:48 -05:00
{
"BASIC_AURA_HIGHLIGHTING": {
"tabs": {
"aura": "Aura",
"auraHint": "Aura controls will be added here."
},
"settings": {
"enabled": {
"name": "Enable Aura Highlight",
"hint": "Whether this token should highlight others within its aura."
},
"radius": {
"name": "Aura Radius",
"hint": "The radius of the aura in grid units."
},
"color": {
"name": "Highlight Color"
}
}
}
}