Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. !power {{
  2. --charid|@{character_id}
  3. --emote|Slings her bow back
  4. --name|Deadly Judgment Arrow
  5. --leftsub|Ethel
  6. --rightsub|Inquisitor of Besmara
  7. --$hidden|
  8. ?{Type of Weapon|Composite bow,compositebow|Blah,blah}
  9. ?{Power Attack|Yes,-2|No,0}
  10. ?{Power Attack Damage|Yes,4|No,0}
  11. ?{Iterative|No,0|Yes,-5}
  12. ?{Rapid Shot|No,0|Yes,-2}
  13. --?? ?{Type of Weapon} == compositebow OR ?{Power Attack}
  14. == 2 ?? Composite bow|vs. AC: [[ [$Crit] 1d20 + 9 + ?{Attack Bonus|0} + ?{Rapid Shot|No,0|Yes,-2} + ?{Power Attack} + ?{Iterative} ]]
  15. --?? $Crit.base >= 20 ?? ^1 to Confirm:| [[ 1d20 + 9 + ?{Attack Bonus|0} + ?{Power Attack} + ?{Rapid Shot|No,0|Yes,-2} + ?{Iterative} ]]
  16. --?? ?{Type of Weapon} == compositebow OR ?{Power Attack}
  17. == 2 ?? ^1Damage:| [[ 1d10 + 8 + ?{Damage Bonus|0} + ?{Power Attack Damage} ]]
  18. --?? $Crit.base >= 20 ?? ^1 Critical:| [[ 3d8 + 12 + ?{Damage Bonus|0} + ?{Power Attack Damage} ]]
  19. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement