FrontierSpace
From Roll20 Wiki
A sci-fi themed RPG based on the D00 System by DwD Studios.
Contents |
DICE ABBREVIATIONS
Ten-sided dice are used in this game and are abbreviated “D” within the rules. There are three types of uses for this versatile die: D: If you are instructed to roll 2D, then you roll two dice and add them together.
½D: Roll 1D and divide in half (round up).
D00: A percent given between 0 and 00. /roll 1d100-1
MACROS
Most of these macros use the default display template.
Minor NPC Credits On-Hand
Minor NPC's typically have 2D-2 credits in their pockets
&{template:default} {{name=@{selected|token_name}}} {{...has [[2d10-2]](cr) in pockets}}
Ranged Attack
CRD + Marksman attacks with pistols, rifles, thrown knives, archery, grenades, etc. Example: Blastpistol Useage: Select attacker's token, use macro, select target
&{template:default} {{name=Blastpistol @{selected|token_name}}} {{CRD+Marksman=[[@{selected|CRD}+@{selected|Marksman}]] Roll=[[1d100-1]]}} {{Damage=[[2d10+@{selected|RangedDamage}]](B)}} {{Target=@{target|token_name}}}
Action Check
Make a action check:
&{template:default} {{name=@{selected|token_name} @{selected|Score}}} [[1d100-1]]
Make an action check, choose a modifier from -60 to +40:
[[ ?{Action|-60,(1d100-1)+60|-40,(1d100-1)+40|-20,(1d100-1)+20|-10,(1d100-1)+10|+0,(1d100-1)|+10,(1d100-1)-10|+20,(1d100-1)-20|+30,(1d100-1)-30|+40(1d100-1)-40}]]
Make an action check and ask for a modifier. NOTE: If the Referee states you receive +20 bonus to your roll you enter "-20".
&{template:default} {{name=@{selected|token_name} @{selected|Score}}} [[1d100-1 + ?{Modifier|0} ]]