PDA

View Full Version : Fortitude Saves not adding emotion trait bonus



dsaraujo
November 1st, 2021, 02:22
Not sure if this is intentional, but with a character effect of:

SAVE:1 circumstance, emotion

and a NPC automation of:

"..."|Save:fortitude[DC:20][TRAITS:emotion]
"..."|Save:will[DC:20][TRAITS:emotion]
"..."|Save:reflex[DC:20][TRAITS:emotion]

I can see the +1 added to Reflex and Will, but not Fortitude:

49755

I'd love some confirmation. Thanks!

Trenloe
November 1st, 2021, 16:00
Thanks for reporting, I'll investigate.

Note that the PCROLL functionality is designed to have a single active set of PCROLL effects per creature and ability - each of the three PCROLL effects applied in the chat screenshot provided have the same ID - ID:1, so these are being tracked as the same save, which might be the issue in this case, but also won't work correctly in general. I'll need to investigate tidying up that code...

dsaraujo
November 1st, 2021, 20:18
Thanks Trenloe!

Yeah, this is not a real ability, I just add them to test the trait, but thanks for the warning! Changing the order (ie. will, refl, fort or will, fort, refl) showed the same results for me.