2021-01-17 20:59:43 +01:00
|
|
|
{
|
|
|
|
"name": "foundryvtt-shadows-over-sol",
|
|
|
|
"title": "Shadows over Sol",
|
|
|
|
"description": "Shadows over Sol for FoundryVTT",
|
2021-02-22 20:32:12 +01:00
|
|
|
"version": "0.1.2",
|
2021-01-17 20:59:43 +01:00
|
|
|
"manifestPlusVersion": "1.0.0",
|
|
|
|
"minimumCoreVersion": "0.7.5",
|
|
|
|
"compatibleCoreVersion": "0.7.9",
|
2021-02-16 21:14:13 +01:00
|
|
|
"templateVersion": 17,
|
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-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",
|
2021-01-30 05:42:58 +01:00
|
|
|
"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"
|
|
|
|
}
|