Migrate repo

This commit is contained in:
sladecraven 2022-05-21 12:46:46 +02:00
parent 22f092bd02
commit 73312c1957
1 changed files with 13 additions and 13 deletions

View File

@ -4,10 +4,10 @@
"description": "Shadows over Sol for FoundryVTT", "description": "Shadows over Sol for FoundryVTT",
"author": "LeRatierBretonnien", "author": "LeRatierBretonnien",
"authors": [], "authors": [],
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/", "url": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/",
"license": "LICENSE.txt", "license": "LICENSE.txt",
"flags": {}, "flags": {},
"version": "2.0.5", "version": "2.0.6",
"minimumCoreVersion": "0.8.0", "minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "9", "compatibleCoreVersion": "9",
"scripts": [], "scripts": [],
@ -29,7 +29,7 @@
"name": "skills", "name": "skills",
"label": "Skills", "label": "Skills",
"path": "./packs/skills.db", "path": "./packs/skills.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -37,7 +37,7 @@
"name": "consequences", "name": "consequences",
"label": "Consequences", "label": "Consequences",
"path": "./packs/consequences.db", "path": "./packs/consequences.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -45,7 +45,7 @@
"name": "gears", "name": "gears",
"label": "Gears", "label": "Gears",
"path": "./packs/gears.db", "path": "./packs/gears.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -53,7 +53,7 @@
"name": "injuries", "name": "injuries",
"label": "Injuries", "label": "Injuries",
"path": "./packs/injuries.db", "path": "./packs/injuries.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -61,7 +61,7 @@
"name": "weaknesses", "name": "weaknesses",
"label": "Weaknesses", "label": "Weaknesses",
"path": "./packs/weaknesses.db", "path": "./packs/weaknesses.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -69,7 +69,7 @@
"name": "languages", "name": "languages",
"label": "Languages", "label": "Languages",
"path": "./packs/languages.db", "path": "./packs/languages.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -77,7 +77,7 @@
"name": "combat-actions", "name": "combat-actions",
"label": "Combat Actions", "label": "Combat Actions",
"path": "./packs/combat-actions.db", "path": "./packs/combat-actions.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -85,7 +85,7 @@
"name": "genelines", "name": "genelines",
"label": "Genelines", "label": "Genelines",
"path": "./packs/genelines.db", "path": "./packs/genelines.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
}, },
@ -93,7 +93,7 @@
"name": "subcultures", "name": "subcultures",
"label": "Subcultures", "label": "Subcultures",
"path": "./packs/subcultures.db", "path": "./packs/subcultures.db",
"entity": "Item", "type": "Item",
"system": "foundryvtt-shadows-over-sol", "system": "foundryvtt-shadows-over-sol",
"private": false "private": false
} }
@ -101,8 +101,8 @@
"system": [], "system": [],
"dependencies": [], "dependencies": [],
"socket": true, "socket": true,
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/raw/dev_0.8/system.json", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/raw/branch/master/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/archive/dev_0.8/foundryvtt-shadows-over-sol.zip", "download": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/archive/foundryvtt-shadows-over-sol-2.0.6.zip",
"protected": false, "protected": false,
"gridDistance": 5, "gridDistance": 5,
"gridUnits": "ft" "gridUnits": "ft"