0.8 branch

This commit is contained in:
sladecraven 2021-05-22 22:01:05 +02:00
parent e33c18a4b5
commit 8ab4c68924
1 changed files with 94 additions and 101 deletions

View File

@ -2,101 +2,21 @@
"name": "foundryvtt-shadows-over-sol", "name": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol", "title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT", "description": "Shadows over Sol for FoundryVTT",
"version": "1.0.0",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 23,
"author": "LeRatierBretonnien", "author": "LeRatierBretonnien",
"esmodules": [ "module/sos-main.js" ], "authors": [],
"styles": ["styles/simple.css"], "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/",
"background" : "img/ui/background01.webp", "license": "LICENSE.txt",
"media": [ "flags": {},
"version": "2.0.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.5",
"scripts": [],
"esmodules": [
"module/sos-main.js"
], ],
"packs": [ "styles": [
{ "styles/simple.css"
"name": "skills",
"label": "Skills",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/skills.db",
"entity": "Item",
"tags" : [ "skill", "skills" ]
},
{
"name": "consequences",
"label": "Consequences",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/consequences.db",
"entity": "Item",
"tags" : [ "consequence", "Consequences" ]
},
{
"name": "gears",
"label": "Gears",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/gears.db",
"entity": "Item",
"tags" : [ "gear", "weapon", "armor" ]
},
{
"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" ]
},
{
"name": "languages",
"label": "Languages",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/languages.db",
"entity": "Item",
"tags" : [ "language" ]
},
{
"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" ]
},
{
"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" ]
}
], ],
"library": false,
"languages": [ "languages": [
{ {
"lang": "en", "lang": "en",
@ -104,13 +24,86 @@
"path": "lang/en.json" "path": "lang/en.json"
} }
], ],
"gridDistance": 5, "packs": [
"gridUnits": "ft", {
"primaryTokenAttribute": "", "name": "skills",
"secondaryTokenAttribute": "", "label": "Skills",
"path": "./packs/skills.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "consequences",
"label": "Consequences",
"path": "./packs/consequences.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "gears",
"label": "Gears",
"path": "./packs/gears.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "injuries",
"label": "Injuries",
"path": "./packs/injuries.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "weaknesses",
"label": "Weaknesses",
"path": "./packs/weaknesses.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "languages",
"label": "Languages",
"path": "./packs/languages.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "combat-actions",
"label": "Combat Actions",
"path": "./packs/combat-actions.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "genelines",
"label": "Genelines",
"path": "./packs/genelines.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
},
{
"name": "subcultures",
"label": "Subcultures",
"path": "./packs/subcultures.db",
"entity": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false
}
],
"system": [],
"dependencies": [],
"socket": true, "socket": true,
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/", "manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/raw/dev_0.8/system.json",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/raw/master/system.json", "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/archive/dev_0.8/foundryvtt-shadows-over-sol.zip",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/archive/master/foundryvtt-shadows-over-sol.zip", "protected": false,
"license": "LICENSE.txt" "gridDistance": 5,
} "gridUnits": "ft"
}