Advertisement
Smurph123452zq

My Roll20 5e OGL Token Action Macros

Aug 18th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Posted this earlier on a guest account by accident and want it on my account
  2. Saving Throws:
  3. /w GM &{template:default} {{name=Saving Throws}} {{Str Save= [[1d20+@{strength_mod}]] | [[1d20+@{strength_mod}]]}}  {{Dex Save= [[1d20+@{dexterity_mod}]] | [[1d20+@{dexterity_mod}]]}} {{Con Save= [[1d20+@{constitution_mod}]] | [[1d20+@{constitution_mod}]]}} {{Int Save= [[1d20+@{intelligence_mod}]] | [[1d20+@{intelligence_mod}]]}} {{Wis Save= [[1d20+@{wisdom_mod}]] | [[1d20+@{wisdom_mod}]]}} {{Cha Save= [[1d20+@{charisma_mod}]] | [[1d20+@{charisma_mod}]]}}
  4.  
  5. Stats: for npc hp i dont set the circle to npc_hp because it dosent really work if using npc_hpforumla so i just keep the attriubite blake and set it to the rolled number
  6. /w gm &{template:default} {{name=Stats}} {{Armor Class= @{selected|npc_AC}}} {{HP= [[@{selected|npc_hpformula}]]}} {{Speed= @{selected|npc_speed}}} {{Senses= @{selected|npc_senses}}} {{Languages= @{selected|npc_languages}}}
  7.  
  8. Attacks: attack macros need to be set up manually for each npc but its mostly just editing the name the type of dice and adding any text that might go alone with it, if i need to set up a trait i typically set it up like this too
  9. /w gm &{template:default} {{name= Attack}} {{attack= [[1d20]]}} {{damage= [[1d6]]}}
  10. 2nd attack example
  11. /w gm &{template:default} {{name=Dire Wolf Bite}} {{attack= [[1d20+5]]}} {{damage= [[2d6+3]]}} {{=If the target is a creature, it must succeed on a DC 13 Strength saving throw or be knocked prone}}
  12. Example of a trait:
  13. &{template:default} {{name= Reckless Attack}} {{Choose to gain advantage on all melee weapon attacks for during his turn, but in return all attack rolls against him also have advantage until the start of his next turn.}}
  14.  
  15.  
  16. Initiative:
  17. %{selected|initiative}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement