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 "Andrew R."

From Roll20 Wiki

Jump to: navigation, search
m (903002 moved page Andrew R. to Macros: Do not want this on my main page and did nto realise that was where it was going.)
Line 1: Line 1:
 +
<big>'''== SOME MACROs =='''</big><br />
 +
<br />
 +
''If the macro contains @{selected| or @{target then you will need to select the token on the map below running that macro.<br />''
  
 +
'''Rolls Initiative but may not take into account any bonuses:''' <br />
 +
<code>/em "Initiative": [[1d20 + @{selected|dexterity_mod}&{tracker}]]</code>
 +
 +
'''Rolls ranged attack with ranged weapon in position 1 of the ranged weapon's list:''' <br />
 +
<code>/me attacks  @{target|character_name} with a @{selected|rangedweaponname1} and gets [[1d20+@{selected|rangedtohit1}]] to hit, for [[@{selected|rangeddmg1}+@{selected|rangeddmgbonus1}]] normal damage or [[@{selected|rangedcritdmg1}]] critical damage.</code>
 +
 +
'''Rolls melee attack with melee weapon in position 1 of the melee weapon's list:''' <br />
 +
<code>/me attacks  @{target|character_name} with a @{selected|meleeweaponname1} and gets [[1d20+@{selected|meleetohit1}]] to hit, for [[@{selected|meleedmg1}+@{selected|meleedmgbonus1}]] normal damage or [[@{selected|meleecritdmg1}]] critical damage.</code>
 +
 +
'''Strength check rolls twice - one for standard, other for adv/disadvantage:''' <br />
 +
<code>/em "Strength Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Strength_Mod} ]] | [[1d20 + @{selected|Strength_Mod} ]]</code>
 +
 +
'''Dexterity check rolls twice - one for standard, other for adv/disadvantage:''' <br />
 +
<code>/em "Dexterity Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Dexterity_Mod} ]] | [[1d20 + @{selected|Dexterity_Mod} ]]</code>
 +
 +
'''Constitution check rolls twice - one for standard, other for adv/disadvantage:''' <br />
 +
<code>/em "Constitution Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Constitution_Mod} ]] | [[1d20 + @{selected|Constitution_Mod} ]]</code>
 +
 +
'''Intelligence check rolls twice - one for standard, other for adv/disadvantage:''' <br />
 +
<code> /em "Intelligence Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Intelligence_Mod} ]] | [[1d20 + @{selected|Intelligence_Mod} ]]</code>
 +
 +
'''Wisdom check rolls twice - one for standard, other for adv/disadvantage:''' <br />
 +
<code>/em "Wisdom Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Wisdom_Mod} ]] | [[1d20 + @{selected|Wisdom_Mod} ]]</code>
 +
 +
'''Charisma check rolls twice - one for standard, other for adv/disadvantage:''' <br />
 +
<code>/em "Charisma Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Charisma_Mod} ]] | [[1d20 + @{selected|Charisma_Mod} ]]</code>

Revision as of 00:49, 9 May 2015

== SOME MACROs ==

If the macro contains @{selected| or @{target then you will need to select the token on the map below running that macro.

Rolls Initiative but may not take into account any bonuses:
/em "Initiative": [[1d20 + @{selected|dexterity_mod}&{tracker}]]

Rolls ranged attack with ranged weapon in position 1 of the ranged weapon's list:
/me attacks @{target|character_name} with a @{selected|rangedweaponname1} and gets [[1d20+@{selected|rangedtohit1}]] to hit, for [[@{selected|rangeddmg1}+@{selected|rangeddmgbonus1}]] normal damage or [[@{selected|rangedcritdmg1}]] critical damage.

Rolls melee attack with melee weapon in position 1 of the melee weapon's list:
/me attacks @{target|character_name} with a @{selected|meleeweaponname1} and gets [[1d20+@{selected|meleetohit1}]] to hit, for [[@{selected|meleedmg1}+@{selected|meleedmgbonus1}]] normal damage or [[@{selected|meleecritdmg1}]] critical damage.

Strength check rolls twice - one for standard, other for adv/disadvantage:
/em "Strength Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Strength_Mod} ]] | [[1d20 + @{selected|Strength_Mod} ]]

Dexterity check rolls twice - one for standard, other for adv/disadvantage:
/em "Dexterity Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Dexterity_Mod} ]] | [[1d20 + @{selected|Dexterity_Mod} ]]

Constitution check rolls twice - one for standard, other for adv/disadvantage:
/em "Constitution Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Constitution_Mod} ]] | [[1d20 + @{selected|Constitution_Mod} ]]

Intelligence check rolls twice - one for standard, other for adv/disadvantage:
/em "Intelligence Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Intelligence_Mod} ]] | [[1d20 + @{selected|Intelligence_Mod} ]]

Wisdom check rolls twice - one for standard, other for adv/disadvantage:
/em "Wisdom Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Wisdom_Mod} ]] | [[1d20 + @{selected|Wisdom_Mod} ]]

Charisma check rolls twice - one for standard, other for adv/disadvantage:
/em "Charisma Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Charisma_Mod} ]] | [[1d20 + @{selected|Charisma_Mod} ]]