Advertisement
Guest User

5e OGL Character Sheet Macros

a guest
Apr 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. NOTE: These macros only work if you are using the 5th Edition OGL character sheet by Roll20
  2.  
  3. Initiative Roller (Selected token with character sheet)
  4. %{selected|initiative}
  5.  
  6. Simple Initiative Roller (Selected token with no character sheet)
  7. &{template:simple} {{rname=INITIATIVE}} {{mod=?{Mod|0}}} {{r1=[[1d20+?{Mod} &{tracker}]]}} {{normal=1}} {{charname=@{selected|token_name}}}
  8.  
  9. d4-100 Selector Roller
  10. &{template:simple} {{charname=?{Dice #|1}?{Sides|d4|d6|d8|d10|d12|d20|d100}+?{Mod|0}}} {{r1=[[?{Dice #}?{Sides}+?{Mod}]]}} {{normal=1}}
  11.  
  12. Variable Dice Side Roller (?d?)
  13. &{template:simple} {{charname=?{Dice #|1}d?{Sides|0}}} {{r1=[[?{Dice #}d?{Sides}]]}} {{normal=1}}
  14.  
  15. 1d4
  16. &{template:simple} {{charname=1d4}} {{r1=[[1d4]]}} {{normal=1}}
  17.  
  18. 1d6
  19. &{template:simple} {{charname=1d6}} {{r1=[[1d6]]}} {{normal=1}}
  20.  
  21. 1d8
  22. &{template:simple} {{charname=1d8}} {{r1=[[1d8]]}} {{normal=1}}
  23.  
  24. 1d10
  25. &{template:simple} {{charname=1d10}} {{r1=[[1d10]]}} {{normal=1}}
  26.  
  27. 1d12
  28. &{template:simple} {{charname=1d12}} {{r1=[[1d12]]}} {{normal=1}}
  29.  
  30. 2d20 (Rolls two for Advantage Calculation)
  31. &{template:simple} {{rname=2d20}} {{r1=[[1d20]]}} {{always=1}} {{r2=[[1d20]]}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement