Properties from pack

Editable functionalities (hide icons)
Merge of edit/add/delete items hooks
This commit is contained in:
Vlyan
2020-12-24 15:51:52 +01:00
parent 3c79556152
commit 0f1afcf740
24 changed files with 230 additions and 82 deletions

View File

@@ -11,6 +11,60 @@
"esmodules": ["./scripts/main-l5r5e.js"],
"styles": ["./styles/l5r5e.css"],
"packs": [
{
"name": "core-properties",
"label": "Properties",
"path": "packs/core-property.db",
"entity": "Item"
},
{
"name": "core-techniques",
"label": "Techniques",
"path": "packs/core-technique.db",
"entity": "Item"
},
{
"name": "core-items",
"label": "Items",
"path": "packs/core-item.db",
"entity": "Item"
},
{
"name": "core-armors",
"label": "Armors",
"path": "packs/core-armor.db",
"entity": "Item"
},
{
"name": "core-weapons",
"label": "Weapons",
"path": "packs/core-weapon.db",
"entity": "Item"
},
{
"name": "core-distinctions",
"label": "Distinctions",
"path": "packs/core-distinction.db",
"entity": "Item"
},
{
"name": "core-passions",
"label": "Passions",
"path": "packs/core-passion.db",
"entity": "Item"
},
{
"name": "core-adversities",
"label": "Adversities",
"path": "packs/core-adversity.db",
"entity": "Item"
},
{
"name": "core-anxieties",
"label": "Anxieties",
"path": "packs/core-anxiety.db",
"entity": "Item"
},
{
"name": "macros",
"label": "L5R5e Macros",