PDA

View Full Version : FGU Roll Total Display



Paul Pratt
August 27th, 2020, 16:38
In the chat report for die roll results, the bubble display, where does the "total" result code reside? I ask because in 40k there are certain weapon type that modify the die roll results. the "Tearing" quality modifies the the roll by adding a die and taking the higher result. The "Proven" quality modifies the result of the die to an established minimum, i.e. Proven 4 results in all rolls discarding rolls of 1, 2, and 3, and reports 4 as the minimum.

The results applied to the CT or a PC sheet are correct, the die/dice rolled and modifier in the chat bubble display are correct, even the amount showed on the die icon. The total however is not always correct. It seems to be using the first die (for Tearing), or initial result of the die (for Proven). I would like to correct the total by adding the needed code.

38858

Moon Wizard
August 27th, 2020, 16:51
You need to clear the dice table .expr value to clear the information for FGU; so it forces a rebuild of what you explicitly pass.
(Ex: 5E ruleset, scripts/manager_action_damage.lua, Line 456)

Regards,
JPG

Paul Pratt
August 28th, 2020, 00:40
Thank you!