wsaunders1014 / ShowDragDistance

Shows distance you dragged the token, similar to pressing ctrl.
10 stars 13 forks source link

Button to Increase/Decrease Measurement Distance by Grid Increment #14

Open maxipad1991junkmail opened 4 years ago

maxipad1991junkmail commented 4 years ago

Is it possible to add a simple way to increase the measured distance by a square without actually increasing the distance the token is moving? This would be an easy way to track movement used up by travelling over difficult terrain, which is currently a bit of a pain. Maybe a hotkey or mouse wheel when dragging the token?

JamzTheMan commented 3 years ago

Even better, could you detect "drawings" and add/multiply that cell by a specified amount? Sort of how Multi-Level Token mod handles teleports?

Examples: drawing named '@add:5' to add 5ft, (so for 5-10-5 it would be 10-15-10) add:10 to add 10 feet, @mult:2 to multiply by 2 (so for 5-10-5 it would be 10-20-10), @sub:5 to subtract 5 feet? (roads or ice slides?) and @mult:0.5 to divide cost by 2 (round up? down?)

Obviously the subtract/divide could be optional nice to haves but mult/add would be great for difficult terrain! (PF2E adds 5/10 feet where PF1E multiplies by 2)