zischenstand

This commit is contained in:
centron\schwoerer
2025-11-14 14:52:43 +01:00
parent 30aa03c6db
commit f054a31b20
8733 changed files with 900639 additions and 0 deletions

View 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"
}
}