caewok / fvtt-terrain-mapper

Paint coded terrain values on Foundry maps
MIT License
4 stars 4 forks source link

[Feature] Option to set the elevation only if the token's elevation is lower #28

Closed Nolat closed 2 months ago

Nolat commented 2 months ago

It would be useful to have an option allowing the elevation to be applied only if the token's elevation is lower.

For example, in the case of a token that can fly, is 30ft high and passes over a region that is 5ft high. It would be logical for its elevation not to be affected.

caewok commented 2 months ago

If the region is 5' high, then it will not affect a token that is 30' high. You do need to set the maximum height of the region for that to be true, however.

Nolat commented 2 months ago

Thanks, it works to set a maximum elevation, I hadn't thought of that!