Skip to content

Commit

Permalink
Initial commit of first beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thahun committed Apr 21, 2024
0 parents commit 352a821
Show file tree
Hide file tree
Showing 20 changed files with 2,158 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.localStorage/
.debug/log-prev.txt
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Shadowrun v3 - Roll the dice

This symbiote enables you to easier roll dices for Shadowrun v3, providing you the ones to reroll and telling you how many dices got above the defined threshold.

## Features

## Installation
1. Download the repository as an archive
2. Extract it to your Talespire Symbiote folder, e.g. `C:\Users\<USERNAME>\AppData\LocalLow\BouncyRock Entertainment\TaleSpire\Symbiotes\`
3. If not yet done, [activate Symbiotes in Talespire](https://symbiote-docs.talespire.com/user_docs.html)
4. Open the side panel, when you're on a campaign map and start rolling your dices

## Usage
See [introduction](doc/INTRODUCTION.md)

### Future Features
8 changes: 8 additions & 0 deletions Shadowrun - Roll the Dice.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
Loading

0 comments on commit 352a821

Please sign in to comment.