The WFRP observation test states that a player rolls 1D100 and their character will spot one thing for every 10 or fraction of 10 they score below their initiative. So, Felix (Initiative = 34) and Rom (Initiative =26) walk into a tavern and the GM rolls a passive observation test. To see what they notice. (e.g. There is a pool of blood under the table by the door, the halfing sitting at the bar is clearly petrified, and the tall man standing over him clearly has something hidden under his cloak) But how much do the adventurers notice. To spot anything at all Felix would have to roll <34 and Rom <26. I can get that part working to produce a basic success or failure result. /w gm &{template:default} {{name=Group Observation Check}} {{Felix=[[(1d100<34)]]}}{{Romerich=[[(1d100<26)]]}} Where I'm stumped is how to convert a success into the number of things observed. The minimum would be 1 x observation, but if Felix rolled less than 24, he would spot 2 things and a roll of 14 or less would spot all three. Is there anyway of achieving this or do I have to do the maths myself for each success?