factubsio / BubbleTweaks

Non-gameplay tweaks for Pathfinder - Wrath of the Righteous
MIT License
14 stars 5 forks source link

Please add documentation for the "AOE indicators" feature #6

Closed mronnblom closed 2 years ago

mronnblom commented 2 years ago

Some brief explanation in the readme should be enough, together with:

Thanks!

factubsio commented 2 years ago

Not entirely sure what you mean by "vanilla" normals?

For type you can have:

You can also supply either (or both) of the normal/hi colors directly as rgb:

    {
      //EXAMPLE_DOES_NOT_EXIST: use "hi" and "normal" to set custom rgb for the highlighted/normal circles
      "ability": "EXAMPLE",
      "hi": [ 1, 1, 1 ],
      "normal": [ 0.4, 0.3, 0.2 ]
    },

normal - normal color of circle hi - color of circle when you path over it in TBM

factubsio commented 2 years ago

Added this to the README.md too

ghost commented 2 years ago

What I meant was that it would be nice to know which circles/colors are changed from how the game normally (without this mod) displays. But maybe I have misunderstood this function..

factubsio commented 2 years ago

The game does not display circles so it's almost impossible to see exactly where the edge of e.g. a grease or pit area ends. The mod adds the circles.

ghost commented 2 years ago

Ahaaa, it's for spells already cast, not when casting them. Got it! You can close this issue. :)

factubsio commented 2 years ago

👍