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 "notjes"

From Roll20 Wiki

Jump to: navigation, search
(Advanced Macros for 5th Edition Shadowrun)
m (Advanced Macros for 5th and 6th Edition Shadowrun)
Line 1: Line 1:
===Advanced Macros for 5th and 6th Edition Shadowrun===
+
===Advanced Macros for 5th and 6th Edition===
  
 
Macros for Initiative, Attack, Defense, and Skill Test utilizing the default template of roll20.
 
Macros for Initiative, Attack, Defense, and Skill Test utilizing the default template of roll20.
Line 10: Line 10:
  
 
'''Initiative'''<br>
 
'''Initiative'''<br>
<code>&{template:default} {{name=**@{selected|token_name}** rolls for Initiative}}{{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]])}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]])}} {{Initiative result:  = [[(?{Reaction+Intuition|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])+?{Initiative Dices|0}d6]]}}</code>
+
<code>&{template:default} {{name=**@{selected|token_name}** Rolls for **Initiative**}}{{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]])}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]])}} {{Initiative result:  = [[(?{Sum of (Reaction+Intuition)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])+?{Initiative Dices|0}d6]]}}</code>
  
 
'''Attack'''<br>
 
'''Attack'''<br>
<code>&{template:default} {{name=**@{selected|token_name}** Attacks!}} {{Pysical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Successes:  = [[(?{Attribute+Skill+Modifier|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}</code>
+
<code>&{template:default} {{name=**@{selected|token_name} Attacks!**}} {{Pysical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Successes:  = [[(?{Sum of (Attribute+Skill+Modifier)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}</code>
  
 
'''Defense'''<br>
 
'''Defense'''<br>
<code>&{template:default} {{name=**@{selected|token_name}** Rolls For Defense}} {{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Sucesses:  = [[(?{Reaction+Intuition|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}</code>
+
<code>&{template:default} {{name=**@{selected|token_name}** Rolls for **Defense**}} {{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Sucesses:  = [[(?{Sum of (Reaction+Intuition)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}</code>
  
 
'''Skill Check'''<br>
 
'''Skill Check'''<br>
<code>&{template:default} {{name=**@{selected|token_name}** Rolls For ?{What do you want to roll for?|perception?}}} {{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Sucesses: = [[(?{Sum of (Attribute+Skill+Modifier)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}</code>
+
<code>&{template:default} {{name=**@{selected|token_name}** Rolls for **?{What do you want to roll for?|perception?}**}} {{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Sucesses: = [[(?{Sum of (Attribute+Skill+Modifier)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}</code>

Revision as of 22:02, 7 April 2020

Advanced Macros for 5th and 6th Edition

Macros for Initiative, Attack, Defense, and Skill Test utilizing the default template of roll20.
Requirements to use this macro successfully:

  • A player token must be selected.
  • bar1 and bar2 are considered to be physical and stun condition monitors. It does not matter which is which, but they can't be empty. So the red bubble and the blue bubble have to be at least 0.
  • Modifiers like damage compensators need to be taken into account manually.


Initiative
&{template:default} {{name=**@{selected|token_name}** Rolls for **Initiative**}}{{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]])}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]])}} {{Initiative result: = [[(?{Sum of (Reaction+Intuition)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])+?{Initiative Dices|0}d6]]}}

Attack
&{template:default} {{name=**@{selected|token_name} Attacks!**}} {{Pysical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Successes: = [[(?{Sum of (Attribute+Skill+Modifier)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}

Defense
&{template:default} {{name=**@{selected|token_name}** Rolls for **Defense**}} {{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Sucesses: = [[(?{Sum of (Reaction+Intuition)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}

Skill Check
&{template:default} {{name=**@{selected|token_name}** Rolls for **?{What do you want to roll for?|perception?}**}} {{Physical Damage:= @{selected|bar1} (-[[floor(@{selected|bar1}/3)]]D6)}} {{Stun Damage:= @{selected|bar2} (-[[floor(@{selected|bar2}/3)]]D6)}} {{Sucesses: = [[(?{Sum of (Attribute+Skill+Modifier)|0}-[[floor(@{selected|bar1}/3)]]-[[floor(@{selected|bar2}/3)]])d6>5]]}}