GitHub is a decent public file storage site. You just have to know how to use it. All assets are uploaded as comments here.
This file contains hidden or 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
| a |
This file contains hidden or 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
| on: | |
| push: | |
| tags: | |
| - "v*" # run only against tags | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # https://github.com/marketplace/actions/checkout | |
| - uses: actions/checkout@v6 |
optional to read as a player
- create a tailscale key with default settings
- create a
.envfile
This file contains hidden or 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
| gif hosting |
This file contains hidden or 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> |
This file contains hidden or 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
| { | |
| "id": "forien-quest-log", | |
| "title": "Forien's Quest Log", | |
| "description": "Provides comprehensive Quest Log system for players and Game Masters", | |
| "authors": [ | |
| { | |
| "name": "Forien", | |
| "url": "https://www.patreon.com/forien" | |
| }, | |
| { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| const backgrounds = [ | |
| "/full/path/to/file.webp", | |
| "https://or.even.urls" | |
| // ... list of images here | |
| ] | |
| // Generate the dialog content | |
| let content = '<form><div class="form-group" style="display: flex">' | |
| backgrounds.forEach((bg, index) => { |
NewerOlder
