v10 migration

This commit is contained in:
2022-08-16 22:29:27 +02:00
parent 562c6ab88d
commit eb8708526c
22 changed files with 326 additions and 329 deletions

View File

@@ -1,6 +1,7 @@
{
"author": "Uberwald",
"compatibleCoreVersion": "9",
"authors": [
{"name": "Uberwald"}
],
"description": "Crucible RPG system for FoundryVTT",
"esmodules": [
"modules/crucible-main.js"
@@ -16,13 +17,11 @@
],
"library": false,
"license": "LICENSE.txt",
"manifestPlusVersion": "1.0.0",
"media": [],
"minimumCoreVersion": "0.8.0",
"name": "fvtt-crucible-rpg",
"packs": [
{
"entity": "Item",
"type": "Item",
"label": "Armors",
"name": "armor",
"path": "./packs/armor.db",
@@ -32,7 +31,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Equipments",
"name": "equipment",
"path": "./packs/equipment.db",
@@ -42,7 +41,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Shields",
"name": "shields",
"path": "./packs/shields.db",
@@ -52,7 +51,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Weapons",
"name": "weapons",
"path": "./packs/weapons.db",
@@ -62,7 +61,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Conditions",
"name": "conditions",
"path": "./packs/conditions.db",
@@ -72,7 +71,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Currency",
"name": "currency",
"path": "./packs/currency.db",
@@ -82,7 +81,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Lore - Air",
"name": "lore-air",
"path": "./packs/lore-air.db",
@@ -92,7 +91,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Lore - Earth",
"name": "lore-earth",
"path": "./packs/lore-earth.db",
@@ -102,7 +101,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Lore - Fire",
"name": "lore-fire",
"path": "./packs/lore-fire.db",
@@ -112,7 +111,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Lore - Water",
"name": "lore-water",
"path": "./packs/lore-water.db",
@@ -122,7 +121,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Lore - Shadow",
"name": "lore-shadow",
"path": "./packs/lore-shadow.db",
@@ -132,7 +131,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Skills",
"name": "skills",
"path": "./packs/skills.db",
@@ -142,7 +141,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Feats",
"name": "feats",
"path": "./packs/feats.db",
@@ -152,7 +151,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Poisons",
"name": "poisons",
"path": "./packs/poisons.db",
@@ -162,7 +161,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Powers - Class",
"name": "classpowers",
"path": "./packs/classpowers.db",
@@ -172,7 +171,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Tricks & Traps",
"name": "trickstraps",
"path": "./packs/trickstraps.db",
@@ -182,7 +181,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Action Tokens",
"name": "action-tokens",
"path": "./packs/action-tokens.db",
@@ -192,7 +191,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Powers - Monsters",
"name": "monster-powers",
"path": "./packs/monster-powers.db",
@@ -202,7 +201,7 @@
]
},
{
"entity": "RollTable",
"type": "RollTable",
"label": "Rolltables",
"name": "rolltables",
"path": "./packs/rolltables.db",
@@ -218,11 +217,16 @@
"styles": [
"styles/simple.css"
],
"templateVersion": 16,
"version": "10.0.1",
"compatibility": {
"minimum": "10",
"verified": "10.276",
"maximum": "10"
},
"templateVersion": 18,
"title": "Crucible RPG",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/raw/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.29.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v10.0.0.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
"version": "0.1.29",
"background" : "./images/ui/crucible_welcome_page.webp"
}