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-18 19:06] – [Favored enemy Alternative] zemroll20:start [2021-01-21 23:26] (current) – [Power attack/Deadly Aim and Favored Enemy] zem
Line 1: Line 1:
 ~~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 The main page for character sheet macros is this one: https://wiki.roll20.net/Pathfinder_Community_Sheet
Line 30: Line 30:
 **Damage insert Macro** **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> <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 In cobination with Power attack/Deadly Aim it looks like this
  
 **Attack insert Macro** **Attack insert Macro**
-<code>-[[ ?{Power Attack or Deadly Aim?|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>+<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** **Damage insert Macro**
-<code>[[ ?{Power Attack or Deadly Aim?|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> +<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> 
-**Damage insert Macro for two-handed** (not applicable for Deadly Aim+<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> 
-<code>[[ ?{Power Attack or Deadly Aim?|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>+**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 ===== ===== Favored enemy Alternative =====
Line 55: Line 60:
 You need to create a new buff for each favored enemy and set the Buff calc to the right 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.+**NOTE:** You can only toggle buffs on the character sheet. Not possible by macros or buttons. Therefore is the standard alternative beter for now.