Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
roll20:start [2020-12-13 18:35] – [Character Sheet Configuration] zemroll20:start [2021-01-21 23:26] (current) – [Power attack/Deadly Aim and Favored Enemy] zem
Line 1: Line 1:
-x~~Title: Roll20 Help ~~ +~~Title: Roll20 Help ~~ 
-====== Roll20 Help ======+====== Roll20 Macro Help ====== 
 + 
 +The main page for character sheet macros is this one: https://wiki.roll20.net/Pathfinder_Community_Sheet
  
  
Line 8: Line 10:
 {{:roll20:rolld20-power-attack.png?direct|Power Attack}} {{:roll20:rolld20-power-attack.png?direct|Power Attack}}
 //Config:Advanced:__Display Advanced roll-time macro fields__ must be active to display the macro fields// //Config:Advanced:__Display Advanced roll-time macro fields__ must be active to display the macro fields//
 +
 +Each attack made will let you chose to use Power Attack/Deadly Aim.
  
 **Attack insert Macro** **Attack insert Macro**
Line 15: Line 19:
 **Damage insert Macro for two-handed** (not applicable for Deadly Aim) **Damage insert Macro for two-handed** (not applicable for Deadly Aim)
 <code>[[ ?{Power Attack or Deadly Aim?|Yes,1|No,0}*(1+floor(@{bab}/4))*3 ]]</code> <code>[[ ?{Power Attack or Deadly Aim?|Yes,1|No,0}*(1+floor(@{bab}/4))*3 ]]</code>
 +
 +===== Favored enemy =====
 +
 +To add favored enemy bonus to attacks use these macros for all weapons it affects. 
 +
 +Each attack made will let you chose to use Favorite enemy bonus.
 +
 +**Attack insert Macro**
 +<code>[[ ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4|Level 20,5}*2 ]]</code>
 +**Damage insert Macro**
 +<code>[[ ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4|Level 20,5}*2 ]]</code>
 +
 +===== Power attack and Favored Enemy=====
 +
 +In cobination with Power attack/Deadly Aim it looks like this
 +
 +**Attack insert Macro**
 +<code>[[ ?{Power Attack?|Yes,1|No,0}*(1+floor(@{bab}/4))*(-1) + ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4}*2 ]]</code>
 +<code>-[[ ?{Power Attack?|Yes,1|No,0}*(1+floor(@{bab}/4)) ]] [[ ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4|Level 20,5}*2 ]]</code>
 +**Damage insert Macro**
 +<code>[[ ?{Power Attack?|Yes,1|No,0}*(1+floor(@{bab}/4))*2 + ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4}*2 ]]</code>
 +<code>[[ ?{Power Attack?|Yes,1|No,0}*(1+floor(@{bab}/4))*2 ]] [[ ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4|Level 20,5}*2 ]]</code>
 +**Damage insert Macro for two-handed**
 +<code>[[ ?{Power Attack?|Yes,1|No,0}*(1+floor(@{bab}/4))*3 + ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4}*2 ]]</code>
 +<code>[[ ?{Power Attack?|Yes,1|No,0}*(1+floor(@{bab}/4))*3 ]] [[ ?{Favored enemy?|No,0|Level 1,1|Level 5,2|Level 10,3|Level 15,4|Level 20,5}*2 ]]</code>
 +
 +===== Favored enemy Alternative =====
 +
 +{{:roll20:roll20_favored_enemy_buff.png?direct|}}
 +
 +We are going to use a **Buff** instead of using macros on each weapon.
 +
 +The **Buff** must be **Enabled** //**before**// making a roll.
 +
 +  * Fill in Name, Type, Add note to roll.
 +  * Check Buff 1 and Buff 2.
 +  * To Buff 1 set Bonus: Attack, Bonus Type: Untyped, Buff calc: 2 for 1st enemy bonus
 +  * To Buff 2 set Bonus: Damage, Bonus Type: Untyped, Buff calc: 2 for 1st enemy bonus
 +
 +You need to create a new buff for each favored enemy and set the Buff calc to the right bonus.
 +
 +**NOTE:** You can only toggle buffs on the character sheet. Not possible by macros or buttons. Therefore is the standard alternative beter for now.
 +
  
 ===== Character Sheet Configuration ===== ===== Character Sheet Configuration =====