• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

What goes into my Speed

KiwiBlaze

Well-known member
I need to find out the maths that hero lab 5e has used to give me a speed of 60.

I have gone thru all the tabs and my maths puts my speed at 55 with a 60 feet teleportation ability.

I need to find out where this 5 feet is coming from, otherwise I can't use it.
 
While I did find the answer (Unarmored Movement Upgrade), I'm still wondering if I can do something to pull the source of bonuses somehow in case something doesn't add up in the future.
 
If you have data file debugging enabled (the Develop option up on the topmost menu bar), you can go to the abilities tab and find what you're looking for.

Find the speed number on that page and right-click on it. Choose the "Show Debug Field Histories for Speed" .

There is a delta/final column that shows where the speed has changed and by how much. The From Task column shows you where in timing it changed and it will try to state what "Thing" called it. Usually an eval script on a pick - the debug screen truncates the From Task column, so you might not get all of the information you needed.

You can use this trick on most things on the tabs, for hero base units, choose the Develop menu and go to the bottom where you can pick Floating Info Windows. Those windows show information that you might not be able to right click and find.
 
Back
Top