Fix apv2, WIP

This commit is contained in:
2026-06-06 10:21:24 +02:00
parent 6cec1da910
commit 9b77a0c552
130 changed files with 12850 additions and 2830 deletions
+31 -7
View File
@@ -4,11 +4,13 @@
"description": "The Vermine 2047 system for FoundryVTT!",
"version": "0.1.13",
"compatibility": {
"minimum": "11",
"verified": "14.0",
"maximum": "14"
"minimum": "14",
"verified": "14"
},
"authors": [
{
"name": "LeRatierBretonnien/Uberwald"
},
{
"name": "François-Xavier Guillois"
},
@@ -25,8 +27,30 @@
"module/vermine2047.mjs"
],
"styles": [
"css/vermine2047.css"
"css/vermine2047.min.css"
],
"documentTypes": {
"Actor": {
"character": { "htmlFields": ["equipment.description", "identity.biography", "identity.relations"] },
"npc": { "htmlFields": ["equipment.description", "identity.notes"] },
"group": { "htmlFields": ["equipment.description", "identity.notes"] },
"creature": { "htmlFields": ["equipment.description", "identity.notes", "identity.biography"] }
},
"Item": {
"item": { "htmlFields": ["description"] },
"weapon": { "htmlFields": ["description"] },
"defense": { "htmlFields": ["description"] },
"vehicle": { "htmlFields": ["description"] },
"ability": { "htmlFields": ["description"] },
"specialty": {},
"background": { "htmlFields": ["description"] },
"trauma": { "htmlFields": ["description"] },
"evolution": { "htmlFields": ["description"] },
"rumor": { "htmlFields": ["description"] },
"target": { "htmlFields": ["description"] },
"rite": { "htmlFields": ["description"] }
}
},
"languages": [
{
"lang": "en",
@@ -144,9 +168,9 @@
},
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/rwanoux/vermine2047/tree/main",
"manifest": "https://raw.githubusercontent.com/rwanoux/vermine2047/refs/heads/main/system.json",
"download": "https://github.com/rwanoux/vermine2047/archive/refs/heads/main.zip",
"url": "https://www.uberwald.me/gitea/uberwald/vermine2047",
"manifest": "https://www.uberwald.me/gitea/uberwald/vermine2047/raw/refs/heads/main/system.json",
"download": "https://www.uberwald.me/gitea/uberwald/vermine2047/archive/refs/heads/main.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md",
"flags": {