benknoble / frosthaven-manager

GUI Frosthaven Scenario Manager
https://benknoble.github.io/frosthaven-manager
Other
11 stars 3 forks source link

Monster stats always calculated from scenario level, not monster level #84

Closed benknoble closed 6 months ago

benknoble commented 8 months ago

The monster-stats-max-hp* takes an env, but IIRC the environment that's used always has L as the scenario level. When adjusting the level of the monster group before adding it, the new level is not taken into account for max HP and other formulas (it is only used for the stats level to apply). This is partly because monster groups don't store the level.

benknoble commented 6 months ago

After digging in to this in some depth, here are my conclusions:

Also: