Last active
March 19, 2025 20:51
-
-
Save CodaBool/75151e47245899e9df091fb73adda249 to your computer and use it in GitHub Desktop.
I have multiple, see comments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>All rolls should be covered by the game system's automation. <br><br>- clicking on stress will roll a panic<br>- clicking on an item will roll for that item.</p> | |
<p></p> | |
<p>However, modifiers still need to be handled manually. In the case of items you have picked up, they can affect some dice rolls. For example, a "Maintenance Jack" will give a +1 to Heavy Machinery skill checks. To add this modification right click on the skill and type in your modification.</p> | |
<p></p> | |
<h2>Manual</h2> | |
<p>You can manually roll dice if needed. Type a message following the formatting below into the chat message box to roll the dice. <br></p> | |
<blockquote> | |
<pre><code>/r {number of dice}d{faces}</code></pre> | |
</blockquote> | |
<p>for example to roll 2 d6 you would send the following message<br></p> | |
<blockquote> | |
<pre><code>/r 2d6</code></pre> | |
</blockquote> | |
<p></p> | |
<p>for more details, like how to add modification dice to a roll, see the <a href="https://foundryvtt.com/article/dice/">Foundry guide</a>.<br></p> | |
<h2>Visability</h2> | |
<p>You can do hidden rolls. This can be useful if the GM asks that you roll something in private. In this example you would view the chat. Above the chat message box there is a dropdown for selecting the visibility. By default it is on "Public Roll".<br><br>To switch to a Private GM Roll just change this dropdown value. Then perform your roll. Make sure to change it back to the common use "Public Roll" after.</p> | |
<p></p> | |
<h2>crits</h2> | |
<p>Simply open your character sheet and go to the General tab. At the bottom of the window there will be a "roll critical" button. Click this and watch the chat for your result.</p> | |
<h2><br>Chance of Success</h2> | |
<table class="oddstable"> | |
<caption> | |
<p>Since you keep the success results the probability can get complicated when pushing rolls. The table below shows the chance of success when rolling with 1–10 dice. The third column shows the chance of success if you push the roll (including the added Stress Die from pushing—see<a class="content-link" draggable="false" data-uuid="JournalEntry.04v7rgarjy1UIZkQ.JournalEntryPage.1Kq2sfNcA1nwA7eX" data-id="1Kq2sfNcA1nwA7eX" data-type="JournalEntryPage">STRESS & PANIC</a>).</p> | |
</caption> | |
<tbody> | |
<tr class="oddhead"> | |
<td class="oddcol1">NUMBER OF DICE</td> | |
<td class="oddcol2">CHANCE OF SUCCESS</td> | |
<td class="oddcol3">PUSHED ROLL</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">1</td> | |
<td class="oddcol2">17%</td> | |
<td class="oddcol3">29%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">2</td> | |
<td class="oddcol2">31%</td> | |
<td class="oddcol3">50%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">3</td> | |
<td class="oddcol2">42%</td> | |
<td class="oddcol3">64%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">4</td> | |
<td class="oddcol2">52%</td> | |
<td class="oddcol3">74%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">5</td> | |
<td class="oddcol2">60%</td> | |
<td class="oddcol3">81%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">6</td> | |
<td class="oddcol2">67%</td> | |
<td class="oddcol3">87%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">7</td> | |
<td class="oddcol2">72%</td> | |
<td class="oddcol3">90%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">8</td> | |
<td class="oddcol2">77%</td> | |
<td class="oddcol3">93%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">9</td> | |
<td class="oddcol2">81%</td> | |
<td class="oddcol3">95%</td> | |
</tr> | |
<tr style="height:16px"> | |
<td class="oddcol1">10</td> | |
<td class="oddcol2">84%</td> | |
<td class="oddcol3">96%</td> | |
</tr> | |
</tbody> | |
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Sending a private message</h2> | |
<ol> | |
<li> | |
<p>Using the community module (recommended)</p> | |
<p>You can use the hotkey (Alt + W) to open a dialogue menu for sending private messages. Make sure you are on the "Whisper" section and select the proper target for your message.</p> | |
</li> | |
<li> | |
<p>Using the native Foundry method</p> | |
<p>in the chat box use the following format <br>"/w [Character Name, Character Name Two] whisper message that can have spaces"</p> | |
<p>e.g. "/w [Janice Macwhirr] hello Janice"</p> | |
<p>e.g. "/whisper [Janice Macwhirr, Game Mother] hello Janice and game mother"</p> | |
</li> | |
</ol> | |
<h2><br>In Character</h2> | |
<p>Sending messages in chat will send an in character message. <br><br>If you are an owner over multiple tokens in a scene the currently selected token will take priority. Meaning whatever token you last clicked on, will be the character your message gets spoken from.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Manual Dice Rolls</h2> | |
<p>You can manually roll dice if needed. Type a message following the formatting below into the chat message box to roll the dice.</p> | |
<blockquote> | |
<pre><code>/r {number of dice}d{faces}</code></pre> | |
</blockquote> | |
<p>for example to roll 2 d6 you would send the following message</p> | |
<blockquote> | |
<pre><code>/r 2d6</code></pre> | |
</blockquote> | |
<p></p> | |
<p>for more details, like how to add modification dice to a roll, see the <a href="https://foundryvtt.com/article/dice/">Foundry guide</a>.</p> | |
<h2>Visibility</h2> | |
<p>You can do hidden rolls. This can be useful if the GM asks that you roll something in private. In this example you would view the chat. Above the chat message box there is a dropdown for selecting the visibility. By default it is on "Public Roll".<br><br>To switch to a Private GM Roll just change this dropdown value. Then perform your roll. Make sure to change it back to "Public Roll" after.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li>Use F11 to enter fullscreen</li> | |
<li>The visibility for any roll can be altered from the bottom of chat menu</li> | |
<li>Quick search any term with [control + shift + space]. Once open try typing "slowed". Press the enter key (or tab to switch between results) to open a journal page on slowed</li> | |
<li>You can minimize windows to keep them available for easy access. Just double click on the window's titlebar to minimize it</li> | |
<li>To quickly close out of windows or deselect your token can press the "Escape" key</li> | |
<li>You can ping by holding left mouse button anywhere on the scene. If it doesn't work. Make sure you are on the "Token Controls" section of the game controls on the upper left. This will not work if you are on the pencil, ruler, or any other game control section.</li> | |
<li>Shift Click to deselect your character</li> | |
<li>If you are using multiple monitors you can pop windows out to be viewed on a separate monitor</li> | |
<li>which mode you are on in the top left matters. You will not be able to select your character token if you are not in the token controls mode</li> | |
<li>Volume for the music can be adjusted or muted in the Playlist tab</li> | |
<li>you can quickly measure distance by holding ctrl and dragging left mouse</li> | |
<li>If you created something on the map that is persisting and having trouble removing it. Like with measurement objects. You can delete it by right clicking on it then hitting the delete key.</li> | |
<li>Font size can be changed in the settings</li> | |
<li>if you are having performance issues try reloading in a Chromium based browser</li> | |
<li>If you plan on using a touchpad. Go to Settings > Configure Settings > Zoom/Pan Options and set your Pan/Zoom mode to "Touchpad". This will allow you to pan with a two finger drag</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment