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 "Tim G."

From Roll20 Wiki

Jump to: navigation, search
(Created page with " == Using Macros and “Selected icon” for Character Skills and Abilities == All D&D 4 characters have the same list of skills. Instead of entering Abilites for each chara...")
 
 
(11 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
<big>Adjustable Monster Level Abilities</big>
  
== Using Macros and “Selected icon” for Character Skills and
+
D&D 4E makes it easy to adjust a monster’s level tocreate a good challenge for the party. Roll20 abilities can be created so they adjust to hit and damage rolls automatically. ( Only attributes need to be changed when changing a monster level.)
Abilities ==
+
  
 +
'''1. Create a character template for monsters with the following attributes:'''
 +
 +
{| class="wikitable"
 +
|-
 +
! Attribute !! Value
 +
|-
 +
| Level || Desired Monster Level
 +
|-
 +
| Base_Level || Value from monster listing
 +
|}
 +
 +
 +
'''2. Add the ability definitions.'''
 +
 +
Enter the modifiers from the monster listing, plus the code for adjusting to hit and damage rolls, as follows:
 +
 +
'''Example 1: Basic ability with no target'''
 +
 +
  /emas @{selected|token_name} thrusts its spear
 +
  /roll d20 + 6 + (@{Level}-@{Base_Level}) vs AC
 +
  /roll d8 + 2 + ( floor((@{Level}-@{Base_Level})  /2)))
 +
 +
'''Example 2: Rugged Reroll style, with target.'''
 +
 +
(NOTE: Target’s “AC” attribute must be defined.)
 +
 +
  /emas @{selected|token_name} thrusts its spear at @{target|target1|token_name}
 +
  /roll d20 + 6 + (@{Level}-@{Base_Level}) vs AC:@{target|target1|AC}
 +
  /roll d8 + 2 + ( floor((@{Level}-@{Base_Level})  /2)))
 +
 +
 +
 +
older
 +
 +
'''
 +
<big>Using Macros and “Selected icon” for Character Skills and
 +
Abilities</big>
 +
'''
 +
 +
'''Description:'''
  
 
All D&D 4 characters have the same list of skills.
 
All D&D 4 characters have the same list of skills.
Instead of entering Abilites for each character for all skills, you canleverage shared macros and the “selected icon” functionality.
+
Instead of entering Abilites for each character for all skills, you can leverage shared macros. Players (including the DM) will need to click-select their character icon before using the shared macros.
  
This keeps the character sheet from being cluttered, and itless prone to error. The downside is that players will need to click on theircharacter tokens before making skill rolls. My players don’t mind this, becausethey are used to selecting their tokens in order to get their token actions toappear.
+
This keeps the character sheet from being cluttered, and is less prone to error. My players don’t mind this, because they are used to selecting their tokens in order to get their token actions to appear.
  
(You will also need to make sure your character can an iconthat Represents the character. To do this: Click the token. Click the wheelicon that appears, and select the character in the “Represents Character”dropdown menu. Save changes.)
+
'''<big>Attributes:</big>'''
  
Attributes:
+
Create the following attributes for each character (or better yet, one character sheet you later copy) and populate them with values.
  
Create the following attributes for each character (orbetter yet, one character sheet you later copy) and populate them with values.
+
'''<big>Attributes for all characters</big>'''
Attributes for all characters
+
 
   
 
   
 
Level
 
Level
Line 23: Line 62:
 
modifier.)
 
modifier.)
  
And attributes for all skills:
+
'''Then, add attributes for all skills:'''
 +
 
 
Athletics-trained
 
Athletics-trained
  
Line 30: Line 70:
 
(Repeat for other skills)
 
(Repeat for other skills)
  
Macros
 
  
Internal macros: Thefollowing macros have no commands (e.g., /roll) so they don’t do anythinginteresting if called directly. They are meant to be called by other macros orabilities. To keep them from cluttering up auto-complete lists, you can beginthem with an underscore.
+
<big>'''Internal macros:'''</big>
  
'''Name: _Half_Level'''
+
The following macros have no commands (e.g., /roll) so they don’t do anything interesting if called directly. They are meant to be called by other macros or abilities. To keep them from cluttering up auto-complete lists, you can begin them with an underscore.
  
Actions: floor(  @{selected|Level} /2  )
+
'''Name:''' _Half_Level
  
Show as Token Action: Leave unchecked
+
'''Actions:''' 
 +
  floor(  @{selected|Level} /2  )
  
Visible to Players: All Players
+
'''Show as Token Action:''' Leave unchecked
  
 +
'''Visible to Players:''' All Players
  
'''Ability Mod macros''' (Repeat for other abilities)
 
  
Name: _STR_MOD
 
  
Actions: floor((@{selected|STR}-10)/2)
+
'''<big>Ability Mod macros</big>''' (Repeat for other abilities)
  
Show as Token Action: Leave unchecked
+
'''Name:''' _STR_MOD
  
Visible to Players: All Players
+
'''Actions:'''
 +
  floor((@{selected|STR}-10)/2)
  
 +
'''Show as Token Action:''' Leave unchecked
  
Skill macros:  
+
'''Visible to Players:''' All Players
  
Name: Athletics
 
  
Actions:
 
  
/em @{selected|token_name} does Athletics
+
'''<big>Skill macros:</big> '''
  
/roll d20 + @{selected|Athletics-trained} +@{selected|Athletics-misc} + #_STR_MOD + #_Half_Level  -@{selected|Armor-Penalty}
+
'''Name:''' Athletics
  
 +
'''Actions:'''
  
Shows as Token Action? : Your choice
+
  /em @{selected|token_name} does Athletics
 +
  /roll d20 + @{selected|Athletics-trained} +@{selected|Athletics-misc} + #_STR_MOD + #_Half_Level  -@{selected|Armor-Penalty}
  
Visible to Players: All Players
 
  
Ability Check Macros:
+
'''Shows as Token Action?''' : Your choice
  
'''Name: STR_check'''
+
'''Visible to Players:''' All Players
  
Actions: /roll #_STR_MOD + #_HALF_LEVEL
+
'''<big>Ability Check Macros:</big>'''
  
Shows as Token Action? : Your choice
+
'''Name: STR_check'''
  
Visible to Players: All Players
+
'''Actions:'''
 +
  /roll #_STR_MOD + #_HALF_LEVEL
  
'''Name: Grab'''
+
'''Shows as Token Action?''' : Your choice
  
/em @{selected|token_name} grabs somebody
+
'''Visible to Players:''' All Players
  
#STR_check
 
  
vs REF
+
'''Name: Grab'''
 +
 
 +
'''Actions:'''
 +
  /em @{selected|token_name} grabs somebody
 +
  #STR_check vs REF
  
Shows as Token Action: Your choice
+
'''Shows as Token Action:''' Your choice
  
Visible to Players: All Players
+
'''Visible to Players:''' All Players

Latest revision as of 15:48, 29 March 2014

Adjustable Monster Level Abilities

D&D 4E makes it easy to adjust a monster’s level tocreate a good challenge for the party. Roll20 abilities can be created so they adjust to hit and damage rolls automatically. ( Only attributes need to be changed when changing a monster level.)

1. Create a character template for monsters with the following attributes:

Attribute Value
Level Desired Monster Level
Base_Level Value from monster listing


2. Add the ability definitions.

Enter the modifiers from the monster listing, plus the code for adjusting to hit and damage rolls, as follows:

Example 1: Basic ability with no target

 /emas @{selected|token_name} thrusts its spear
 /roll d20 + 6 + (@{Level}-@{Base_Level}) vs AC
 /roll d8 + 2 + ( floor((@{Level}-@{Base_Level})  /2)))

Example 2: Rugged Reroll style, with target.

(NOTE: Target’s “AC” attribute must be defined.)

 /emas @{selected|token_name} thrusts its spear at @{target|target1|token_name}
 /roll d20 + 6 + (@{Level}-@{Base_Level}) vs AC:@{target|target1|AC}
 /roll d8 + 2 + ( floor((@{Level}-@{Base_Level})  /2)))


older

Using Macros and “Selected icon” for Character Skills and Abilities

Description:

All D&D 4 characters have the same list of skills. Instead of entering Abilites for each character for all skills, you can leverage shared macros. Players (including the DM) will need to click-select their character icon before using the shared macros.

This keeps the character sheet from being cluttered, and is less prone to error. My players don’t mind this, because they are used to selecting their tokens in order to get their token actions to appear.

Attributes:

Create the following attributes for each character (or better yet, one character sheet you later copy) and populate them with values.

Attributes for all characters

Level

Armor-Penalty

STR, CON, DEX, INT, WIS, CHA (These will have the actual ability score, not the modifier.)

Then, add attributes for all skills:

Athletics-trained

Athletics-misc

(Repeat for other skills)


Internal macros:

The following macros have no commands (e.g., /roll) so they don’t do anything interesting if called directly. They are meant to be called by other macros or abilities. To keep them from cluttering up auto-complete lists, you can begin them with an underscore.

Name: _Half_Level

Actions:

 floor(  @{selected|Level} /2  )

Show as Token Action: Leave unchecked

Visible to Players: All Players


Ability Mod macros (Repeat for other abilities)

Name: _STR_MOD

Actions:

 floor((@{selected|STR}-10)/2)

Show as Token Action: Leave unchecked

Visible to Players: All Players


Skill macros:

Name: Athletics

Actions:

 /em @{selected|token_name} does Athletics 
 /roll d20 + @{selected|Athletics-trained} +@{selected|Athletics-misc} + #_STR_MOD + #_Half_Level  -@{selected|Armor-Penalty}


Shows as Token Action? : Your choice

Visible to Players: All Players

Ability Check Macros:

Name: STR_check

Actions:

 /roll #_STR_MOD + #_HALF_LEVEL

Shows as Token Action? : Your choice

Visible to Players: All Players


Name: Grab

Actions:

 /em @{selected|token_name} grabs somebody
 #STR_check vs REF

Shows as Token Action: Your choice

Visible to Players: All Players