foundryvtt-shadows-over-sol/system.json

117 lines
3.4 KiB
JSON
Raw Normal View History

2021-01-17 20:59:43 +01:00
{
"name": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT",
2021-03-12 17:41:13 +01:00
"version": "0.1.12",
2021-01-17 20:59:43 +01:00
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 22,
2021-01-17 20:59:43 +01:00
"author": "LeRatierBretonnien",
"esmodules": [ "module/sos-main.js" ],
"styles": ["styles/simple.css"],
2021-01-30 00:04:16 +01:00
"background" : "img/ui/background01.webp",
2021-01-17 20:59:43 +01:00
"media": [
],
"packs": [
2021-01-21 17:16:01 +01:00
{
"name": "skills",
"label": "Skills",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/skills.db",
"entity": "Item",
"tags" : [ "skill", "skills" ]
2021-01-22 10:05:07 +01:00
},
{
"name": "consequences",
"label": "Consequences",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/consequences.db",
"entity": "Item",
"tags" : [ "consequence", "Consequences" ]
2021-02-09 23:32:55 +01:00
},
{
"name": "gears",
"label": "Gears",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/gears.db",
"entity": "Item",
"tags" : [ "gear", "weapon", "armor" ]
2021-03-08 23:10:03 +01:00
},
{
"name": "injuries",
"label": "Injuries",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/injuries.db",
"entity": "Item",
"tags" : [ "injury" ]
},
{
"name": "weaknesses",
"label": "Weaknesses",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/weaknesses.db",
"entity": "Item",
"tags" : [ "weakness" ]
2021-03-12 15:43:53 +01:00
},
{
"name": "languages",
"label": "Languages",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/languages.db",
"entity": "Item",
"tags" : [ "language" ]
2021-01-29 23:57:42 +01:00
},
{
"name": "combat-actions",
"label": "Combat Actions",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/combat-actions.db",
"entity": "Item",
"tags" : [ "actions", "combat", "attack" ]
2021-01-22 10:05:07 +01:00
},
{
"name": "genelines",
"label": "Genelines",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/genelines.db",
"entity": "Item",
"tags" : [ "genelines", "genetic" ]
},
{
"name": "subcultures",
"label": "Subcultures",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/subcultures.db",
"entity": "Item",
"tags" : [ "subcultures", "cultures" ]
2021-01-21 17:16:01 +01:00
}
2021-01-17 20:59:43 +01:00
],
"library": false,
2021-01-18 17:46:39 +01:00
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
2021-01-17 20:59:43 +01:00
"gridDistance": 5,
"gridUnits": "ft",
2021-01-18 17:46:39 +01:00
"primaryTokenAttribute": "",
"secondaryTokenAttribute": "",
2021-01-17 20:59:43 +01:00
"socket": true,
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/",
2021-02-18 10:03:46 +01:00
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/raw/master/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/archive/master/foundryvtt-shadows-over-sol.zip",
2021-01-17 20:59:43 +01:00
"license": "LICENSE.txt"
}