Difference between revisions of "FrontierSpace"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | {{stub}} | |
+ | [https://dwdstudios.com/frontierspace Frontier Space] is a sci-fi themed RPG based by DwD Studios, using the [http://dwdstudios.com/node/9104 D00 System] . | ||
− | = | + | == 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: | 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: 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). | + | '''½D''': Roll 1D and divide in half (round up). |
− | D00: A percent given between 0 and 00. /roll 1d100-1 | + | '''D00''': A percent given between 0 and 00. /roll 1d100-1 |
− | + | == Macros == | |
− | + | ||
− | = | + | |
Most of these macros use the default display template. | Most of these macros use the default display template. | ||
− | == Minor NPC Credits On-Hand == | + | === Minor NPC Credits On-Hand === |
'''Minor NPC's typically have 2D-2 credits in their pockets''' | '''Minor NPC's typically have 2D-2 credits in their pockets''' | ||
<pre>&{template:default} {{name=@{selected|token_name}}} {{...has [[2d10-2]](cr) in pockets}}</pre> | <pre>&{template:default} {{name=@{selected|token_name}}} {{...has [[2d10-2]](cr) in pockets}}</pre> | ||
− | == Ranged Attack == | + | === Ranged Attack === |
'''CRD + Marksman attacks with pistols, rifles, thrown knives, archery, grenades, etc.''' | '''CRD + Marksman attacks with pistols, rifles, thrown knives, archery, grenades, etc.''' | ||
Example: Blastpistol | Example: Blastpistol | ||
Line 25: | Line 24: | ||
{{Damage=[[2d10+@{selected|RangedDamage}]](B)}} {{Target=@{target|token_name}}}</pre> | {{Damage=[[2d10+@{selected|RangedDamage}]](B)}} {{Target=@{target|token_name}}}</pre> | ||
− | == Action Check == | + | === Action Check === |
Make a action check: | Make a action check: | ||
<pre>&{template:default} {{name=@{selected|token_name} @{selected|Score}}} | <pre>&{template:default} {{name=@{selected|token_name} @{selected|Score}}} | ||
[[1d100-1]]</pre> | [[1d100-1]]</pre> | ||
− | |||
<br> | <br> | ||
[[Category:Games]] | [[Category:Games]] |
Latest revision as of 16:38, 10 May 2020
This article is a stub. |
Frontier Space is a sci-fi themed RPG based by DwD Studios, using the D00 System .
Contents |
[edit] 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
[edit] Macros
Most of these macros use the default display template.
[edit] 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}}
[edit] 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}}}
[edit] Action Check
Make a action check:
&{template:default} {{name=@{selected|token_name} @{selected|Score}}} [[1d100-1]]