Difference between revisions of "5E Macros"
From Roll20 Wiki
Andreas J. (Talk | contribs) (create page) |
Andreas J. (Talk | contribs) m |
||
Line 24: | Line 24: | ||
* [[D&D 5E by Roll20: How to setup Ammunition and Resource tracker]] | * [[D&D 5E by Roll20: How to setup Ammunition and Resource tracker]] | ||
==Examples== | ==Examples== | ||
+ | |||
+ | '''Initiative:''' (select token first) | ||
+ | <pre style="overflow:auto;white-space:pre-wrap;"> | ||
+ | %{selected|initiative} | ||
+ | </pre> | ||
==Chat Menus== | ==Chat Menus== |
Revision as of 20:06, 19 May 2021
main page D&D 5E
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}
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 are some popular API that can quite easily be used with 5E.
Related Pages