-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
2 changed files
with
36 additions
and
36 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 |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"name": "mars-5e", | ||
"title": "Mars 5e - Moerills alternative rolling style for 5e", | ||
"description": "This module provides an opinionated alternative to how the roll workflow in DnD5e and how they're displayed.<br>Main goal is to provide some flexibility in how much information is displayed to the players from the GM side, while also automating some basic tasks. To avoid having to care about all possible edge cases and houserules almost every automatic generated result is toggleable.", | ||
"version": "1.3.1", | ||
"author": "Moerill", | ||
"esmodules": ["js/index.js"], | ||
"styles": ["mars-5e.css"], | ||
"minimumCoreVersion": "0.7.8", | ||
"compatibleCoreVersion": "0.7.9", | ||
"socket": true, | ||
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-mars-5e/master/module.json", | ||
"download": "https://github.com/Moerill/fvtt-mars-5e/releases/download/v1.3.1/v1.3.1.zip", | ||
"url": "https://github.com/Moerill/fvtt-mars-5e", | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "de", | ||
"name": "Deutsch", | ||
"path": "lang/de.json" | ||
}, | ||
{ | ||
"lang": "fr", | ||
"name": "Francais", | ||
"path": "lang/fr.json" | ||
} | ||
], | ||
"systems": ["dnd5e"], | ||
"minimumSystemVersion": "1.2.0", | ||
"bugs": "https://github.com/Moerill/fvtt-mars-5e/issues", | ||
"allowBugReporter": true | ||
} | ||
"name": "mars-5e", | ||
"title": "Mars 5e - Moerills alternative rolling style for 5e", | ||
"description": "This module provides an opinionated alternative to how the roll workflow in DnD5e and how they're displayed.<br>Main goal is to provide some flexibility in how much information is displayed to the players from the GM side, while also automating some basic tasks. To avoid having to care about all possible edge cases and houserules almost every automatic generated result is toggleable.", | ||
"version": "1.4.0", | ||
"author": "Moerill", | ||
"esmodules": ["js/index.js"], | ||
"styles": ["mars-5e.css"], | ||
"minimumCoreVersion": "0.7.8", | ||
"compatibleCoreVersion": "0.7.9", | ||
"socket": true, | ||
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-mars-5e/master/module.json", | ||
"download": "https://github.com/Moerill/fvtt-mars-5e/releases/download/v1.4.0/v1.4.0.zip", | ||
"url": "https://github.com/Moerill/fvtt-mars-5e", | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "de", | ||
"name": "Deutsch", | ||
"path": "lang/de.json" | ||
}, | ||
{ | ||
"lang": "fr", | ||
"name": "Francais", | ||
"path": "lang/fr.json" | ||
} | ||
], | ||
"systems": ["dnd5e"], | ||
"minimumSystemVersion": "1.2.0", | ||
"bugs": "https://github.com/Moerill/fvtt-mars-5e/issues", | ||
"allowBugReporter": true | ||
} |
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