5E Macros
From Roll20 Wiki
Page Updated: 2021-09-21 |
This is a collections of macros for D&D 5E, most of which are meant to be used with the D&D5E by Roll20 character sheet.
See Macro Guide for documentation regarding how to build macros.
Contents |
Without Sheet
- D&D5E without Character Sheet has some examples.
Magic Missiles
/em hits their targets with [[?{Level cast at|1|2|3|4|5|6|7|8|9}+2]] magic missiles. Each missile does [[1d4+1]] force damage.
As above, but also displaying the damage individual dice did.
/em hits their targets with [[?{Level cast at|1|2|3|4|5|6|7|8|9}+2]] magic missiles. Total damage is: [[[[1d4+1]]*?{Level cast at}]] Each missile does $[[0]] force damage.
D&D5E by Roll20
Macros that work with the main D&D5E by Roll20 char sheet.
- D&D5E by Roll20 NPC Attributes
- D&D 5e by Roll20 Roll Templates
- D&D 5E by Roll20: How to setup Ammunition and Resource tracker
Examples
Initiative: (select token first)
%{selected|initiative}
Rolls stealth for selected npc token, using it's stealth proficiency.
/w gm &{template:npcatk} {{attack=1}} {{name=Shadow}} {{rname=Shadow Stealth}} {{rnamec=Hide}} {{r1=[[@{selected|d20}+@{selected|npc_stealth} + 6]]}} {{always=1}} {{r2=[[@{selected|d20}+@{selected|npc_stealth} + 6]]}} {{description=While in dim light or darkness, the shadow can take the Hide action as a bonus action. Its stealth bonus is **also** improved to +6 }}
Chat Menus
Chat Menus is a nice way to access sheet buttons without having to open it.
Chat_Menus#5E have a couple of examples, like a NPC Statblock, or a Chat_Menus#Spellblock.
5E Shaped
Macros for the 5E Shaped sheet.
- https://app.roll20.net/forum/permalink/7649294/
- https://app.roll20.net/forum/permalink/5023531/
- https://app.roll20.net/forum/permalink/9623926/
API
This is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |
On the Script Index, there are many API made for 5E listed, and a number of them can be used to extend the normal macro language.
ChatSetAttr, TokenMod, PowerCards, GroupInitiative, GroupCheck and ScriptCards are some popular API that can quite easily be used with 5E, and helps for creating various macros or edits stats.
Related Pages