Add basic weapons and magic variants to item compendium
This commit is contained in:
parent
f997f74f93
commit
79814e6758
2 changed files with 131 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
"name": "special-creature-abilities",
|
||||
"label": "Besondere Kreaturenfähigkeiten (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/special-creature-abilities.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
|
@ -40,8 +41,17 @@
|
|||
"name": "languages-and-scripts",
|
||||
"label": "Sprachen und Schriftzeichen (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/languages-and-scripts.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "equipment",
|
||||
"label": "Gegenstände (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/items.db",
|
||||
"entity": "Item"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue