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

Dungeons and Dragons 4th Edition

From Roll20 Wiki

Revision as of 21:56, 31 August 2013 by Tim G. (Talk | contribs)

Jump to: navigation, search

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 (or HP)
  • Healing Surges
  • Action Points

For Macros:

  • STR_MOD
  • DEX_MOD
  • CON_MOD
  • INT_MOD
  • WIS_MOD
  • CHA_MOD
  • Enhancement
  • Half_Level
  • Weapon_Proficiency
  • Implement (Enchantment bonus of character's Implement)
  • Ranged_Proficiency (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