Skip to content

Instantly share code, notes, and snippets.

@pwtyler
Last active March 17, 2020 23:57
Show Gist options
  • Save pwtyler/c013e574a71a8d45bdd73757fd00634b to your computer and use it in GitHub Desktop.
Save pwtyler/c013e574a71a8d45bdd73757fd00634b to your computer and use it in GitHub Desktop.

Character sheet-free macros

For use with Roll20

d20 Rolls

Generic Skills Check

/roll ?{Roll Type|Standard, 1d20|Advantage, 2d20kh1|Disadvantage, 2d20kl1} + (?{Modifier|0})

Initiative (token should be selected on battle map)

/roll 1d20+ (?{DEX Modifier|0}) &{tracker}

Reliable Talent

/roll {1d20, 1d0+10}kh1 + (?{Modifier|0})

Attack

/roll ?{Attack Type|Standard, 1d20|Advantage, 2d20kh1|Disadvantage, 2d20kl1} + ?{Weapon | Magical Dagger, 11 | Non-Magical Dagger, 10 }

Damage Rolls

Sneak Attack Damage

/roll ?{Weapon?|Rapier, 1d8 + 6 | Short Bow, 1d6 + 6, | Dagger, 1d4 + 6 | Regular Dagger, 1d4 + 5 } + ?{Sneak Attack?|Yes, 8d6 | No, 0}

Critical Sneak Attack Damage

/roll ?{Weapon?|Rapier, 2d8 + 6 | Short Bow, 2d6+6, | Dagger, 2d4+6 | Short Sword, 2d6+5} + ?{Sneak Attack|Yes, 16d6 | No, 0}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment