-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of first beta version
- Loading branch information
0 parents
commit 352a821
Showing
20 changed files
with
2,158 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.localStorage/ | ||
.debug/log-prev.txt |
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
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 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
} | ||
], | ||
"settings": {} | ||
} |
Oops, something went wrong.