Difference between revisions of "Andrew R."
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
<big>'''== SOME MACROs =='''</big><br /> | <big>'''== SOME MACROs =='''</big><br /> | ||
<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 />'' | + | ''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 /> | '''Rolls Initiative but may not take into account any bonuses:''' <br /> | ||
Line 30: | Line 30: | ||
<code>/em "Charisma Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Charisma_Mod} ]] | [[1d20 + @{selected|Charisma_Mod} ]]</code><br /> | <code>/em "Charisma Check": [Std | Advantage/Disadvantage] [[1d20 + @{selected|Charisma_Mod} ]] | [[1d20 + @{selected|Charisma_Mod} ]]</code><br /> | ||
<br /> | <br /> | ||
− | For more information on how to reference the required fields on the character sheet got to | + | For more information on how to reference the required fields on the character sheet got to [https://wiki.roll20.net/DnD5e_Character_Sheet#Advanced_Usage DnD5e Character Sheet - Advanced Usage] |
+ | |||
+ | [[Category:Macros]] |
Latest revision as of 18:23, 26 March 2018
== 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} ]]
For more information on how to reference the required fields on the character sheet got to DnD5e Character Sheet - Advanced Usage