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

From Roll20 Wiki

Jump to: navigation, search
(Created page with "'''Mythic D6''' (by Khepera Publishing) character sheet. ==Sheet== '''info TO-DO''' ==Links== * [https://www.drivethrurpg.com/product/243769/MYTHIC-D6-Revised--Expanded MYTH...")
 
(add info on char sheet)
Line 1: Line 1:
'''Mythic D6''' (by Khepera Publishing) character sheet.
+
This is a guide to the Official '''Mythic D6''' Roll20 character sheet.
  
 
==Sheet==
 
==Sheet==
'''info TO-DO'''
+
* Roll buttons will count the success you gain
 +
** the number of pips is show below the roll, so you can yourself determine if one of your dice gets upgraded, by hover your mouse over the results to see the individual dice results
 +
* Wild Die
 +
** if the Wild Die explodes, automatically rolling extra dice, and roll results are highlighted with a green border
 +
** If you roll a '''1''' with the Wild Die, roll results are highlighted with a red border(but nothing else)
 +
* Abbreviations/game terms are explained, if you hover your mouse over the word
 +
** Some tooltip explain things in greater details, or even mention the relevant rules page
 +
 
 +
===Main===
 +
info on the main page
 +
====Initiative====
 +
For the init  roll to appear on the {{Turn Tracker}}, you need to remember selecting a token first, before making the Init roll.
 +
 
 +
If you have init modifiers, you can save them on the [[#Settings|Settings]]-page.
 +
 
 +
====Skills====
 +
* skills can be left empty or as a zero, the selected attribute will be rolled by itself if the character isn't proficient in the skill
 +
* you can change the attribute used with the skill from the dropdown
 +
* skill rolls automatically calculate your full roll total
 +
** summing up your selected attribute + skill dice, and if the pip total from them is 3 or 4, you'll automatically get the new extra dice
 +
 
 +
 
 +
===Settings===
 +
* You can turn on/off the popup asking for roll modifier
 +
 
 +
==Macros==
 +
All input fields & roll buttons have a hover tooltip saying the attribute's/button's name, with makes it easier to make your own [[macros]] leveraging the sheet.
 +
 
 +
{{ex}}
 +
If you select a token from the map(that's [[Link Token|linked to a sheet]]), and then type <code>%{selected|init}</code> in the {{Text Chat}}.
 +
 
 +
'''Roll Template format'''
 +
<pre style="overflow:auto;white-space:pre-wrap;">
 +
&{template:mythicd6} {{title=Title }} {{subtitle=  }} {{ Roll = [[3d6>3]]  optional}}  {{ desc = optional }}
 +
</pre>
 +
 
 +
{{ex}}
 +
<pre style="overflow:auto;white-space:pre-wrap;">
 +
&{template:mythicd6} {{title=required }} {{subtitle= optional @{character_name} }} {{ Successes = [[(@{perception} -1)d6>3cf0cs0[perception] + 1d6>3cf1cs6![Wild Die] ]]}} {{soemthing = something else }} {{ desc = if using "desc" you get a wide description bot better for lots of text. Before the desc section you can have any number of custom sections}}
 +
</pre>
  
 
==Links==
 
==Links==
* [https://www.drivethrurpg.com/product/243769/MYTHIC-D6-Revised--Expanded MYTHIC D6 Revised & Expanded] - rulebook on DriveThruRPG
+
* [https://www.drivethrurpg.com/product/243769/MYTHIC-D6-Revised--Expanded MYTHIC D6 Revised & Expanded] - Rulebook on DriveThruRPG
 
* [https://kheperapublishing.files.wordpress.com/2018/06/mythicd6_khp034-quickstart.pdf MYTHIC D6 Quickstart] - free
 
* [https://kheperapublishing.files.wordpress.com/2018/06/mythicd6_khp034-quickstart.pdf MYTHIC D6 Quickstart] - free
 +
* [https://kheperapublishing.com/ Khepera Publishing] Website
 +
* {{twitter|Khepera_RPG @Khepera_RPG}}
 
<br>
 
<br>
 
<br>
 
<br>
 
[[Category:Character Sheet Documentation]]
 
[[Category:Character Sheet Documentation]]

Revision as of 18:44, 16 April 2021

This is a guide to the Official Mythic D6 Roll20 character sheet.

Contents

Sheet

  • Roll buttons will count the success you gain
    • the number of pips is show below the roll, so you can yourself determine if one of your dice gets upgraded, by hover your mouse over the results to see the individual dice results
  • Wild Die
    • if the Wild Die explodes, automatically rolling extra dice, and roll results are highlighted with a green border
    • If you roll a 1 with the Wild Die, roll results are highlighted with a red border(but nothing else)
  • Abbreviations/game terms are explained, if you hover your mouse over the word
    • Some tooltip explain things in greater details, or even mention the relevant rules page

Main

info on the main page

Initiative

For the init roll to appear on the t Turn Tracker, you need to remember selecting a token first, before making the Init roll.

If you have init modifiers, you can save them on the Settings-page.

Skills

  • skills can be left empty or as a zero, the selected attribute will be rolled by itself if the character isn't proficient in the skill
  • you can change the attribute used with the skill from the dropdown
  • skill rolls automatically calculate your full roll total
    • summing up your selected attribute + skill dice, and if the pip total from them is 3 or 4, you'll automatically get the new extra dice


Settings

  • You can turn on/off the popup asking for roll modifier

Macros

All input fields & roll buttons have a hover tooltip saying the attribute's/button's name, with makes it easier to make your own macros leveraging the sheet.


Example:

If you select a token from the map(that's linked to a sheet), and then type %{selected|init} in the q Text Chat.

Roll Template format

&{template:mythicd6} {{title=Title }} {{subtitle=  }} {{ Roll = [[3d6>3]]  optional}}  {{ desc = optional }}


Example:

&{template:mythicd6} {{title=required }} {{subtitle= optional @{character_name} }} {{ Successes = [[(@{perception} -1)d6>3cf0cs0[perception] + 1d6>3cf1cs6![Wild Die] ]]}} {{soemthing = something else }} {{ desc = if using "desc" you get a wide description bot better for lots of text. Before the desc section you can have any number of custom sections}}

Links