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

Update systems.js #283

Closed YenBenGrey closed 1 year ago

YenBenGrey commented 1 year ago

Added Crucible to the list of RPG systems, however not sure what the return is, I have tried to look in the console but I can't find it, it is called 'stride' in the game. They measure in squares and not feet or metres. It also needs to be tied to action points. SO much is free movement, then an AP per movement of the actor. But no problem if it can't be done yet.

manuelVo commented 1 year ago

The value behind the return must be whatever you would be putting into the Speed Provider Settings (put into quotation marks " and followed by a semicolon ;). If you don't know what the right settings are or how to find them, it's best to consult with the Crucible community. There's probably someone there who can help you with that.

YenBenGrey commented 1 year ago

I think I have done it. :-)

manuelVo commented 1 year ago

Look good :)

Only two things are still missing: A return value for the default multiplier (use 0 if there is no use of that multiplier in crucible) and a ; at the end of the line with the return you've added

YenBenGrey commented 1 year ago

Thank you for this lesson in GitHub. Think I need to visit Ko-Fi :)

manuelVo commented 1 year ago

Perfect. I've merged your changes into the module. They will be part of the next Drag Ruler release :)