I do have the D&D3.5 Character Sheet Template enabled for this
campaign, but I am not using any of the fields; only some self-made
Attributes and Abilities on the Attributes and Abilities tab. The ability Macro: &{template:default} {{name=Test Multi Attacks with Queries}} {{attack1= 1st attack hits AC [[ @{attackcalc} ]] }} {{critconfirm1= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{fumbleroll=**Fumble** }} {{damage1= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage1=+ [[ @{critcalc} ]] crit'l dmg}} {{attack2= 2nd attack hits AC [[ @{attackcalc} ]] }} {{critconfirm2= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{damage2= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage2=+ [[ @{critcalc} ]] crit'l dmg}} {{attack3= 3rd attack hits AC [[ @{attackcalc} ]] }} {{critconfirm3= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{damage3= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage3=+ [[ @{critcalc} ]] crit'l dmg}} {{attack4= 4th attack hits AC [[ @{attackcalc} ]] }} {{ critconfirm4= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less }} {{damage4= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{ critdamage4=+ [[ @{critcalc} ]] crit'l dmg }} {{attack5= 5th attack hits AC [[ @{attackcalc} ]] }} {{critconfirm5= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{damage5= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage5=+ [[ @{critcalc} ]] crit'l dmg }} {{attack6= 6th attack hits AC [[ @{attackcalc} ]] }} {{critconfirm6= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less }} {{damage6= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage6=+ [[ @{critcalc} ]] crit'l dmg}} {{attack7= 7th attack hits AC [[ @{attackcalc} ]] }} {{critconfirm7= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{damage7= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage7=+ [[ @{critcalc} ]] crit'l dmg}} {{attack8= 8th attack hits AC [[ @{attackcalc} ]] }} {{critconfirm8= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{damage8= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage8=+ [[ @{critcalc} ]] crit'l dmg}} {{attack9= 9th attack hits AC [[ @{attackcalc} ]] }} {{critconfirm9= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{damage9= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage9=+ [[ @{critcalc} ]] crit'l dmg}} {{attack10= 10th attack hits AC [[ @{attackcalc} ]] }} {{critconfirm10= and deals crit'l dmg vs AC [[ @{attackcalc} ]] or less}} {{damage10= for [[ @{damagecalc} ]] dmg, plus @{specprops} }} {{critdamage10=+ [[ @{critcalc} ]] crit'l dmg}}
the variables set up in Attributes: attackcalc: 1d20cs>@{critmin} + @{statcalc} + @{attackbonuses} + @{attackqueries} + ( ( @{statcalc} + @{attackbonuses} + @{attackqueries} ) /100)
damagecalc: either 1d4 + @{statcalc} + @{damagebonuses} + @{damagequeries} + ( ( @{statcalc} + @{damagebonuses} + @{damagequeries} )/100)
or 3 + @{statcalc} + @{damagebonuses} + @{damagequeries} + ( ( @{statcalc} + @{damagebonuses} + @{damagequeries} )/100) critcalc: 2*@{damagecalc}
specprops: Poison
statcalc: 2
attackbonuses: 3
attackqueries: 2 queries: ?{Attack Circumstance Mod?|0} [Circumstance]
3 queries: 2*?{Flanking?|Yes,1|No,0} [Flank] + ?{Attack Circumstance Mod?|0} [Circumstance]
5 queries: 2*?{Charging?|Yes,1|No,0} [Charge] + 2*?{Flanking?|Yes,1|No,0} [Flank] + ?{Attack Circumstance Mod?|0} [Circumstance]
damagebonuses: 2
damagequeries: 2 queries: ?{Damage Circumstance Bonus?|0}[Circumstance]
5 queries: ?{Another Query?|Yes,2|No,0} + ?{Damage Circumstance Bonus?|0}[Circumstance]
critmin: 15
I put the log file here: <a href="https://github.com/suldae/Misc-Stuff/blob/master/C" rel="nofollow">https://github.com/suldae/Misc-Stuff/blob/master/C</a>... If needed, my tests were done in this campaign: <a href="https://app.roll20.net/campaigns/details/77455/d-a" rel="nofollow">https://app.roll20.net/campaigns/details/77455/d-a</a>... using " Test Mob " which is linked to the carrion crawler token on the Start page. Thanks for your help with this.