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 55 forks source link

Combatibility with The Dark Eye / Das schwarze Auge? #35

Closed Danii0206 closed 3 years ago

Danii0206 commented 3 years ago

Hello,

I tried to use this module with the system DSA5. It does not recognize the speed attribute, so it measures every distance in green-color. The console logs this:

The configured token speed attribute "data.status.speed.max" didn't return a speed value. To use colors based on drag distance set the setting to the correct value (or clear the box to disable this feature).

The author of the system confirmed this is the correct attribute. Am I missing something or is this an incompatibility issue?

Kind regards Danii

manuelVo commented 3 years ago

The attribute has to start at the token-level. Try actor.data.data.status.speed.max or actor.data.status.speed.max

Danii0206 commented 3 years ago

Thank you, works now. :)