Roll20 Codes - Crusaders TTRPG
Adapting the 5e Roll20 Sheet to your Crusaders TTRPG Needs. Below are some easy copy paste commands to add to your features section to create rollable skills, spells, or attacks you might use often.
Roll20 Templates For Different Things
Saving Throws
Fortitude Save
Make a macro for !reflex, !cognitive, !fortitude.
Example
!reflex if you're non proficient.
!reflex --trained for if you're proficient.
!reflex --fey if fey (example Elf).
Saving Throw DC
(DC = [[8 + @{selected|pb} + @{selected|intelligence_mod}]]
Damage Rolls
Basic 8d6 roller
[[8d6]]
Damage Using Proficiency Bonus
(@{pb} - 1)d6
Damage Example (2d6 + Strength)
[[2d6]] + @{selected|strength_mod}]]
Skill Checks
Profession Skill
[[1d20 + @{selected|charisma_mod} + 1d4]]
Skill Checks
[[1d20 + @{selected|charisma_mod}]]
Skill Check With Proficiency
[[1d20 + @{selected|dexterity_mod} + @{selected|pb}]]
Skill Check With Expertise
[[1d20 + @{selected|dexterity_mod} + @{selected|pb}*2]]
Reliable Talent (< 8)
You've rolled an Investigation roll of [[{1d20,8d1}kh1 + @{investigation_bonus}]]