Skip to content

Instantly share code, notes, and snippets.

@Cussa
Last active September 25, 2020 21:30
Show Gist options
  • Save Cussa/d82d4d2ea0ddb5aa2175e4494d7daeb1 to your computer and use it in GitHub Desktop.
Save Cussa/d82d4d2ea0ddb5aa2175e4494d7daeb1 to your computer and use it in GitHub Desktop.
Roll20 Macros
&{template:simple} {{rname=Normal}} {{mod=?{Bonus|0}}} {{r1=[[1d20+?{Bonus}]]}} {{normal=1}}
&{template:simple} {{rname=Advantage}} {{mod=?{Bonus|0}}} {{r1=[[1d20+?{Bonus}]]}} {{advantage=1}} {{r2=[[1d20+?{Bonus}]]}}
&{template:simple} {{rname=Disadvantage}} {{mod=?{Bonus|0}}} {{r1=[[1d20+?{Bonus}]]}} {{disadvantage=1}} {{r2=[[1d20+?{Bonus}]]}}
&{template:atkdmg} {{mod=?{Attack Bonus|0}}} {{rname=Attack}} {{r1=[[1d20+?{Attack Bonus}]]}} {{normal=1}} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d6+?{Damage Bonus|0}]]}} {{crit1=[[1d6]]}} {{charname=PC Name}}
%{selected|npc_init}
/w gm &{template:default} {{name=Passive Insight (WIS)}} {{Difficult=[[?{DC|10}]]}} {{Cheri Cherifilha=[[13]]|[[13-?{DC|10}]] }} {{Frank Hazelmere=[[12]]|[[12-?{DC|10}]] }} {{Ghuthurhal Drachebardion=[[11]]|[[11-?{DC|10}]] }} {{Noffa Natoll=[[12]]|[[12-?{DC|10}]] }} {{Thelron Brickhelm=[[12]]|[[12-?{DC|10}]] }}
&{template:simple} {{rname=?{Number of dice|1}?{Number of sides|d4|d6|d8|d10|d12|d20}+?{Bonus|0}}} {{mod=?{Bonus|0}}} {{r1=[[?{Number of dice|1}?{Number of sides}+?{Bonus}]]}} {{normal=1}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment