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

Dark Heresy

From Roll20 Wiki

Revision as of 18:07, 25 July 2014 by Samuel L. (Talk | contribs)

Jump to: navigation, search

Macro and Characteristic structure

The d100 system and it's reliance on degrees of success makes Dark Heresy macros very unconventional in their structure and the way you read the outcomes. Your character sheet must be set up with all stats you wish to use, you may use the abbreviations if for the skills if you wish but the designation in the macro and the character sheet must be the same.

Macros

  • Dark Heresy 2nd Edition

*Remove All "Quotes" All formula's will show you the outcome of the roll if it a positive number if you succeed if a negative number you fail. With the ten digits showing your number of success or failures -/+ 1 (EX final number = 06, you still get one success, if your final numer is a 10 you get 2 success). The same with failures (-06 is one failure and -10 is 2 failures). For these tests to work you must have set up a character and have access to his/her Abilities/Attributes page. You must have a token representing that character and have that token selcted. If you do not want tokens simply replace "selected" with "Character Name".

  • Psyker focus power test. The Psy Rating (PR) is the number you are subtracting from your current PR (Ex: You have 5 PR and you subtract 4, you get a bonus of +40) For your modifier you must add or subtract depending on weather you have a Psy Focus and the abilities base modifier.

/roll -1*1d100-((@{selected|Willpower} +(?{Psy Rating|0}*10)+?{modifier|0})*-1)

  • Initiative roll

/roll 1d10+floor(@{selected|Agility} /10) &{tracker}

  • Ability test, you must choose your Characteristic from your sheet as stated above.

/roll -1*(1d100) +@{selected|"Characteristic"} +?{modifier|0}