You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collapsible legend in the lower right corner gives information such as
"Group: Four of these is a medium challenge"
it says that about the light purple color which corresponds to 1/4 CR when using a party of 4 level 1 characters. However, building an encounter of four 1/4CR enemies is actually "Deadly", which the encounter builder correctly states.
I think the legend doesn't take the Adjusted XP into mind. Because 1/4CR creatures give 50 xp. 50 * 4 is 200 which would correspond to a "medium" challenge were it not for the adjusted xp rule.
The text was updated successfully, but these errors were encountered:
It's an estimation which isn't perfect. I haven't looked at the code for a long time, but it seems like the estimation is less accurate at lower levels.
I just checked with a party of 4 level 10 characters, and CR 3 is marked as pink, and 4 of them is indeed a "medium" challenge per the encounter building guidelines.
4 CR 4 creatures:
Total XP: 4,400 (1,100 per player)
Adjusted XP: 8,800 (2,200 per player)
Difficulty: Hard
Legend Color: Pink "Group: Four of these is a medium challenge"
Looks like the legend is reading from the total xp, not the adjusted xp. I'll see if I can't fix it and get something submitted once I'm more familiar with the code base.
The collapsible legend in the lower right corner gives information such as
"Group: Four of these is a medium challenge"
it says that about the light purple color which corresponds to 1/4 CR when using a party of 4 level 1 characters. However, building an encounter of four 1/4CR enemies is actually "Deadly", which the encounter builder correctly states.
I think the legend doesn't take the Adjusted XP into mind. Because 1/4CR creatures give 50 xp. 50 * 4 is 200 which would correspond to a "medium" challenge were it not for the adjusted xp rule.
The text was updated successfully, but these errors were encountered: