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
39 stars 51 forks source link

Old School Essentials Compatability #256

Open HarringtonE4 opened 1 year ago

HarringtonE4 commented 1 year ago

Don't know how hard it is to add. But I would love compatibility for old school essentials. I find that my players often "forgot" they have picked up heavy loot and slowed their encounter movement. Drag Ruler will remind them during combat that they now have a slower speed. OSE already automatically adjusts token movement speeds based on weight, but it doesn't seem that Drag Ruler reads those attributes in OSE. Thanks

manuelVo commented 1 year ago

If there is a speed attribute reachable from the token that changes based on weight, you can simply put that attribute into the Drag Ruler settings, and it should work as expected.

If not, there is the option of informing Drag Ruler of the correct values through its API. This can be done either directly by the game system or by a separate module.

boloniusMonk commented 1 year ago

If you set the speed attribute in the Drag Ruler settings to actor.system.movement.encounter and have calculate movement set for the sheet, it appears to correctly show encumbered distance. Unfortunately, NPCs don't have movement.encounter so it doesn't help the DM with enemy movement.

amir-arad commented 1 year ago

a bit old, but works like a charm

https://github.com/reckenrode/ose-speed-provider

frons79 commented 8 months ago

a bit old, but works like a charm

https://github.com/reckenrode/ose-speed-provider

It seems it's not in the download repository anymore