ironmonk88 / monks-combat-details

GNU General Public License v3.0
11 stars 7 forks source link

[BUG] Combat CR not being displayed for Pathfinder 1e #73

Open LeCuay opened 7 months ago

LeCuay commented 7 months ago

Describe the bug When playing with Pathfinder 1e System the CR combat does not display. This works kinda the same as per 3.5 so I don't if it lacks implementation or is a bug itself.

To Reproduce Steps to reproduce the behavior:

  1. Go to Systems and install Pathfinder 1e.
  2. Create a world with that system, some NPCs and a simple combat.
  3. Check the combat tab to see CR is missing.

Expected behavior CR to be shown within the Combat Tracker.

Screenshots

Image of a Combat and active modules to show Combat Details is active

imagen

Images of current configuration (in case that's the problem))

imagen imagen imagen imagen

Please complete as much of the following information as possible:

Additional context In case needed for implementation, the CR for NPCs in Pathfinder 1e can be found under <actor>.system.details.cr for example

let actor = await fromUuid("<UUID>");
// Access CR
let actorCR = actor.system.details.cr