Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Help with Full attack on Starfinder.

I use the command to reduce the ammo  !ammo @{character_id} repeating_attack_@{id}_ammo [[ [[-@{usage}]] {[[@{full_attack_query} (@{full_attack_number})]]d1,[[1]]d1}kh1]] Charges But when i do a full attack it still only reduces the ammo count by 1 even though under additional attacks it says 2. Any help would be welcome.  Thanks
1593716243

Edited 1593738769
The character sheet for starfinder thread might be a better place to ask, but here is what I know. If you have the ammo api, which I assume you do, place the below line in the first line of the attacher in any attack on the character sheet. {{buttons0=[Reload?](!ammo @{character_id} repeating_attack_@{id}_ammo [[@{@{character_name}|repeating_attack_@{id}_ammo|max}-@{@{character_name}|repeating_attack_@{id}_ammo}]] @{ammo_type})}} after pasting the first hit enter and past this. This should subtract the amount by what ever is placed the usage field.  !wammo @{character_id} repeating_attack_@{id}_ammo [[[[-@{usage}]]*{[[@{full_attack_query}*@{full_attack_number}]]d1,[[1]]d1}kh1]] @{ammo_type}
Thanks a lot, that solved it. Seems your 1st command line was completely different to my original one. So now the full attack actually works for 2.~ Thanks