manuelVo / foundryvtt-drag-ruler

A Foundry VTT module that shows a ruler when dragging tokens so you can see how far you've dragged them
MIT License
40 stars 54 forks source link

radial movement indicator #72

Open n0q opened 3 years ago

n0q commented 3 years ago

In gridless play, drag-ruler draws a line between two endpoints: Point A is where a token started, and Point B is wherever a user is dragging a token. The line vanishes once the user releases the left mouse button.

I propose an optional movement indicator: A circle.

The circle's origin is where a token started (aka Point A). The radius is equal to the distance between Point A and wherever the user is dragging a token.

This is a UI improvement. If someone is moving a token, say, 15 feet away, they are getting immediate feedback, demonstrating all other options for 15 feet of movement. This would make it a lot faster for a player to decide what to do on their turn.

Options/Considerations:

Your mod is pretty much the most ridiculously useful thing ever. I feel like this enhancement would make it even more over the top impressive.

manuelVo commented 3 years ago

This does sound useful, however I'm not sure if I'm ever going to implement this into drag ruler. That is for two reasons:

  1. I wonder if this wouldn't make a good separate module.
  2. Additionally, measuring difficult terrain on gridless is currently in the pipeline and will likely be released with the next major Drag Ruler version. I imagine if difficult terrain was placed down that would greatly diminish the use of this feature.