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 4th Edition"

From Roll20 Wiki

Jump to: navigation, search
m
(Attributes)
Line 8: Line 8:
 
==Attributes==
 
==Attributes==
 
'''For Bars''':
 
'''For Bars''':
* Hit Points (or HP)
+
* Hit Points (26)
* Healing Surges
+
* Healing Surges (4)
* Action Points
+
* Action Points (0)
  
 
'''For Macros''':
 
'''For Macros''':
* STR_MOD
+
* STR_MOD (2)
* DEX_MOD
+
* DEX_MOD (4)
* CON_MOD
+
* CON_MOD (0)
* INT_MOD
+
* INT_MOD (2)
* WIS_MOD
+
* WIS_MOD (2)
* CHA_MOD
+
* CHA_MOD (3)
 
* Enhancement
 
* Enhancement
 
* Half_Level
 
* Half_Level
* Weapon_Proficiency
+
* Weapon_Proficiency (5)
 
* Implement (Enchantment bonus of character's Implement)
 
* Implement (Enchantment bonus of character's Implement)
* Ranged_Proficiency (Proficiency bonus of character's ranged weapon)
+
* Ranged_Proficiency (3) (Proficiency bonus of character's ranged weapon)
  
 
== Sample Macros ==
 
== Sample Macros ==

Revision as of 03:29, 26 October 2013

This page is about playing Version 4.0 of D&D on Roll20.

Contents

Intro

The 4th edition of Dungeons and Dragons (hereafter referred to as 4e) is perfectly suited to being run on Roll20. With the emphasis of tactical combats and simple dice mechanics 4e is very easily adapted to playing on a virtual tabletop.

Macros and Attributes

The structure of rolls in 4e is very formulaic, which makes setting up a character's attributes and macros very simple. Below is a sample set of Attributes that can be used:

Attributes

For Bars:

  • Hit Points (26)
  • Healing Surges (4)
  • Action Points (0)

For Macros:

  • STR_MOD (2)
  • DEX_MOD (4)
  • CON_MOD (0)
  • INT_MOD (2)
  • WIS_MOD (2)
  • CHA_MOD (3)
  • Enhancement
  • Half_Level
  • Weapon_Proficiency (5)
  • Implement (Enchantment bonus of character's Implement)
  • Ranged_Proficiency (3) (Proficiency bonus of character's ranged weapon)

Sample Macros

The following Macros utilize the above attributes.

Melee Basic Attack
Macro name: "mba"
Invoked using: #mba
Macro Contents:
/roll 1d20 + @STR_MOD + @Weapon_Proficiency + @Half_Level + @Enhancement vs AC
/roll 1d8 + @STR_MOD + @Enhancement damage