Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Dungeons and Dragons 5th Edition"

From Roll20 Wiki

Jump to: navigation, search
(Attributes)
m (move old & outdated guide to better named page, and make this a redirect to the main page on info about DnD5E playing on roll20.)
(36 intermediate revisions by 19 users not shown)
Line 1: Line 1:
=Introduction=
+
#REDIRECT [[5E]]
D&D Next is the fifth edition of the popular Dungeons & Dragons role-playing game series, currently produced and published by [http://www.wizards.com/dnd Wizards of the Coast]. This latest iteration of D&D is currently undergoing an ongoing open playtest, which you can participate in by signing up at the [https://www.wizards.com/dnd/dndnext.aspx D&D Next Playtest Site]. With less reliance on a variety of modifiers and conditions in D&D Next, [https://app.roll20.net/ Roll20] can easily accommodate both Theater of the Mind and Tactical Combat gaming styles.
+
 
+
 
+
=Attributes, Abilities, & Macros=
+
==Attributes==
+
Attributes are a variable that can be added to a [[journal]] entry. Each attribute has a name, a current, and an optional maximum value. Any players that you give permission to control or edit the journal will also be able to edit the attributes. Attributes can be used as variables in both Macros and Abilities. In D&D Next, a common set of attributes would be the following:
+
 
+
* HP
+
* STR_MOD
+
* DEX_MOD
+
* CON_MOD
+
* INT_MOD
+
* WIS_MOD
+
* CHA_MOD
+
 
+
==Abilities & Macros==
+
Abilities are journal specific macros and hereafter will be referred to as macros. Macros are a pre-written command or set of commands using any of the same commands you can use in the chat window.
+
 
+
=== Sample Generic Macros ===
+
The following three macros take advantage of a new [[roll query]] feature currently available on the dev server. The roll query will pop up a window and ask for a description of the attack. This can be left blank. Then it will ask for any additional modifiers to the attack roll. Finally, it will ask for your damage roll. Just enter this in like you would as if you were typing /roll XdY+Z in the chat window. The use of roll queries make these macros most useful for Dungeon Masters™, but any player can find use for them as a starting point for their own macros as described in the next section.
+
 
+
'''Attack (Disadvantage)''' <br/ >
+
/em ?{Description} <br/ >Attack w/Disadvantage <br/ >[[{2d20KL1}+?{Modifiers|0}]] to hit <br/ >[[?{Damage Roll}]] damage <br/ >
+
 
+
'''Attack (Standard)''' <br/ >
+
/em ?{Description} <br/ >Attack w/Disadvantage <br/ >[[1d20+?{Modifiers|0}]] to hit <br/ >
+
[[?{Damage Roll}]] damage <br/ >
+
 
+
'''Attack (Advantage)''' <br/ >
+
/em ?{Description} <br/ >Attack w/Disadvantage <br/ >[[{2d20KH1}+?{Modifiers|0}]] to hit <br/ >
+
[[?{Damage Roll}]] damage
+
 
+
 
+
=== Creating Character Specific Macros ===
+
Under construction...
+
 
+
[[Category:Guides]][[Category:NeedsUpdates]]
+

Revision as of 18:16, 12 April 2020

  1. REDIRECT 5E