Closed sevzero closed 1 year ago
This provides the user with the correct amount of experience that should be awarded to each player adjusted for party sizes other than the standard 4.
Shouldn't the xp awared be scaled also for parties less than 4? Could you please reference the rule from 2e.aonprd.com ?
Answered myself from here
You are indeed right.
Added an additional line below the Total Encounter Cost when the party size is set to greater than 0 and not 4. This calculates the XP that should be awarded to players based on the formula: (Encounter XP * 4) / Party Size.
This provides the user with the correct amount of experience that should be awarded to each player adjusted for party sizes other than the standard 4.