Add setting to forbid the usage of pathfinding

This commit is contained in:
Manuel Vögele
2022-01-27 23:29:08 +01:00
parent 7e19fb95b0
commit 9140ef3acf
5 changed files with 26 additions and 2 deletions
+4
View File
@@ -43,6 +43,10 @@
}
},
"settings": {
"allowPathfinding": {
"name": "Enable pathfinding feature",
"hint": "Enables Drag Ruler's pathfinding functionality in this world. Be aware that pathfinding can route through unexplored fog of war and Ethereal Walls, which might reveal secrets to your players ahead of time."
},
"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."