-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
14 lines (14 loc) · 792 Bytes
/
module.json
File metadata and controls
14 lines (14 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "FateAddon",
"title": "Fate Addon",
"description": "A module to help you manage Fate conditions (and flexible, expandable stress boxes) and to keep on top of aspects and fate points. Pairs well with Popcorn. This version has been rebuilt to use flags and JSON datatypes to store and manage whatever conditions you want to set up. Designed for use with Nick East's Fate Core system.",
"system":"fate",
"author": "Richard Bellingham (Skimble)",
"scripts": ["./FateAddon.js"],
"version": "3.0.0",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion":"0.6.2",
"download":"https://github.com/Sk1mble/FateAddon/archive/FateAddon-3.0.zip",
"manifest":"https://raw.githubusercontent.com/Sk1mble/FateAddon/FateAddon-3.0/module.json",
"socket":true
}