Files
foundryvtt-drag-ruler/lang/en.json
T

32 lines
1.2 KiB
JSON

{
"drag-ruler": {
"settings": {
"alwaysShowSpeedForPCs": {
"name": "Show PC speed to everyone",
"hint": "If enabled the coloring based on actor speed for player characters will shown to everyone, even if they don't have observer permission for the character sheet."
},
"dashMultiplier": {
"name": "Dash Multiplier",
"hint": "This can be used to give tokens a secondary speed during coloring of the measured path. Set it to 0 to disable the secondary speed."
},
"speedAttribute": {
"name": "Speed Attribute",
"hint": "The attribute that defines a token's walking speed. This is used during coloring of the measured path."
},
"speedProvider": {
"name": "Speed Settings Provider",
"hint": "Select who provides speed information for tokens duing coloring. Using a game system or module may provide more flexible coloring than sticking to the options provided by Drag Ruler.",
"choices": {
"module": "Module",
"native": "Drag Ruler",
"system": "System"
}
},
"swapSpacebarRightClick": {
"name": "Swap spacebar and right click",
"hint": "Swaps the functions of spacebar and right click during dragging. If enabled right click will place waypoints and spacebar will delete them"
}
}
}
}