updated packs name (plural)

This commit is contained in:
Vlyan
2020-12-25 20:23:26 +01:00
parent 0528943dad
commit 334c206907
11 changed files with 9 additions and 9 deletions

View File

@@ -14,55 +14,55 @@
{ {
"name": "core-properties", "name": "core-properties",
"label": "Properties", "label": "Properties",
"path": "packs/core-property.db", "path": "packs/core-properties.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-techniques", "name": "core-techniques",
"label": "Techniques", "label": "Techniques",
"path": "packs/core-technique.db", "path": "packs/core-techniques.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-items", "name": "core-items",
"label": "Items", "label": "Items",
"path": "packs/core-item.db", "path": "packs/core-items.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-armors", "name": "core-armors",
"label": "Armors", "label": "Armors",
"path": "packs/core-armor.db", "path": "packs/core-armors.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-weapons", "name": "core-weapons",
"label": "Weapons", "label": "Weapons",
"path": "packs/core-weapon.db", "path": "packs/core-weapons.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-distinctions", "name": "core-distinctions",
"label": "Distinctions", "label": "Distinctions",
"path": "packs/core-distinction.db", "path": "packs/core-distinctions.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-passions", "name": "core-passions",
"label": "Passions", "label": "Passions",
"path": "packs/core-passion.db", "path": "packs/core-passions.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-adversities", "name": "core-adversities",
"label": "Adversities", "label": "Adversities",
"path": "packs/core-adversity.db", "path": "packs/core-adversities.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "core-anxieties", "name": "core-anxieties",
"label": "Anxieties", "label": "Anxieties",
"path": "packs/core-anxiety.db", "path": "packs/core-anxieties.db",
"entity": "Item" "entity": "Item"
}, },
{ {