v10 compat

This commit is contained in:
sladecraven 2022-09-19 09:26:57 +02:00
parent bef1750231
commit d94c1a4dce
1 changed files with 34 additions and 31 deletions

View File

@ -2,19 +2,14 @@
"id": "foundryvtt-shadows-over-sol", "id": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol", "title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT", "description": "Shadows over Sol for FoundryVTT",
"author": "LeRatierBretonnien",
"authors": [],
"url": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/", "url": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/",
"license": "LICENSE.txt", "license": "LICENSE.txt",
"flags": {}, "version": "10.0.6",
"version": "10.0.1",
"compatibility": { "compatibility": {
"minimum": 10, "minimum": "10",
"verified": 10, "verified": "10.285",
"maximum": 10 "maximum": "10"
}, },
"templateVersion": 50,
"scripts": [],
"esmodules": [ "esmodules": [
"module/sos-main.js" "module/sos-main.js"
], ],
@ -25,88 +20,96 @@
{ {
"lang": "en", "lang": "en",
"name": "English", "name": "English",
"path": "lang/en.json" "path": "lang/en.json",
"flags": {}
} }
], ],
"packs": [ "packs": [
{ {
"name": "skills", "name": "skills",
"label": "Skills", "label": "Skills",
"path": "./packs/skills.db", "path": "packs/skills.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "consequences", "name": "consequences",
"label": "Consequences", "label": "Consequences",
"path": "./packs/consequences.db", "path": "packs/consequences.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "gears", "name": "gears",
"label": "Gears", "label": "Gears",
"path": "./packs/gears.db", "path": "packs/gears.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "injuries", "name": "injuries",
"label": "Injuries", "label": "Injuries",
"path": "./packs/injuries.db", "path": "packs/injuries.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "weaknesses", "name": "weaknesses",
"label": "Weaknesses", "label": "Weaknesses",
"path": "./packs/weaknesses.db", "path": "packs/weaknesses.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "languages", "name": "languages",
"label": "Languages", "label": "Languages",
"path": "./packs/languages.db", "path": "packs/languages.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "combat-actions", "name": "combat-actions",
"label": "Combat Actions", "label": "Combat Actions",
"path": "./packs/combat-actions.db", "path": "packs/combat-actions.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "genelines", "name": "genelines",
"label": "Genelines", "label": "Genelines",
"path": "./packs/genelines.db", "path": "packs/genelines.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
}, },
{ {
"name": "subcultures", "name": "subcultures",
"label": "Subcultures", "label": "Subcultures",
"path": "./packs/subcultures.db", "path": "packs/subcultures.db",
"type": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false,
"flags": {}
} }
], ],
"relationships": { },
"socket": true, "socket": true,
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/raw/branch/v10/system.json", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/raw/branch/v10/system.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/archive/foundryvtt-shadows-over-sol-10.0.1.zip", "download": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/archive/foundryvtt-shadows-over-sol-10.0.6.zip",
"protected": false,
"gridDistance": 5, "gridDistance": 5,
"gridUnits": "ft" "gridUnits": "ft"
} }