Files
2026-06-06 10:21:24 +02:00

186 lines
4.8 KiB
JSON

{
"id": "vermine2047",
"title": "Vermine 2047",
"description": "The Vermine 2047 system for FoundryVTT!",
"version": "0.1.13",
"compatibility": {
"minimum": "14",
"verified": "14"
},
"authors": [
{
"name": "LeRatierBretonnien/Uberwald"
},
{
"name": "François-Xavier Guillois"
},
{
"name": "Rwanoux",
"discord": "rwanoux"
},
{
"name": "Pretre",
"discord": "pretre"
}
],
"esmodules": [
"module/vermine2047.mjs"
],
"styles": [
"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",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"packs": [
{
"name": "adaptationsmutations",
"label": "Adaptations / Mutations",
"system": "vermine2047",
"path": "packs/adaptationsmutations",
"banner": "systems/vermine2047/assets/icons/items/ability.webp",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "traumatismes",
"label": "Traumatismes",
"system": "vermine2047",
"path": "packs/traumatismes",
"type": "Item",
"banner": "systems/vermine2047/assets/icons/items/trauma.webp",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "historiques",
"label": "Historiques",
"system": "vermine2047",
"path": "packs/historiques",
"type": "Item",
"banner": "systems/vermine2047/assets/icons/items/background.webp",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "rites",
"label": "Rites",
"system": "vermine2047",
"path": "packs/rites",
"type": "Item",
"banner": "systems/vermine2047/assets/icons/items/rite.webp",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "table",
"label": "Tables Aléatoires",
"system": "vermine2047",
"path": "packs/tables",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "matériel",
"label": "Matériel",
"system": "vermine2047",
"path": "packs/materiel",
"banner": "systems/vermine2047/assets/icons/items/item.webp",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "pretires",
"label": "Prétirés",
"system": "vermine2047",
"path": "packs/pretires",
"type": "Actor",
"banner": "systems/vermine2047/assets/icons/actors/character.webp",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "deck-creatures",
"label": "Deck créatures",
"system": "vermine2047",
"path": "packs/deck-creatures",
"type": "Actor",
"banner": "systems/vermine2047/assets/icons/actors/creature.webp",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"grid": {
"distance": 1,
"units": "m"
},
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"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": {
"hotReload": {
"extensions": [
"css",
"scss",
"hbs",
"json"
]
}
}
}