6 Commits

Author SHA1 Message Date
f8df3734c9 v10 support 2022-09-16 09:50:50 +02:00
1abd62d828 Aligne EiS translation 2022-05-21 10:02:01 +02:00
70263ab63c Aligne EiS translation 2022-05-21 09:51:30 +02:00
87a5969dad Aligne EiS translation 2022-05-21 09:26:49 +02:00
d797427771 Fix release/branch 2022-05-21 08:58:06 +02:00
de0ddd9e72 Fix release/branch 2022-05-21 08:56:09 +02:00
2 changed files with 21 additions and 4 deletions

3
changelog.md Normal file
View File

@ -0,0 +1,3 @@
# 5.0.2
Repository migration

View File

@ -1,14 +1,19 @@
{ {
"name": "wfrp4e-unofficial-grimoire", "name": "wfrp4e-unofficial-grimoire",
"id": "wfrp4e-unofficial-grimoire",
"title": "WFRP4E Unofficial Grimoire", "title": "WFRP4E Unofficial Grimoire",
"description": "Unofficial Grimoire for WFRP4E", "description": "Unofficial Grimoire for WFRP4E",
"author": "LeRatierBretonnien", "author": "LeRatierBretonnien",
"authors": [], "authors": [],
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/", "url": "https://www.uberwald.me/gitea/public/wfrp4e-unofficial-grimoire/",
"flags": {}, "flags": {},
"version": "5.0.1", "version": "6.0.0",
"minimumCoreVersion": "0.8.9", "minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9", "compatibleCoreVersion": "9",
"compatibility": {
"minimum": "8",
"verified": "10.285"
},
"scripts": [], "scripts": [],
"esmodules": [], "esmodules": [],
"styles": [], "styles": [],
@ -56,6 +61,15 @@
"private": false "private": false
} }
], ],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {}
}
]
},
"system": [ "wfrp4e" ], "system": [ "wfrp4e" ],
"dependencies": [ "dependencies": [
{ {
@ -64,8 +78,8 @@
} }
], ],
"socket": false, "socket": false,
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/raw/master/module.json", "manifest": "https://www.uberwald.me/gitea/public/wfrp4e-unofficial-grimoire/raw/branch/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/-/archive/master/wfrp4e-unofficial-grimoire-master.zip", "download": "https://www.uberwald.me/gitea/public/wfrp4e-unofficial-grimoire/archive/wfrp4e-unofficial-grimoire-6.0.0.zip",
"protected": false, "protected": false,
"coreTranslation": false "coreTranslation": false
} }