jacobwojoski / dice-stats

A Module for Foundry VTT that tracks and displays dice stats
MIT License
7 stars 6 forks source link

[system request] Expand the compatibility with Pathfinder 1e #61

Closed Sp33dfire closed 6 months ago

Sp33dfire commented 1 year ago

Currently, the roll data from attacks are not counted. I assume that's due to the way that the attack cards for attacks are made up. Saves and other dice rolls made directly from the character sheet and manually rolled dice are counted though.

jacobwojoski commented 1 year ago

Will take a look. The mod works by pulling a value from the chat called ROLLS that’s built into foundry by default. So depending how pf1e does it. I might close and make an issue on their GitHub.

jacobwojoski commented 6 months ago

PF1 Roll OBJ, Reference for what I need to parse, THIS SHOWS ATTACKS AND DAMAGE, UNKNOWN IF THESE CARDS WILL ALSO HOLD SAVES SKILLS ETC

image

jacobwojoski commented 6 months ago

@Sp33dfire Does pressing those card buttons happen for saves/ skills or are those all made through the sheet directory?

Looks like I can fix the attack and damage roll numbers but don't know how its set up to test saves/ability rolls etc.

Sp33dfire commented 6 months ago

Cards can hold buttons for rolling saves, though you can always roll any dice directly from your character sheet. For the record, I'm currently on Build 315 V 11 with Pathfinder being on 9.6 and Dice Stats on 1.15.0. Currently there are no dice rolls being recorded, regardles if they're done via sheet, card or directly in chat.

jacobwojoski commented 6 months ago

Dice stats is up to 1.17 now so might fix some of the problems. I have a potential fix for pf1 in the works. Just in testing rn. I’ll ping this when it’s out

jacobwojoski commented 6 months ago

@Sp33dfire 1.17.5 Should now track Attack, Damage, and Crit Confirm rolls

Sp33dfire commented 6 months ago

Thank you very much! I just checked it and it seems it tracks every kind of rolls now. Including saves from cards, direct chat rolls and like all the rolls from the character sheets.