A Foundry VTT module which adds a speedprovider for Drag Ruler to pick between different movement options based on elevation and terrain from Enhanced Terrain Layer.
Is your feature request related to a problem? Please describe.
Certain features in 5e consume your movement during combat rounds (removing prone condition, manifesting echo, ...). Trying to calculate the remaining movement in a macro resulted in copying and reimplementing of large parts of the getRanges() code as well as some other functions in said macro, to get the current used speed value.
Describe the solution you'd like
an additional flag that saves the speed value, which then can be accessed by macro for further uses.
Is your feature request related to a problem? Please describe. Certain features in 5e consume your movement during combat rounds (removing prone condition, manifesting echo, ...). Trying to calculate the remaining movement in a macro resulted in copying and reimplementing of large parts of the getRanges() code as well as some other functions in said macro, to get the current used speed value.
Describe the solution you'd like an additional flag that saves the speed value, which then can be accessed by macro for further uses.