maptool
maptool copied to clipboard
[Bug]: Auras with multiple ranges appear as a single color
Describe the Bug
Although aura definition share the same syntax as for lights, an aura with multiple ranges will always render as a single color despite the same not being true for lights.
To Reproduce
- Add the following to the campaign lights:
Aura Test ---- light: circle 10 20#000000 30#555555 40#aaaaaa 50#ffffff aura: aura circle 10 20#000000 30#555555 40#aaaaaa 50#ffffff
- Add two tokens to the map, equiping one with "light" and the other with "aura"
- Observe the rendering differences between the two.
Expected Behaviour
Auras should render each range according to the specified color, just as is done with lights.
Screenshots
This shows the differences between how a light and an aura are rendered despite having the same properties:
MapTool Info
1.11.5
Desktop
Linux Mint
Additional Context
No response