Ajout creatures

This commit is contained in:
2022-04-10 20:15:30 +02:00
parent e2491b9f54
commit de206498e7
21 changed files with 464 additions and 393 deletions

View File

@@ -14,7 +14,8 @@
"url": "https://github.com/ZigmundKreud/bol",
"license": "LICENSE.txt",
"flags": {},
"version": "1.3.1",
"version": "1.3.3",
"templateVersion": 10,
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9",
"scripts": [],
@@ -44,8 +45,16 @@
"path": "./packs/boons.db",
"tag": "boon",
"type": "Item",
"private": false,
"entity": "Item"
"private": false
},
{
"name": "boons",
"label": "Avantages/Désavantages de Créatures",
"system": "bol",
"path": "./packs/boonsflawscreatures.db",
"tag": "boon",
"type": "Item",
"private": false
},
{
"name": "flaws",
@@ -54,8 +63,7 @@
"path": "./packs/flaws.db",
"tag": "flaw",
"type": "Item",
"private": false,
"entity": "Item"
"private": false
},
{
"name": "careers",
@@ -74,8 +82,7 @@
"path": "./packs/origins.db",
"tag": "origin",
"type": "Item",
"private": false,
"entity": "Item"
"private": false
},
{
"name": "races",
@@ -84,8 +91,7 @@
"path": "./packs/races.db",
"tag": "race",
"type": "Item",
"private": false,
"entity": "Item"
"private": false
},
{
"name": "equipment",
@@ -94,8 +100,7 @@
"path": "./packs/equipment.db",
"tag": "item",
"type": "Item",
"private": false,
"entity": "Item"
"private": false
},
{
"label": "Aides de Jeu",
@@ -103,8 +108,7 @@
"name": "aides-de-jeu",
"path": "packs/aides-de-jeu.db",
"system": "bol",
"private": false,
"entity": "JournalEntry"
"private": false
},
{
"label": "Cartes",
@@ -112,8 +116,7 @@
"name": "cartes",
"path": "packs/cartes.db",
"system": "bol",
"private": false,
"entity": "Scene"
"private": false
},
{
"label": "Langues",
@@ -121,8 +124,7 @@
"name": "languages",
"path": "packs/languages.db",
"system": "bol",
"private": false,
"entity": "Item"
"private": false
},
{
"label": "Sorts",
@@ -130,8 +132,7 @@
"name": "spells",
"path": "packs/spells.db",
"system": "bol",
"private": false,
"entity": "Item"
"private": false
},
{
"label": "Dieux",
@@ -139,8 +140,7 @@
"name": "godsfaith",
"path": "packs/godsfaith.db",
"system": "bol",
"private": false,
"entity": "Item"
"private": false
},
{
"label": "Options de Combat",
@@ -148,8 +148,15 @@
"name": "fightoptions",
"path": "packs/fightoptions.db",
"system": "bol",
"private": false,
"entity": "Item"
"private": false
},
{
"label": "Créatures",
"type": "Actor",
"name": "creatures",
"path": "packs/creatures.db",
"system": "bol",
"private": false
}
],
"system": [],