Modifying distance calculation
Within gameelements.xml there's
Code:
<distance>
<base>5</base>
<diagmult>1.5</diagmult>
<suffix>'</suffix>
</distance>
Which allows simple modifications. I have the case where I want to do further modifications by adding a Z axis.
Use cases here are space campaigns to illustrate ship height, or in fantasy terms, flying. In those events, I want to calculate the hypotenuse by incorporating the Z axis (i have an extension that includes height).
I'm guessing this isn't possible?