Vince said:
Use case. I like adding (+ (0.01 * @{selected|init})) to my PF initiative macro rolls as a tie-breaker.
[[((1d20 + @{selected|init}) + ?{Modifier?|0} + (0.01 * @{selected|init})) &{tracker}]]
So I wanted to do the same with groupinitiative (using Individual-Roll, Bare and the attribute init)
!group-init --bonus [[ ?{Modifier?|0} + (0.01 * @{selected|init}) ]]
@{init} is the attribute taken the PF sheet.
@{init} = (@{DEX-mod} + [[@{init-misc}]] + [[@{init-trait}]] - [[@{condition-deafened}]])
This is the little addition that adds the init mod total as a decimal to help with ties
(0.01 * @{selected|init})
Works fine for our group. In the past I've used group-init as a quick and easy method to select my mob and add them to the tracker. With the addition of the --bonus I was able to also add in the the decimal trick.
Contrary to the name, I like using Groupinitiative to roll init and add individual npc's/monsters to the tracker. I also like the ability to mass select tokens. This is VERY appealing.
I would like the --bonus to be calculated per token(my npc tokens are linked to sheets/attributes and use @{init}) instead of just adding it as a "blanket" bonus to all token's I have selected.
IMO, each token that gets it's individual dice roll, should also get it's individual bonus. Unless of course a GM wants to roll once for the mob, ie "Group Initiative". Which, I also do on occasion to help speed things up.