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

Power attack and full attack option

ok guys I am trying to figure out for a friend how to get rid of the Power attack option on the attack calculator in D&D 3.5 character sheet so she can just do full attack with Flurry of blows without having to hit ok 3 times and then spacebar for full attack... is there a way to get it out of the equasion? I already deleted power attack from the attack calculator but it still shows it when she attacks.. so... gotta figgure something out.
Why not list separate weapons with bonus' listed to reflect Power Attack variations? No Query pop-ups, and you just pick which macro you want to use for the various Power Attack options in 3.5 In the section of the sheet where you enter the weapon information, there's a box that shows the Attack Calculation and another for Damage. Just add a "-2" (or whatever power attack variant you're using) to the attack calculation, and a +6 (or whatever the damage bonus is) to the Damage Calculation
1430160367
Diana P
Pro
Sheet Author
Sure thing. You have to edit both the attack calc and the damage calc and remove the power attack from both: 1d20cs>@{weapon1critmin} +[[@{bab}]][BAB] +[[@{weapon1stat}]][Ability] +[[@{size}]][size] +@{weapon1enh}[Weapon Enh] +@{weapon1focus}[Weapon Focus] + ?{Flank (1=yes)|0}*2[Flank] +?{Additional Attack Bonus?|0}[Ad'l Atk Bon] 1d6 +[[@{weapon1damagestat}]][Weapon Dmg Ability] +@{weapon1enh}[Weapon Enh] +@{weapon1specialize}[Weapon Spec] +?{Additional Damage Bonus?|0}[Ad'l Dmg Bon] both have the power attack taken out. Basically anything with a ? in front of it is one of the query's which pop up and the power attack is in both the attack and the damage because it subtracts from one and adds to the other. you can remove the query for full attack as well by editing the full attack macro and changing {{fullattackflag=[[?{Full Attack? (hit space for full attack else hit return) |0}d1]]}} to {{fullattackflag=[[d1]]}} that will tell the template to force a full attack. If you remove the fullattackflag entirely or set it to [[0d1]] you will only get the single attack; that's what tells the template to display the rest of the attacks. If you have any further questions, please let me know. :)
got this as a result in the power attack comming out with the code you sent me... not sure what went wrong Zedattacks with a Range hitting AC Rolling 1d20cs&gt;20 +[[4 = (&lt;span class="basicdiceroll"&gt;6&lt;/span&gt;)"&gt;6[BAB] + Rolling (floor(((15 + 0 + 0)) / 2) - 5) = (floor(((15+0+0))/2)-5)"&gt;2[Ability] + Rolling 0 = 0"&gt;0[size] +0[Weapon Enh] +0[Weapon Focus] + 0*2[Flank] +0[Ad'l Atk Bon] ]] for <span title=" Rolling 1d6 +[[floor((16 + 0 + 0)/2-5) = ( 5 )">5[Weapon Dmg Ability] +0[Weapon Enh] +0[Weapon Spec] +0[Ad'l Dmg Bon] ]] dmg
ok figured it out , to many [[ and some of the words like Specialization were only Spec compared it to my 4th weapon to get it right thanks guys!!!!