I'm seeing some odd results from my group initiative API and I was wondering if somebody could help me out. I'm using the 'Advanced 2nd Edition' character sheets which have an initiative modifier for monster's attacks. This modifier is: monsterini I added: !group-init --add-group --Bare monsterini which gave me: Updated Bonus Stat Group Ordering: monsterini|current All of this works fine. But, the problem I'm seeing is that if the first token's initiative modifier is being added to each and every token. If the first token's modifier is 0, then everything is fine. If the first token's modifier is '1', then '1' is added to each token's initiative, even the first token (so the first token is doubled up with its modifier). If the first token's modifier is '2', then I get '2' added to each and every token. Etc... Is this a bug or am I doing something wrong?