Fix v12 Wasteland

This commit is contained in:
2025-03-14 14:08:17 +01:00
parent b463323fbe
commit e0eac58bc9
90 changed files with 360 additions and 435 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "fvtt-wasteland",
"description": "Wasteland RPG for FoundryVTT",
"version": "12.0.0",
"version": "12.0.1",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@@ -19,13 +19,9 @@
"flags": {}
}
],
"grid": {
"distance": 5,
"units": "m"
},
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-wasteland/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.22.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v12.0.1.zip",
"packFolders": [
{
"name": "Wasteland",
@@ -86,7 +82,10 @@
"path": "packs/bestiaire",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Actor",
@@ -95,7 +94,10 @@
"path": "packs/heros",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -104,7 +106,10 @@
"path": "packs/skills",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -113,7 +118,10 @@
"path": "packs/pouvoirs",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -122,7 +130,10 @@
"path": "packs/origines",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -131,7 +142,10 @@
"path": "packs/heritages",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -140,7 +154,10 @@
"path": "packs/metiers",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -149,7 +166,10 @@
"path": "packs/tourscharmes",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -158,7 +178,10 @@
"path": "packs/armes",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -167,7 +190,10 @@
"path": "packs/protection",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -176,7 +202,10 @@
"path": "packs/equipement",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -185,7 +214,10 @@
"path": "packs/artifex",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -194,7 +226,10 @@
"path": "packs/capacreature",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -203,7 +238,10 @@
"path": "packs/mutations",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
@@ -212,7 +250,10 @@
"path": "packs/peuples",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "RollTable",
@@ -221,7 +262,10 @@
"path": "packs/tables",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Scene",
@@ -230,7 +274,10 @@
"path": "packs/scenes",
"system": "fvtt-wasteland",
"flags": {},
"private": false
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"primaryTokenAttribute": "sante.letaux",
@@ -243,7 +290,7 @@
"url": "https://www.uberwald.me/gitea/public/fvtt-wasteland",
"background": "systems/fvtt-wasteland/assets/ui/banniere_wasteland.webp",
"compatibility": {
"minimum": "11",
"minimum": "12",
"verified": "12"
}
}