dmdorman / hero6e-foundryvtt

MIT License
7 stars 7 forks source link

Scene sizing not handled correctly #848

Open phBalance opened 6 months ago

phBalance commented 6 months ago

A 14" line attack template shows as 28m when the scene's grid size is set to 2m. When the grid size is set to 1" it doubles the template to 28 hexes (showing 28" of distance) which is not correct. I fear the whole grid size stuff isn't quite working correctly.

phBalance commented 6 months ago

The default that we seem to have in the system.json is gridDistance of 2 and gridUnits of m. This might imply that we have this, not unreasonable, assumption in the code. In many places we should be replacing m with " as appropriate for 5e.

aeauseth commented 6 months ago

Upon scene load (or change). Check to make sure the scene is using meters. Anything else give warning/error to GM. This is a 6e framework with good 5e support. Consider each hex = 2m. One hex = 1km (should be 1000m), etc.

aeauseth commented 6 months ago

Can we show 5e inches in templates? image

aeauseth commented 6 months ago

Drag Ruler also shows meters for 5e. Should be able to make it inches.