-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8351632
commit 706eaae
Showing
1 changed file
with
15 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,15 @@ | ||
{ | ||
"name": "special-dice-roller", | ||
"title": "Special Dice Roller", | ||
"description": "Supports rolling dice for: Legend of the 5 Rings 5th edition, Genesys, Vampire the Masquerade 5th edition, FFG's Star Wars TTRPG, WFRP3, HeroQuest, HeXXen 1733, The One Ring, Descent 2nd Edition, Neon City Overdrive. Check out the README.md on the homepage for a guide on how to roll various dice.", | ||
"version": "0.15.0", | ||
"author": "Bernhard Posselt", | ||
"scripts": ["./dist/main.js"], | ||
"styles": ["./public/css/styles.css"], | ||
"packs": [], | ||
"minimumCoreVersion": "0.8.5", | ||
"compatibleCoreVersion": "0.8.5", | ||
"url": "https://github.com/pascal-splotches/foundryvtt-special-dice-roller/tree/feature/neon-city-overdrive", | ||
"manifest": "https://raw.githubusercontent.com/pascal-splotches/foundryvtt-special-dice-roller/feature/neon-city-overdrive/module-neon.json", | ||
"download": "https://github.com/pascal-splotches/foundryvtt-special-dice-roller/archive/refs/heads/feature/neon-city-overdrive.zip" | ||
} |