Skip to content

Terrain Mapper v0.4 support

Compare
Choose a tag to compare
@caewok caewok released this 11 Aug 23:17
· 285 commits to main since this release

Support Terrain Mapper v0.4.0 elevated regions and tiles.
Better support for difficult terrain using Terrain Mapper or drawings.
Now incrementing elevation at the end of the waypoint move, to better function with Terrain Mapper.
Rewrite and simplify the movement penalty calculation. Measure penalties through regions and drawings using 2d cutaway intersections through the 3d shape for a given 3d line segment.
Adjustments to how fly and burrow are handled.
Use actor.system.currentmove for GURPS so it accounts for encumbrance, etc. Closes #164.
Potential fix for token document lock (#145) thanks to @aburley1234!
Update lancer speed attribute for Lancer 2.0. Thanks @BoltsJ!

What's Changed

  • Fixing an issue where the Token would lock under certain conditions by @aburley1234 in #165
  • Add Lancer integration to README by @BoltsJ in #162

New Contributors

Full Changelog: 0.9.12...0.10.0