| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| roll20:start [2020-12-18 19:06] – [Favored enemy Alternative] zem | roll20:start [2021-01-21 23:26] (current) – [Power attack/Deadly Aim and Favored Enemy] zem |
|---|
| ~~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 |
| **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 ===== |
| 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. |
| |
| |