zischenstand
This commit is contained in:
49
src/modules/lootsheetnpcpf1/module.json
Normal file
49
src/modules/lootsheetnpcpf1/module.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"title": "Loot Sheet NPC Pathfinder1",
|
||||
"description": "This module adds an additional NPC sheet which can be used for loot containers such as chests or shopkeepers.",
|
||||
"version": "3.2.3",
|
||||
"esmodules": [
|
||||
"lootsheetnpcpf1.js"
|
||||
],
|
||||
"styles": [
|
||||
"/css/lootsheetnpcpf1.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"lang": "fr",
|
||||
"name": "French",
|
||||
"path": "lang/fr.json",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"lang": "it",
|
||||
"name": "Italian",
|
||||
"path": "lang/it.json",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"socket": true,
|
||||
"url": "https://github.com/Almightygir/fvtt-loot-sheet-npc-pf1",
|
||||
"manifest": "https://github.com/Almightygir/fvtt-loot-sheet-npc-pf1/releases/latest/download/module.json",
|
||||
"download": "https://github.com/Almightygir/fvtt-loot-sheet-npc-pf1/releases/download/v3.2.3/module.zip",
|
||||
"id": "lootsheetnpcpf1",
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "pf1",
|
||||
"type": "system",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
"compatibility": {
|
||||
"minimum": "9",
|
||||
"verified": "9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user